7#include <aws/elastictranscoder/ElasticTranscoder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elastictranscoder/model/Encryption.h>
22namespace ElasticTranscoder
50 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
51 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
70 inline void SetLanguage(
const char* value) { m_languageHasBeenSet =
true; m_language.assign(value); }
87 inline void SetTimeOffset(
const char* value) { m_timeOffsetHasBeenSet =
true; m_timeOffset.assign(value); }
103 inline void SetLabel(
const char* value) { m_labelHasBeenSet =
true; m_label.assign(value); }
125 bool m_keyHasBeenSet =
false;
128 bool m_languageHasBeenSet =
false;
131 bool m_timeOffsetHasBeenSet =
false;
134 bool m_labelHasBeenSet =
false;
137 bool m_encryptionHasBeenSet =
false;
AWS_ELASTICTRANSCODER_API CaptionSource & operator=(Aws::Utils::Json::JsonView jsonValue)
CaptionSource & WithKey(Aws::String &&value)
void SetTimeOffset(const char *value)
const Aws::String & GetKey() const
void SetLanguage(const char *value)
CaptionSource & WithKey(const Aws::String &value)
CaptionSource & WithEncryption(Encryption &&value)
const Aws::String & GetLanguage() const
void SetTimeOffset(Aws::String &&value)
void SetLabel(Aws::String &&value)
CaptionSource & WithTimeOffset(Aws::String &&value)
void SetLanguage(Aws::String &&value)
void SetEncryption(const Encryption &value)
void SetKey(const Aws::String &value)
CaptionSource & WithLabel(Aws::String &&value)
bool LabelHasBeenSet() const
void SetLanguage(const Aws::String &value)
void SetLabel(const char *value)
const Aws::String & GetTimeOffset() const
void SetKey(Aws::String &&value)
CaptionSource & WithTimeOffset(const Aws::String &value)
AWS_ELASTICTRANSCODER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTimeOffset(const Aws::String &value)
CaptionSource & WithKey(const char *value)
bool KeyHasBeenSet() const
CaptionSource & WithEncryption(const Encryption &value)
CaptionSource & WithLanguage(const Aws::String &value)
AWS_ELASTICTRANSCODER_API CaptionSource(Aws::Utils::Json::JsonView jsonValue)
const Encryption & GetEncryption() const
bool EncryptionHasBeenSet() const
AWS_ELASTICTRANSCODER_API CaptionSource()
bool LanguageHasBeenSet() const
CaptionSource & WithTimeOffset(const char *value)
const Aws::String & GetLabel() const
CaptionSource & WithLabel(const Aws::String &value)
bool TimeOffsetHasBeenSet() const
void SetLabel(const Aws::String &value)
CaptionSource & WithLanguage(const char *value)
CaptionSource & WithLanguage(Aws::String &&value)
CaptionSource & WithLabel(const char *value)
void SetKey(const char *value)
void SetEncryption(Encryption &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue