7#include <aws/elastictranscoder/ElasticTranscoder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elastictranscoder/model/Encryption.h>
10#include <aws/elastictranscoder/model/TimeSpan.h>
11#include <aws/elastictranscoder/model/InputCaptions.h>
12#include <aws/elastictranscoder/model/DetectedProperties.h>
25namespace ElasticTranscoder
58 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
59 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
80 inline void SetFrameRate(
const char* value) { m_frameRateHasBeenSet =
true; m_frameRate.assign(value); }
95 inline void SetResolution(
const char* value) { m_resolutionHasBeenSet =
true; m_resolution.assign(value); }
115 inline void SetAspectRatio(
const char* value) { m_aspectRatioHasBeenSet =
true; m_aspectRatio.assign(value); }
134 inline void SetInterlaced(
const char* value) { m_interlacedHasBeenSet =
true; m_interlaced.assign(value); }
156 inline void SetContainer(
const char* value) { m_containerHasBeenSet =
true; m_container.assign(value); }
245 bool m_keyHasBeenSet =
false;
248 bool m_frameRateHasBeenSet =
false;
251 bool m_resolutionHasBeenSet =
false;
254 bool m_aspectRatioHasBeenSet =
false;
257 bool m_interlacedHasBeenSet =
false;
260 bool m_containerHasBeenSet =
false;
263 bool m_encryptionHasBeenSet =
false;
266 bool m_timeSpanHasBeenSet =
false;
269 bool m_inputCaptionsHasBeenSet =
false;
272 bool m_detectedPropertiesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue