7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/medialive/MediaLive_EXPORTS.h>
10#include <aws/medialive/model/HlsAutoSelect.h>
11#include <aws/medialive/model/HlsDefault.h>
12#include <aws/medialive/model/OutputUsage.h>
49 template <
typename AudioGroupIdT = Aws::String>
51 m_audioGroupIdHasBeenSet =
true;
52 m_audioGroupId = std::forward<AudioGroupIdT>(value);
54 template <
typename AudioGroupIdT = Aws::String>
73 template <
typename AudioRenditionSetsT = Aws::String>
75 m_audioRenditionSetsHasBeenSet =
true;
76 m_audioRenditionSets = std::forward<AudioRenditionSetsT>(value);
78 template <
typename AudioRenditionSetsT = Aws::String>
99 m_hlsAutoSelectHasBeenSet =
true;
100 m_hlsAutoSelect = value;
122 m_hlsDefaultHasBeenSet =
true;
123 m_hlsDefault = value;
145 template <
typename OutputUsageT = Aws::Vector<OutputUsage>>
147 m_outputUsageHasBeenSet =
true;
148 m_outputUsage = std::forward<OutputUsageT>(value);
150 template <
typename OutputUsageT = Aws::Vector<OutputUsage>>
156 m_outputUsageHasBeenSet =
true;
157 m_outputUsage.push_back(value);
171 bool m_audioGroupIdHasBeenSet =
false;
172 bool m_audioRenditionSetsHasBeenSet =
false;
173 bool m_hlsAutoSelectHasBeenSet =
false;
174 bool m_hlsDefaultHasBeenSet =
false;
175 bool m_outputUsageHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue