7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/macie2/Macie2_EXPORTS.h>
46 template <
typename BucketNameT = Aws::String>
48 m_bucketNameHasBeenSet =
true;
49 m_bucketName = std::forward<BucketNameT>(value);
51 template <
typename BucketNameT = Aws::String>
65 template <
typename ExpectedBucketOwnerT = Aws::String>
67 m_expectedBucketOwnerHasBeenSet =
true;
68 m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value);
70 template <
typename ExpectedBucketOwnerT = Aws::String>
84 template <
typename KeyPrefixT = Aws::String>
86 m_keyPrefixHasBeenSet =
true;
87 m_keyPrefix = std::forward<KeyPrefixT>(value);
89 template <
typename KeyPrefixT = Aws::String>
105 template <
typename KmsKeyArnT = Aws::String>
107 m_kmsKeyArnHasBeenSet =
true;
108 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
110 template <
typename KmsKeyArnT = Aws::String>
124 bool m_bucketNameHasBeenSet =
false;
125 bool m_expectedBucketOwnerHasBeenSet =
false;
126 bool m_keyPrefixHasBeenSet =
false;
127 bool m_kmsKeyArnHasBeenSet =
false;
bool ExpectedBucketOwnerHasBeenSet() const
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKeyPrefix(KeyPrefixT &&value)
void SetExpectedBucketOwner(ExpectedBucketOwnerT &&value)
AWS_MACIE2_API S3Destination & operator=(Aws::Utils::Json::JsonView jsonValue)
S3Destination & WithExpectedBucketOwner(ExpectedBucketOwnerT &&value)
S3Destination & WithKmsKeyArn(KmsKeyArnT &&value)
const Aws::String & GetKeyPrefix() const
void SetKmsKeyArn(KmsKeyArnT &&value)
bool KmsKeyArnHasBeenSet() const
const Aws::String & GetBucketName() const
AWS_MACIE2_API S3Destination(Aws::Utils::Json::JsonView jsonValue)
bool KeyPrefixHasBeenSet() const
bool BucketNameHasBeenSet() const
AWS_MACIE2_API S3Destination()=default
const Aws::String & GetExpectedBucketOwner() const
const Aws::String & GetKmsKeyArn() const
S3Destination & WithBucketName(BucketNameT &&value)
void SetBucketName(BucketNameT &&value)
S3Destination & WithKeyPrefix(KeyPrefixT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue