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; }
81 inline void SetNumRetries(
int value) { m_numRetriesHasBeenSet =
true; m_numRetries = value; }
92 inline void SetRestartDelay(
int value) { m_restartDelayHasBeenSet =
true; m_restartDelay = value; }
102 template<
typename SaltT = Aws::String>
103 void SetSalt(SaltT&& value) { m_saltHasBeenSet =
true; m_salt = std::forward<SaltT>(value); }
104 template<
typename SaltT = Aws::String>
114 template<
typename TokenT = Aws::String>
115 void SetToken(TokenT&& value) { m_tokenHasBeenSet =
true; m_token = std::forward<TokenT>(value); }
116 template<
typename TokenT = Aws::String>
121 int m_connectionRetryInterval{0};
122 bool m_connectionRetryIntervalHasBeenSet =
false;
124 int m_filecacheDuration{0};
125 bool m_filecacheDurationHasBeenSet =
false;
128 bool m_httpTransferModeHasBeenSet =
false;
131 bool m_numRetriesHasBeenSet =
false;
133 int m_restartDelay{0};
134 bool m_restartDelayHasBeenSet =
false;
137 bool m_saltHasBeenSet =
false;
140 bool m_tokenHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue