7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/medialive/MediaLive_EXPORTS.h>
45 template <
typename ChannelClassT = Aws::String>
47 m_channelClassHasBeenSet =
true;
48 m_channelClass = std::forward<ChannelClassT>(value);
50 template <
typename ChannelClassT = Aws::String>
64 template <
typename ChannelConfigurationT = Aws::String>
66 m_channelConfigurationHasBeenSet =
true;
67 m_channelConfiguration = std::forward<ChannelConfigurationT>(value);
69 template <
typename ChannelConfigurationT = Aws::String>
82 template <
typename CodecT = Aws::String>
84 m_codecHasBeenSet =
true;
85 m_codec = std::forward<CodecT>(value);
87 template <
typename CodecT = Aws::String>
89 SetCodec(std::forward<CodecT>(value));
100 template <
typename DurationT = Aws::String>
102 m_durationHasBeenSet =
true;
103 m_duration = std::forward<DurationT>(value);
105 template <
typename DurationT = Aws::String>
117 m_maxResultsHasBeenSet =
true;
118 m_maxResults = value;
132 template <
typename MaximumBitrateT = Aws::String>
134 m_maximumBitrateHasBeenSet =
true;
135 m_maximumBitrate = std::forward<MaximumBitrateT>(value);
137 template <
typename MaximumBitrateT = Aws::String>
150 template <
typename MaximumFramerateT = Aws::String>
152 m_maximumFramerateHasBeenSet =
true;
153 m_maximumFramerate = std::forward<MaximumFramerateT>(value);
155 template <
typename MaximumFramerateT = Aws::String>
166 template <
typename NextTokenT = Aws::String>
168 m_nextTokenHasBeenSet =
true;
169 m_nextToken = std::forward<NextTokenT>(value);
171 template <
typename NextTokenT = Aws::String>
184 template <
typename ResolutionT = Aws::String>
186 m_resolutionHasBeenSet =
true;
187 m_resolution = std::forward<ResolutionT>(value);
189 template <
typename ResolutionT = Aws::String>
202 template <
typename ResourceTypeT = Aws::String>
204 m_resourceTypeHasBeenSet =
true;
205 m_resourceType = std::forward<ResourceTypeT>(value);
207 template <
typename ResourceTypeT = Aws::String>
220 template <
typename SpecialFeatureT = Aws::String>
222 m_specialFeatureHasBeenSet =
true;
223 m_specialFeature = std::forward<SpecialFeatureT>(value);
225 template <
typename SpecialFeatureT = Aws::String>
238 template <
typename V
ideoQualityT = Aws::String>
240 m_videoQualityHasBeenSet =
true;
241 m_videoQuality = std::forward<VideoQualityT>(value);
243 template <
typename V
ideoQualityT = Aws::String>
273 bool m_channelClassHasBeenSet =
false;
274 bool m_channelConfigurationHasBeenSet =
false;
275 bool m_codecHasBeenSet =
false;
276 bool m_durationHasBeenSet =
false;
277 bool m_maxResultsHasBeenSet =
false;
278 bool m_maximumBitrateHasBeenSet =
false;
279 bool m_maximumFramerateHasBeenSet =
false;
280 bool m_nextTokenHasBeenSet =
false;
281 bool m_resolutionHasBeenSet =
false;
282 bool m_resourceTypeHasBeenSet =
false;
283 bool m_specialFeatureHasBeenSet =
false;
284 bool m_videoQualityHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String