7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/VideoCodecSettings.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/medialive/model/VideoDescriptionRespondToAfd.h>
11#include <aws/medialive/model/VideoDescriptionScalingBehavior.h>
49 template<
typename CodecSettingsT = V
ideoCodecSettings>
50 void SetCodecSettings(CodecSettingsT&& value) { m_codecSettingsHasBeenSet =
true; m_codecSettings = std::forward<CodecSettingsT>(value); }
51 template<
typename CodecSettingsT = V
ideoCodecSettings>
64 inline void SetHeight(
int value) { m_heightHasBeenSet =
true; m_height = value; }
76 template<
typename NameT = Aws::String>
77 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
78 template<
typename NameT = Aws::String>
124 inline void SetSharpness(
int value) { m_sharpnessHasBeenSet =
true; m_sharpness = value; }
137 inline void SetWidth(
int value) { m_widthHasBeenSet =
true; m_width = value; }
143 bool m_codecSettingsHasBeenSet =
false;
146 bool m_heightHasBeenSet =
false;
149 bool m_nameHasBeenSet =
false;
152 bool m_respondToAfdHasBeenSet =
false;
155 bool m_scalingBehaviorHasBeenSet =
false;
158 bool m_sharpnessHasBeenSet =
false;
161 bool m_widthHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue