7#include <aws/s3tables/S3Tables_EXPORTS.h>
8#include <aws/s3tables/model/SSEAlgorithm.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
67 template<
typename KmsKeyArnT = Aws::String>
68 void SetKmsKeyArn(KmsKeyArnT&& value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn = std::forward<KmsKeyArnT>(value); }
69 template<
typename KmsKeyArnT = Aws::String>
75 bool m_sseAlgorithmHasBeenSet =
false;
78 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