7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetBucketName(
const char* value) { m_bucketNameHasBeenSet =
true; m_bucketName.assign(value); }
66 inline void SetKeyPrefix(
const char* value) { m_keyPrefixHasBeenSet =
true; m_keyPrefix.assign(value); }
83 inline void SetKmsKeyArn(
const char* value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn.assign(value); }
91 bool m_bucketNameHasBeenSet =
false;
94 bool m_keyPrefixHasBeenSet =
false;
97 bool m_kmsKeyArnHasBeenSet =
false;
void SetBucketName(const char *value)
void SetKmsKeyArn(const Aws::String &value)
S3Destination & WithBucketName(const char *value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKmsKeyArn(Aws::String &&value)
void SetBucketName(Aws::String &&value)
AWS_MACIE2_API S3Destination & operator=(Aws::Utils::Json::JsonView jsonValue)
S3Destination & WithKeyPrefix(const char *value)
const Aws::String & GetKeyPrefix() const
S3Destination & WithKmsKeyArn(Aws::String &&value)
bool KmsKeyArnHasBeenSet() const
const Aws::String & GetBucketName() const
void SetKeyPrefix(const char *value)
AWS_MACIE2_API S3Destination(Aws::Utils::Json::JsonView jsonValue)
S3Destination & WithBucketName(Aws::String &&value)
bool KeyPrefixHasBeenSet() const
void SetKeyPrefix(const Aws::String &value)
bool BucketNameHasBeenSet() const
void SetKmsKeyArn(const char *value)
S3Destination & WithKeyPrefix(const Aws::String &value)
const Aws::String & GetKmsKeyArn() const
AWS_MACIE2_API S3Destination()
S3Destination & WithBucketName(const Aws::String &value)
S3Destination & WithKeyPrefix(Aws::String &&value)
void SetKeyPrefix(Aws::String &&value)
S3Destination & WithKmsKeyArn(const char *value)
void SetBucketName(const Aws::String &value)
S3Destination & WithKmsKeyArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue