7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/glacier/model/EncryptionType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
61 template<
typename KMSKeyIdT = Aws::String>
62 void SetKMSKeyId(KMSKeyIdT&& value) { m_kMSKeyIdHasBeenSet =
true; m_kMSKeyId = std::forward<KMSKeyIdT>(value); }
63 template<
typename KMSKeyIdT = Aws::String>
74 template<
typename KMSContextT = Aws::String>
75 void SetKMSContext(KMSContextT&& value) { m_kMSContextHasBeenSet =
true; m_kMSContext = std::forward<KMSContextT>(value); }
76 template<
typename KMSContextT = Aws::String>
82 bool m_encryptionTypeHasBeenSet =
false;
85 bool m_kMSKeyIdHasBeenSet =
false;
88 bool m_kMSContextHasBeenSet =
false;
void SetEncryptionType(EncryptionType value)
void SetKMSKeyId(KMSKeyIdT &&value)
bool KMSKeyIdHasBeenSet() const
const Aws::String & GetKMSKeyId() const
bool KMSContextHasBeenSet() const
const Aws::String & GetKMSContext() const
AWS_GLACIER_API Aws::Utils::Json::JsonValue Jsonize() const
Encryption & WithKMSKeyId(KMSKeyIdT &&value)
Encryption & WithEncryptionType(EncryptionType value)
AWS_GLACIER_API Encryption(Aws::Utils::Json::JsonView jsonValue)
void SetKMSContext(KMSContextT &&value)
AWS_GLACIER_API Encryption & operator=(Aws::Utils::Json::JsonView jsonValue)
Encryption & WithKMSContext(KMSContextT &&value)
bool EncryptionTypeHasBeenSet() const
EncryptionType GetEncryptionType() const
AWS_GLACIER_API Encryption()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue