/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about the server-side encryption for the table.See
* Also:
AWS
* API Reference
If the key is inaccessible, the date and time when DynamoDB detected that the * key was inaccessible.
Uses the date-time format specified in
* RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces. For example,
* 2020-03-22T13:22:13.933Z.
If the key is inaccessible, the date and time when DynamoDB detected that the * key was inaccessible.
Uses the date-time format specified in
* RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces. For example,
* 2020-03-22T13:22:13.933Z.
If the key is inaccessible, the date and time when DynamoDB detected that the * key was inaccessible.
Uses the date-time format specified in
* RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces. For example,
* 2020-03-22T13:22:13.933Z.
If the key is inaccessible, the date and time when DynamoDB detected that the * key was inaccessible.
Uses the date-time format specified in
* RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces. For example,
* 2020-03-22T13:22:13.933Z.
If the key is inaccessible, the date and time when DynamoDB detected that the * key was inaccessible.
Uses the date-time format specified in
* RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces. For example,
* 2020-03-22T13:22:13.933Z.
If the key is inaccessible, the date and time when DynamoDB detected that the * key was inaccessible.
Uses the date-time format specified in
* RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces. For example,
* 2020-03-22T13:22:13.933Z.
If the key is inaccessible, the date and time when DynamoDB detected that the * key was inaccessible.
Uses the date-time format specified in
* RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces. For example,
* 2020-03-22T13:22:13.933Z.
If the key is inaccessible, the date and time when DynamoDB detected that the * key was inaccessible.
Uses the date-time format specified in
* RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces. For example,
* 2020-03-22T13:22:13.933Z.
The status of the server-side encryption.
*/ inline const Aws::String& GetStatus() const{ return m_status; } /** *The status of the server-side encryption.
*/ inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; } /** *The status of the server-side encryption.
*/ inline void SetStatus(const Aws::String& value) { m_statusHasBeenSet = true; m_status = value; } /** *The status of the server-side encryption.
*/ inline void SetStatus(Aws::String&& value) { m_statusHasBeenSet = true; m_status = std::move(value); } /** *The status of the server-side encryption.
*/ inline void SetStatus(const char* value) { m_statusHasBeenSet = true; m_status.assign(value); } /** *The status of the server-side encryption.
*/ inline AwsDynamoDbTableSseDescription& WithStatus(const Aws::String& value) { SetStatus(value); return *this;} /** *The status of the server-side encryption.
*/ inline AwsDynamoDbTableSseDescription& WithStatus(Aws::String&& value) { SetStatus(std::move(value)); return *this;} /** *The status of the server-side encryption.
*/ inline AwsDynamoDbTableSseDescription& WithStatus(const char* value) { SetStatus(value); return *this;} /** *The type of server-side encryption.
*/ inline const Aws::String& GetSseType() const{ return m_sseType; } /** *The type of server-side encryption.
*/ inline bool SseTypeHasBeenSet() const { return m_sseTypeHasBeenSet; } /** *The type of server-side encryption.
*/ inline void SetSseType(const Aws::String& value) { m_sseTypeHasBeenSet = true; m_sseType = value; } /** *The type of server-side encryption.
*/ inline void SetSseType(Aws::String&& value) { m_sseTypeHasBeenSet = true; m_sseType = std::move(value); } /** *The type of server-side encryption.
*/ inline void SetSseType(const char* value) { m_sseTypeHasBeenSet = true; m_sseType.assign(value); } /** *The type of server-side encryption.
*/ inline AwsDynamoDbTableSseDescription& WithSseType(const Aws::String& value) { SetSseType(value); return *this;} /** *The type of server-side encryption.
*/ inline AwsDynamoDbTableSseDescription& WithSseType(Aws::String&& value) { SetSseType(std::move(value)); return *this;} /** *The type of server-side encryption.
*/ inline AwsDynamoDbTableSseDescription& WithSseType(const char* value) { SetSseType(value); return *this;} /** *The ARN of the AWS KMS customer master key (CMK) that is used for the AWS KMS * encryption.
*/ inline const Aws::String& GetKmsMasterKeyArn() const{ return m_kmsMasterKeyArn; } /** *The ARN of the AWS KMS customer master key (CMK) that is used for the AWS KMS * encryption.
*/ inline bool KmsMasterKeyArnHasBeenSet() const { return m_kmsMasterKeyArnHasBeenSet; } /** *The ARN of the AWS KMS customer master key (CMK) that is used for the AWS KMS * encryption.
*/ inline void SetKmsMasterKeyArn(const Aws::String& value) { m_kmsMasterKeyArnHasBeenSet = true; m_kmsMasterKeyArn = value; } /** *The ARN of the AWS KMS customer master key (CMK) that is used for the AWS KMS * encryption.
*/ inline void SetKmsMasterKeyArn(Aws::String&& value) { m_kmsMasterKeyArnHasBeenSet = true; m_kmsMasterKeyArn = std::move(value); } /** *The ARN of the AWS KMS customer master key (CMK) that is used for the AWS KMS * encryption.
*/ inline void SetKmsMasterKeyArn(const char* value) { m_kmsMasterKeyArnHasBeenSet = true; m_kmsMasterKeyArn.assign(value); } /** *The ARN of the AWS KMS customer master key (CMK) that is used for the AWS KMS * encryption.
*/ inline AwsDynamoDbTableSseDescription& WithKmsMasterKeyArn(const Aws::String& value) { SetKmsMasterKeyArn(value); return *this;} /** *The ARN of the AWS KMS customer master key (CMK) that is used for the AWS KMS * encryption.
*/ inline AwsDynamoDbTableSseDescription& WithKmsMasterKeyArn(Aws::String&& value) { SetKmsMasterKeyArn(std::move(value)); return *this;} /** *The ARN of the AWS KMS customer master key (CMK) that is used for the AWS KMS * encryption.
*/ inline AwsDynamoDbTableSseDescription& WithKmsMasterKeyArn(const char* value) { SetKmsMasterKeyArn(value); return *this;} private: Aws::String m_inaccessibleEncryptionDateTime; bool m_inaccessibleEncryptionDateTimeHasBeenSet; Aws::String m_status; bool m_statusHasBeenSet; Aws::String m_sseType; bool m_sseTypeHasBeenSet; Aws::String m_kmsMasterKeyArn; bool m_kmsMasterKeyArnHasBeenSet; }; } // namespace Model } // namespace SecurityHub } // namespace Aws