7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/medialive/MediaLive_EXPORTS.h>
9#include <aws/medialive/model/VideoCodecSettings.h>
10#include <aws/medialive/model/VideoDescriptionRespondToAfd.h>
11#include <aws/medialive/model/VideoDescriptionScalingBehavior.h>
43 template <
typename CodecSettingsT = V
ideoCodecSettings>
45 m_codecSettingsHasBeenSet =
true;
46 m_codecSettings = std::forward<CodecSettingsT>(value);
48 template <
typename CodecSettingsT = V
ideoCodecSettings>
65 m_heightHasBeenSet =
true;
82 template <
typename NameT = Aws::String>
84 m_nameHasBeenSet =
true;
85 m_name = std::forward<NameT>(value);
87 template <
typename NameT = Aws::String>
89 SetName(std::forward<NameT>(value));
113 m_respondToAfdHasBeenSet =
true;
114 m_respondToAfd = value;
132 m_scalingBehaviorHasBeenSet =
true;
133 m_scalingBehavior = value;
149 m_sharpnessHasBeenSet =
true;
168 m_widthHasBeenSet =
true;
190 bool m_codecSettingsHasBeenSet =
false;
191 bool m_heightHasBeenSet =
false;
192 bool m_nameHasBeenSet =
false;
193 bool m_respondToAfdHasBeenSet =
false;
194 bool m_scalingBehaviorHasBeenSet =
false;
195 bool m_sharpnessHasBeenSet =
false;
196 bool m_widthHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue