7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
9#include <aws/mediaconvert/model/FrameRate.h>
20namespace MediaConvert {
42 m_bitDepthHasBeenSet =
true;
55 inline long long GetBitRate()
const {
return m_bitRate; }
58 m_bitRateHasBeenSet =
true;
74 template <
typename ChannelLayoutT = Aws::String>
76 m_channelLayoutHasBeenSet =
true;
77 m_channelLayout = std::forward<ChannelLayoutT>(value);
79 template <
typename ChannelLayoutT = Aws::String>
93 m_channelsHasBeenSet =
true;
109 template <
typename FrameRateT = FrameRate>
111 m_frameRateHasBeenSet =
true;
112 m_frameRate = std::forward<FrameRateT>(value);
114 template <
typename FrameRateT = FrameRate>
127 template <
typename LanguageCodeT = Aws::String>
129 m_languageCodeHasBeenSet =
true;
130 m_languageCode = std::forward<LanguageCodeT>(value);
132 template <
typename LanguageCodeT = Aws::String>
149 m_objectCountHasBeenSet =
true;
150 m_objectCount = value;
165 m_sampleRateHasBeenSet =
true;
166 m_sampleRate = value;
176 long long m_bitRate{0};
182 FrameRate m_frameRate;
186 int m_objectCount{0};
189 bool m_bitDepthHasBeenSet =
false;
190 bool m_bitRateHasBeenSet =
false;
191 bool m_channelLayoutHasBeenSet =
false;
192 bool m_channelsHasBeenSet =
false;
193 bool m_frameRateHasBeenSet =
false;
194 bool m_languageCodeHasBeenSet =
false;
195 bool m_objectCountHasBeenSet =
false;
196 bool m_sampleRateHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue