7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
42 template <
typename KmsKeyArnT = Aws::String>
44 m_kmsKeyArnHasBeenSet =
true;
45 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
47 template <
typename KmsKeyArnT = Aws::String>
65 template <
typename SseAlgorithmT = Aws::String>
67 m_sseAlgorithmHasBeenSet =
true;
68 m_sseAlgorithm = std::forward<SseAlgorithmT>(value);
70 template <
typename SseAlgorithmT = Aws::String>
80 bool m_kmsKeyArnHasBeenSet =
false;
81 bool m_sseAlgorithmHasBeenSet =
false;
bool KmsKeyArnHasBeenSet() const
const Aws::String & GetKmsKeyArn() const
bool SseAlgorithmHasBeenSet() const
AWS_DATAZONE_API EncryptionConfiguration()=default
EncryptionConfiguration & WithKmsKeyArn(KmsKeyArnT &&value)
void SetKmsKeyArn(KmsKeyArnT &&value)
void SetSseAlgorithm(SseAlgorithmT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
EncryptionConfiguration & WithSseAlgorithm(SseAlgorithmT &&value)
AWS_DATAZONE_API EncryptionConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSseAlgorithm() const
AWS_DATAZONE_API EncryptionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue