29 namespace ElasticTranscoder
68 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
118 inline void SetLanguage(
const char* value) { m_languageHasBeenSet =
true; m_language.assign(value); }
174 inline void SetTimeOffset(
const char* value) { m_timeOffsetHasBeenSet =
true; m_timeOffset.assign(value); }
226 inline void SetLabel(
const char* value) { m_labelHasBeenSet =
true; m_label.assign(value); }
281 bool m_keyHasBeenSet;
283 bool m_languageHasBeenSet;
285 bool m_timeOffsetHasBeenSet;
287 bool m_labelHasBeenSet;
289 bool m_encryptionHasBeenSet;
void SetTimeOffset(const char *value)
void SetTimeOffset(Aws::String &&value)
const Aws::String & GetTimeOffset() const
void SetLabel(const char *value)
void SetKey(Aws::String &&value)
void SetKey(const Aws::String &value)
CaptionSource & WithKey(const Aws::String &value)
CaptionSource & WithEncryption(const Encryption &value)
CaptionSource & WithLanguage(Aws::String &&value)
void SetLanguage(const char *value)
void SetEncryption(Encryption &&value)
void SetLanguage(const Aws::String &value)
CaptionSource & WithTimeOffset(const Aws::String &value)
const Encryption & GetEncryption() const
void SetKey(const char *value)
const Aws::String & GetKey() const
CaptionSource & WithTimeOffset(const char *value)
const Aws::String & GetLanguage() const
const Aws::String & GetLabel() const
void SetLanguage(Aws::String &&value)
CaptionSource & WithLabel(const char *value)
CaptionSource & WithLabel(Aws::String &&value)
CaptionSource & WithKey(const char *value)
void SetTimeOffset(const Aws::String &value)
CaptionSource & WithKey(Aws::String &&value)
void SetLabel(Aws::String &&value)
CaptionSource & WithLanguage(const Aws::String &value)
#define AWS_ELASTICTRANSCODER_API
void SetEncryption(const Encryption &value)
CaptionSource & WithLabel(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
CaptionSource & WithLanguage(const char *value)
CaptionSource & WithEncryption(Encryption &&value)
CaptionSource & WithTimeOffset(Aws::String &&value)
void SetLabel(const Aws::String &value)
JSON (JavaScript Object Notation).