22 template<
typename RESULT_TYPE>
23 class AmazonWebServiceResult;
145 inline void SetKeyId(
const char* value) { m_keyId.assign(value); }
void SetKeyId(Aws::String &&value)
const Aws::String & GetKeyId() const
GenerateDataKeyResult & WithPlaintext(Aws::Utils::ByteBuffer &&value)
GenerateDataKeyResult & WithCiphertextBlob(Aws::Utils::ByteBuffer &&value)
GenerateDataKeyResult & WithCiphertextBlob(const Aws::Utils::ByteBuffer &value)
GenerateDataKeyResult & WithKeyId(const Aws::String &value)
void SetKeyId(const char *value)
GenerateDataKeyResult & WithKeyId(Aws::String &&value)
void SetPlaintext(const Aws::Utils::ByteBuffer &value)
void SetCiphertextBlob(Aws::Utils::ByteBuffer &&value)
GenerateDataKeyResult & WithPlaintext(const Aws::Utils::ByteBuffer &value)
GenerateDataKeyResult & WithKeyId(const char *value)
const Aws::Utils::ByteBuffer & GetCiphertextBlob() const
void SetKeyId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetPlaintext(Aws::Utils::ByteBuffer &&value)
void SetCiphertextBlob(const Aws::Utils::ByteBuffer &value)
const Aws::Utils::ByteBuffer & GetPlaintext() const
JSON (JavaScript Object Notation).