7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/dynamodb/model/SSEStatus.h>
9#include <aws/dynamodb/model/SSEType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/DateTime.h>
54 inline void SetStatus(
SSEStatus&& value) { m_statusHasBeenSet =
true; m_status = std::move(value); }
68 inline void SetSSEType(
const SSEType& value) { m_sSETypeHasBeenSet =
true; m_sSEType = value; }
69 inline void SetSSEType(
SSEType&& value) { m_sSETypeHasBeenSet =
true; m_sSEType = std::move(value); }
82 inline void SetKMSMasterKeyArn(
const char* value) { m_kMSMasterKeyArnHasBeenSet =
true; m_kMSMasterKeyArn.assign(value); }
106 bool m_statusHasBeenSet =
false;
109 bool m_sSETypeHasBeenSet =
false;
112 bool m_kMSMasterKeyArnHasBeenSet =
false;
115 bool m_inaccessibleEncryptionDateTimeHasBeenSet =
false;
SSEDescription & WithKMSMasterKeyArn(const char *value)
const SSEType & GetSSEType() const
SSEDescription & WithInaccessibleEncryptionDateTime(const Aws::Utils::DateTime &value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DYNAMODB_API SSEDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSSEType(SSEType &&value)
void SetKMSMasterKeyArn(const char *value)
SSEDescription & WithInaccessibleEncryptionDateTime(Aws::Utils::DateTime &&value)
void SetSSEType(const SSEType &value)
SSEDescription & WithKMSMasterKeyArn(const Aws::String &value)
void SetKMSMasterKeyArn(const Aws::String &value)
SSEDescription & WithSSEType(SSEType &&value)
bool SSETypeHasBeenSet() const
SSEDescription & WithSSEType(const SSEType &value)
void SetInaccessibleEncryptionDateTime(const Aws::Utils::DateTime &value)
SSEDescription & WithStatus(SSEStatus &&value)
SSEDescription & WithStatus(const SSEStatus &value)
AWS_DYNAMODB_API SSEDescription()
bool InaccessibleEncryptionDateTimeHasBeenSet() const
AWS_DYNAMODB_API SSEDescription(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(const SSEStatus &value)
void SetInaccessibleEncryptionDateTime(Aws::Utils::DateTime &&value)
const SSEStatus & GetStatus() const
bool KMSMasterKeyArnHasBeenSet() const
bool StatusHasBeenSet() const
SSEDescription & WithKMSMasterKeyArn(Aws::String &&value)
const Aws::String & GetKMSMasterKeyArn() const
void SetStatus(SSEStatus &&value)
void SetKMSMasterKeyArn(Aws::String &&value)
const Aws::Utils::DateTime & GetInaccessibleEncryptionDateTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue