7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetDuration(
int value) { m_durationHasBeenSet =
true; m_duration = value; }
62 inline void SetFadeIn(
int value) { m_fadeInHasBeenSet =
true; m_fadeIn = value; }
75 inline void SetFadeOut(
int value) { m_fadeOutHasBeenSet =
true; m_fadeOut = value; }
88 inline void SetHeight(
int value) { m_heightHasBeenSet =
true; m_height = value; }
101 inline void SetImageInserterInput(
const char* value) { m_imageInserterInputHasBeenSet =
true; m_imageInserterInput.assign(value); }
114 inline void SetImageX(
int value) { m_imageXHasBeenSet =
true; m_imageX = value; }
125 inline void SetImageY(
int value) { m_imageYHasBeenSet =
true; m_imageY = value; }
136 inline void SetLayer(
int value) { m_layerHasBeenSet =
true; m_layer = value; }
147 inline void SetOpacity(
int value) { m_opacityHasBeenSet =
true; m_opacity = value; }
161 inline void SetStartTime(
const char* value) { m_startTimeHasBeenSet =
true; m_startTime.assign(value); }
175 inline void SetWidth(
int value) { m_widthHasBeenSet =
true; m_width = value; }
181 bool m_durationHasBeenSet =
false;
184 bool m_fadeInHasBeenSet =
false;
187 bool m_fadeOutHasBeenSet =
false;
190 bool m_heightHasBeenSet =
false;
193 bool m_imageInserterInputHasBeenSet =
false;
196 bool m_imageXHasBeenSet =
false;
199 bool m_imageYHasBeenSet =
false;
202 bool m_layerHasBeenSet =
false;
205 bool m_opacityHasBeenSet =
false;
208 bool m_startTimeHasBeenSet =
false;
211 bool m_widthHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue