7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/HlsAkamaiHttpTransferMode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
58 inline void SetFilecacheDuration(
int value) { m_filecacheDurationHasBeenSet =
true; m_filecacheDuration = value; }
83 inline void SetNumRetries(
int value) { m_numRetriesHasBeenSet =
true; m_numRetries = value; }
94 inline void SetRestartDelay(
int value) { m_restartDelayHasBeenSet =
true; m_restartDelay = value; }
106 inline void SetSalt(
const char* value) { m_saltHasBeenSet =
true; m_salt.assign(value); }
120 inline void SetToken(
const char* value) { m_tokenHasBeenSet =
true; m_token.assign(value); }
127 int m_connectionRetryInterval;
128 bool m_connectionRetryIntervalHasBeenSet =
false;
130 int m_filecacheDuration;
131 bool m_filecacheDurationHasBeenSet =
false;
134 bool m_httpTransferModeHasBeenSet =
false;
137 bool m_numRetriesHasBeenSet =
false;
140 bool m_restartDelayHasBeenSet =
false;
143 bool m_saltHasBeenSet =
false;
146 bool m_tokenHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue