7#include <aws/synthetics/Synthetics_EXPORTS.h>
8#include <aws/synthetics/model/EncryptionMode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
66 template<
typename KmsKeyArnT = Aws::String>
67 void SetKmsKeyArn(KmsKeyArnT&& value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn = std::forward<KmsKeyArnT>(value); }
68 template<
typename KmsKeyArnT = Aws::String>
74 bool m_encryptionModeHasBeenSet =
false;
77 bool m_kmsKeyArnHasBeenSet =
false;
S3EncryptionConfig & WithKmsKeyArn(KmsKeyArnT &&value)
AWS_SYNTHETICS_API S3EncryptionConfig(Aws::Utils::Json::JsonView jsonValue)
bool KmsKeyArnHasBeenSet() const
bool EncryptionModeHasBeenSet() const
AWS_SYNTHETICS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKmsKeyArn(KmsKeyArnT &&value)
S3EncryptionConfig & WithEncryptionMode(EncryptionMode value)
EncryptionMode GetEncryptionMode() const
AWS_SYNTHETICS_API S3EncryptionConfig()=default
AWS_SYNTHETICS_API S3EncryptionConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEncryptionMode(EncryptionMode value)
const Aws::String & GetKmsKeyArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue