7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/synthetics/Synthetics_EXPORTS.h>
9#include <aws/synthetics/model/EncryptionMode.h>
50 m_encryptionModeHasBeenSet =
true;
51 m_encryptionMode = value;
66 template <
typename KmsKeyArnT = Aws::String>
68 m_kmsKeyArnHasBeenSet =
true;
69 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
71 template <
typename KmsKeyArnT = Aws::String>
81 bool m_encryptionModeHasBeenSet =
false;
82 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