7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/medialive/MediaLive_EXPORTS.h>
9#include <aws/medialive/model/HlsAkamaiHttpTransferMode.h>
43 m_connectionRetryIntervalHasBeenSet =
true;
44 m_connectionRetryInterval = value;
59 m_filecacheDurationHasBeenSet =
true;
60 m_filecacheDuration = value;
76 m_httpTransferModeHasBeenSet =
true;
77 m_httpTransferMode = value;
94 m_numRetriesHasBeenSet =
true;
111 m_restartDelayHasBeenSet =
true;
112 m_restartDelay = value;
126 template <
typename SaltT = Aws::String>
128 m_saltHasBeenSet =
true;
129 m_salt = std::forward<SaltT>(value);
131 template <
typename SaltT = Aws::String>
133 SetSalt(std::forward<SaltT>(value));
144 template <
typename TokenT = Aws::String>
146 m_tokenHasBeenSet =
true;
147 m_token = std::forward<TokenT>(value);
149 template <
typename TokenT = Aws::String>
151 SetToken(std::forward<TokenT>(value));
156 int m_connectionRetryInterval{0};
158 int m_filecacheDuration{0};
164 int m_restartDelay{0};
169 bool m_connectionRetryIntervalHasBeenSet =
false;
170 bool m_filecacheDurationHasBeenSet =
false;
171 bool m_httpTransferModeHasBeenSet =
false;
172 bool m_numRetriesHasBeenSet =
false;
173 bool m_restartDelayHasBeenSet =
false;
174 bool m_saltHasBeenSet =
false;
175 bool m_tokenHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue