7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename BucketNamesT = Aws::Vector<Aws::String>>
50 void SetBucketNames(BucketNamesT&& value) { m_bucketNamesHasBeenSet =
true; m_bucketNames = std::forward<BucketNamesT>(value); }
51 template<
typename BucketNamesT = Aws::Vector<Aws::String>>
53 template<
typename BucketNamesT = Aws::String>
59 bool m_bucketNamesHasBeenSet =
false;
AWS_MACIE2_API S3ClassificationScopeExclusion & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBucketNames(BucketNamesT &&value)
AWS_MACIE2_API S3ClassificationScopeExclusion()=default
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
bool BucketNamesHasBeenSet() const
S3ClassificationScopeExclusion & AddBucketNames(BucketNamesT &&value)
S3ClassificationScopeExclusion & WithBucketNames(BucketNamesT &&value)
const Aws::Vector< Aws::String > & GetBucketNames() const
AWS_MACIE2_API S3ClassificationScopeExclusion(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue