7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3tables/S3Tables_EXPORTS.h>
9#include <aws/s3tables/model/SSEAlgorithm.h>
50 m_sseAlgorithmHasBeenSet =
true;
51 m_sseAlgorithm = value;
67 template <
typename KmsKeyArnT = Aws::String>
69 m_kmsKeyArnHasBeenSet =
true;
70 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
72 template <
typename KmsKeyArnT = Aws::String>
82 bool m_sseAlgorithmHasBeenSet =
false;
83 bool m_kmsKeyArnHasBeenSet =
false;
const Aws::String & GetKmsKeyArn() const
bool SseAlgorithmHasBeenSet() const
AWS_S3TABLES_API EncryptionConfiguration()=default
EncryptionConfiguration & WithSseAlgorithm(SSEAlgorithm value)
bool KmsKeyArnHasBeenSet() const
EncryptionConfiguration & WithKmsKeyArn(KmsKeyArnT &&value)
AWS_S3TABLES_API EncryptionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSseAlgorithm(SSEAlgorithm value)
void SetKmsKeyArn(KmsKeyArnT &&value)
SSEAlgorithm GetSseAlgorithm() const
AWS_S3TABLES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_S3TABLES_API EncryptionConfiguration(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue