7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/macie2/Macie2_EXPORTS.h>
10#include <aws/macie2/model/ClassificationScopeUpdateOperation.h>
47 template <
typename BucketNamesT = Aws::Vector<Aws::String>>
49 m_bucketNamesHasBeenSet =
true;
50 m_bucketNames = std::forward<BucketNamesT>(value);
52 template <
typename BucketNamesT = Aws::Vector<Aws::String>>
57 template <
typename BucketNamesT = Aws::String>
59 m_bucketNamesHasBeenSet =
true;
60 m_bucketNames.emplace_back(std::forward<BucketNamesT>(value));
78 m_operationHasBeenSet =
true;
90 bool m_bucketNamesHasBeenSet =
false;
91 bool m_operationHasBeenSet =
false;
void SetOperation(ClassificationScopeUpdateOperation value)
bool BucketNamesHasBeenSet() const
AWS_MACIE2_API S3ClassificationScopeExclusionUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBucketNames(BucketNamesT &&value)
ClassificationScopeUpdateOperation GetOperation() const
bool OperationHasBeenSet() const
AWS_MACIE2_API S3ClassificationScopeExclusionUpdate(Aws::Utils::Json::JsonView jsonValue)
S3ClassificationScopeExclusionUpdate & WithBucketNames(BucketNamesT &&value)
const Aws::Vector< Aws::String > & GetBucketNames() const
S3ClassificationScopeExclusionUpdate & WithOperation(ClassificationScopeUpdateOperation value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
S3ClassificationScopeExclusionUpdate & AddBucketNames(BucketNamesT &&value)
AWS_MACIE2_API S3ClassificationScopeExclusionUpdate()=default
ClassificationScopeUpdateOperation
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue