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>
64 inline void SetHeight(
int value) { m_heightHasBeenSet =
true; m_height = value; }
78 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
130 inline void SetSharpness(
int value) { m_sharpnessHasBeenSet =
true; m_sharpness = value; }
143 inline void SetWidth(
int value) { m_widthHasBeenSet =
true; m_width = value; }
149 bool m_codecSettingsHasBeenSet =
false;
152 bool m_heightHasBeenSet =
false;
155 bool m_nameHasBeenSet =
false;
158 bool m_respondToAfdHasBeenSet =
false;
161 bool m_scalingBehaviorHasBeenSet =
false;
164 bool m_sharpnessHasBeenSet =
false;
167 bool m_widthHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue