7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/medialive/MediaLive_EXPORTS.h>
9#include <aws/medialive/model/HlsAutoSelect.h>
10#include <aws/medialive/model/HlsDefault.h>
47 template <
typename AudioGroupIdT = Aws::String>
49 m_audioGroupIdHasBeenSet =
true;
50 m_audioGroupId = std::forward<AudioGroupIdT>(value);
52 template <
typename AudioGroupIdT = Aws::String>
71 template <
typename AudioRenditionSetsT = Aws::String>
73 m_audioRenditionSetsHasBeenSet =
true;
74 m_audioRenditionSets = std::forward<AudioRenditionSetsT>(value);
76 template <
typename AudioRenditionSetsT = Aws::String>
97 m_hlsAutoSelectHasBeenSet =
true;
98 m_hlsAutoSelect = value;
120 m_hlsDefaultHasBeenSet =
true;
121 m_hlsDefault = value;
136 bool m_audioGroupIdHasBeenSet =
false;
137 bool m_audioRenditionSetsHasBeenSet =
false;
138 bool m_hlsAutoSelectHasBeenSet =
false;
139 bool m_hlsDefaultHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue