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;
138 m_scalingBehaviorHasBeenSet =
true;
139 m_scalingBehavior = value;
155 m_sharpnessHasBeenSet =
true;
174 m_widthHasBeenSet =
true;
196 bool m_codecSettingsHasBeenSet =
false;
197 bool m_heightHasBeenSet =
false;
198 bool m_nameHasBeenSet =
false;
199 bool m_respondToAfdHasBeenSet =
false;
200 bool m_scalingBehaviorHasBeenSet =
false;
201 bool m_sharpnessHasBeenSet =
false;
202 bool m_widthHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue