7#include <aws/dataexchange/DataExchange_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dataexchange/model/ServerSideEncryptionTypes.h>
53 inline void SetKmsKeyArn(
const char* value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn.assign(value); }
74 bool m_kmsKeyArnHasBeenSet =
false;
77 bool m_typeHasBeenSet =
false;
AWS_DATAEXCHANGE_API ExportServerSideEncryption & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
ExportServerSideEncryption & WithKmsKeyArn(Aws::String &&value)
const Aws::String & GetKmsKeyArn() const
void SetType(ServerSideEncryptionTypes &&value)
void SetKmsKeyArn(const Aws::String &value)
AWS_DATAEXCHANGE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAEXCHANGE_API ExportServerSideEncryption()
ExportServerSideEncryption & WithKmsKeyArn(const Aws::String &value)
void SetType(const ServerSideEncryptionTypes &value)
AWS_DATAEXCHANGE_API ExportServerSideEncryption(Aws::Utils::Json::JsonView jsonValue)
void SetKmsKeyArn(const char *value)
void SetKmsKeyArn(Aws::String &&value)
ExportServerSideEncryption & WithType(const ServerSideEncryptionTypes &value)
ExportServerSideEncryption & WithType(ServerSideEncryptionTypes &&value)
bool KmsKeyArnHasBeenSet() const
const ServerSideEncryptionTypes & GetType() const
ExportServerSideEncryption & WithKmsKeyArn(const char *value)
ServerSideEncryptionTypes
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue