7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/dynamodb/model/SSEType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
52 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
65 inline void SetSSEType(
const SSEType& value) { m_sSETypeHasBeenSet =
true; m_sSEType = value; }
66 inline void SetSSEType(
SSEType&& value) { m_sSETypeHasBeenSet =
true; m_sSEType = std::move(value); }
82 inline void SetKMSMasterKeyId(
const char* value) { m_kMSMasterKeyIdHasBeenSet =
true; m_kMSMasterKeyId.assign(value); }
90 bool m_enabledHasBeenSet =
false;
93 bool m_sSETypeHasBeenSet =
false;
96 bool m_kMSMasterKeyIdHasBeenSet =
false;
void SetSSEType(const SSEType &value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKMSMasterKeyId(const char *value)
SSESpecification & WithSSEType(SSEType &&value)
void SetKMSMasterKeyId(const Aws::String &value)
AWS_DYNAMODB_API SSESpecification(Aws::Utils::Json::JsonView jsonValue)
const SSEType & GetSSEType() const
void SetEnabled(bool value)
bool EnabledHasBeenSet() const
bool SSETypeHasBeenSet() const
AWS_DYNAMODB_API SSESpecification()
SSESpecification & WithSSEType(const SSEType &value)
bool KMSMasterKeyIdHasBeenSet() const
AWS_DYNAMODB_API SSESpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
SSESpecification & WithEnabled(bool value)
SSESpecification & WithKMSMasterKeyId(const Aws::String &value)
void SetSSEType(SSEType &&value)
void SetKMSMasterKeyId(Aws::String &&value)
SSESpecification & WithKMSMasterKeyId(const char *value)
const Aws::String & GetKMSMasterKeyId() const
SSESpecification & WithKMSMasterKeyId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue