7#include <aws/synthetics/Synthetics_EXPORTS.h>
8#include <aws/synthetics/model/EncryptionMode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
70 inline void SetKmsKeyArn(
const char* value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn.assign(value); }
78 bool m_encryptionModeHasBeenSet =
false;
81 bool m_kmsKeyArnHasBeenSet =
false;
AWS_SYNTHETICS_API S3EncryptionConfig(Aws::Utils::Json::JsonView jsonValue)
S3EncryptionConfig & WithKmsKeyArn(Aws::String &&value)
bool KmsKeyArnHasBeenSet() const
bool EncryptionModeHasBeenSet() const
S3EncryptionConfig & WithKmsKeyArn(const char *value)
void SetKmsKeyArn(const Aws::String &value)
void SetEncryptionMode(EncryptionMode &&value)
AWS_SYNTHETICS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKmsKeyArn(Aws::String &&value)
S3EncryptionConfig & WithEncryptionMode(EncryptionMode &&value)
void SetKmsKeyArn(const char *value)
void SetEncryptionMode(const EncryptionMode &value)
AWS_SYNTHETICS_API S3EncryptionConfig()
S3EncryptionConfig & WithEncryptionMode(const EncryptionMode &value)
const EncryptionMode & GetEncryptionMode() const
AWS_SYNTHETICS_API S3EncryptionConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
S3EncryptionConfig & WithKmsKeyArn(const Aws::String &value)
const Aws::String & GetKmsKeyArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue