7#include <aws/elastictranscoder/ElasticTranscoder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ElasticTranscoder
69 template<
typename ModeT = Aws::String>
70 void SetMode(ModeT&& value) { m_modeHasBeenSet =
true; m_mode = std::forward<ModeT>(value); }
71 template<
typename ModeT = Aws::String>
86 template<
typename KeyT = Aws::String>
87 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
88 template<
typename KeyT = Aws::String>
102 template<
typename KeyMd5T = Aws::String>
103 void SetKeyMd5(KeyMd5T&& value) { m_keyMd5HasBeenSet =
true; m_keyMd5 = std::forward<KeyMd5T>(value); }
104 template<
typename KeyMd5T = Aws::String>
118 template<
typename InitializationVectorT = Aws::String>
119 void SetInitializationVector(InitializationVectorT&& value) { m_initializationVectorHasBeenSet =
true; m_initializationVector = std::forward<InitializationVectorT>(value); }
120 template<
typename InitializationVectorT = Aws::String>
126 bool m_modeHasBeenSet =
false;
129 bool m_keyHasBeenSet =
false;
132 bool m_keyMd5HasBeenSet =
false;
135 bool m_initializationVectorHasBeenSet =
false;
Encryption & WithKey(KeyT &&value)
bool KeyMd5HasBeenSet() const
void SetKeyMd5(KeyMd5T &&value)
const Aws::String & GetKeyMd5() const
Encryption & WithMode(ModeT &&value)
bool KeyHasBeenSet() const
void SetKey(KeyT &&value)
void SetInitializationVector(InitializationVectorT &&value)
Encryption & WithInitializationVector(InitializationVectorT &&value)
bool InitializationVectorHasBeenSet() const
const Aws::String & GetMode() const
AWS_ELASTICTRANSCODER_API Encryption(Aws::Utils::Json::JsonView jsonValue)
AWS_ELASTICTRANSCODER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetInitializationVector() const
Encryption & WithKeyMd5(KeyMd5T &&value)
void SetMode(ModeT &&value)
bool ModeHasBeenSet() const
const Aws::String & GetKey() const
AWS_ELASTICTRANSCODER_API Encryption()=default
AWS_ELASTICTRANSCODER_API Encryption & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue