7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
42 template <
typename SseAlgorithmT = Aws::String>
44 m_sseAlgorithmHasBeenSet =
true;
45 m_sseAlgorithm = std::forward<SseAlgorithmT>(value);
47 template <
typename SseAlgorithmT = Aws::String>
60 template <
typename KmsKeyArnT = Aws::String>
62 m_kmsKeyArnHasBeenSet =
true;
63 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
65 template <
typename KmsKeyArnT = Aws::String>
75 bool m_sseAlgorithmHasBeenSet =
false;
76 bool m_kmsKeyArnHasBeenSet =
false;
void SetKmsKeyArn(KmsKeyArnT &&value)
bool SseAlgorithmHasBeenSet() const
ExportEncryptionConfiguration & WithKmsKeyArn(KmsKeyArnT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool KmsKeyArnHasBeenSet() const
AWS_GLUE_API ExportEncryptionConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API ExportEncryptionConfiguration()=default
const Aws::String & GetKmsKeyArn() const
const Aws::String & GetSseAlgorithm() const
ExportEncryptionConfiguration & WithSseAlgorithm(SseAlgorithmT &&value)
AWS_GLUE_API ExportEncryptionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSseAlgorithm(SseAlgorithmT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue