/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Specifies S3 buckets to add or remove from the exclusion list defined by the
* classification scope for an Amazon Macie account.See Also:
AWS
* API Reference
Depending on the value specified for the update operation * (ClassificationScopeUpdateOperation), an array of strings that: lists the names * of buckets to add or remove from the list, or specifies a new set of bucket * names that overwrites all existing names in the list. Each string must be the * full name of an S3 bucket. Values are case sensitive.
*/ inline const Aws::VectorDepending on the value specified for the update operation * (ClassificationScopeUpdateOperation), an array of strings that: lists the names * of buckets to add or remove from the list, or specifies a new set of bucket * names that overwrites all existing names in the list. Each string must be the * full name of an S3 bucket. Values are case sensitive.
*/ inline bool BucketNamesHasBeenSet() const { return m_bucketNamesHasBeenSet; } /** *Depending on the value specified for the update operation * (ClassificationScopeUpdateOperation), an array of strings that: lists the names * of buckets to add or remove from the list, or specifies a new set of bucket * names that overwrites all existing names in the list. Each string must be the * full name of an S3 bucket. Values are case sensitive.
*/ inline void SetBucketNames(const Aws::VectorDepending on the value specified for the update operation * (ClassificationScopeUpdateOperation), an array of strings that: lists the names * of buckets to add or remove from the list, or specifies a new set of bucket * names that overwrites all existing names in the list. Each string must be the * full name of an S3 bucket. Values are case sensitive.
*/ inline void SetBucketNames(Aws::VectorDepending on the value specified for the update operation * (ClassificationScopeUpdateOperation), an array of strings that: lists the names * of buckets to add or remove from the list, or specifies a new set of bucket * names that overwrites all existing names in the list. Each string must be the * full name of an S3 bucket. Values are case sensitive.
*/ inline S3ClassificationScopeExclusionUpdate& WithBucketNames(const Aws::VectorDepending on the value specified for the update operation * (ClassificationScopeUpdateOperation), an array of strings that: lists the names * of buckets to add or remove from the list, or specifies a new set of bucket * names that overwrites all existing names in the list. Each string must be the * full name of an S3 bucket. Values are case sensitive.
*/ inline S3ClassificationScopeExclusionUpdate& WithBucketNames(Aws::VectorDepending on the value specified for the update operation * (ClassificationScopeUpdateOperation), an array of strings that: lists the names * of buckets to add or remove from the list, or specifies a new set of bucket * names that overwrites all existing names in the list. Each string must be the * full name of an S3 bucket. Values are case sensitive.
*/ inline S3ClassificationScopeExclusionUpdate& AddBucketNames(const Aws::String& value) { m_bucketNamesHasBeenSet = true; m_bucketNames.push_back(value); return *this; } /** *Depending on the value specified for the update operation * (ClassificationScopeUpdateOperation), an array of strings that: lists the names * of buckets to add or remove from the list, or specifies a new set of bucket * names that overwrites all existing names in the list. Each string must be the * full name of an S3 bucket. Values are case sensitive.
*/ inline S3ClassificationScopeExclusionUpdate& AddBucketNames(Aws::String&& value) { m_bucketNamesHasBeenSet = true; m_bucketNames.push_back(std::move(value)); return *this; } /** *Depending on the value specified for the update operation * (ClassificationScopeUpdateOperation), an array of strings that: lists the names * of buckets to add or remove from the list, or specifies a new set of bucket * names that overwrites all existing names in the list. Each string must be the * full name of an S3 bucket. Values are case sensitive.
*/ inline S3ClassificationScopeExclusionUpdate& AddBucketNames(const char* value) { m_bucketNamesHasBeenSet = true; m_bucketNames.push_back(value); return *this; } /** *Specifies how to apply the changes to the exclusion list. Valid values * are:
ADD - Append the specified bucket names to the current * list.
REMOVE - Remove the specified bucket names from the * current list.
REPLACE - Overwrite the current list with the * specified list of bucket names. If you specify this value, Amazon Macie removes * all existing names from the list and adds all the specified names to the * list.
Specifies how to apply the changes to the exclusion list. Valid values * are:
ADD - Append the specified bucket names to the current * list.
REMOVE - Remove the specified bucket names from the * current list.
REPLACE - Overwrite the current list with the * specified list of bucket names. If you specify this value, Amazon Macie removes * all existing names from the list and adds all the specified names to the * list.
Specifies how to apply the changes to the exclusion list. Valid values * are:
ADD - Append the specified bucket names to the current * list.
REMOVE - Remove the specified bucket names from the * current list.
REPLACE - Overwrite the current list with the * specified list of bucket names. If you specify this value, Amazon Macie removes * all existing names from the list and adds all the specified names to the * list.
Specifies how to apply the changes to the exclusion list. Valid values * are:
ADD - Append the specified bucket names to the current * list.
REMOVE - Remove the specified bucket names from the * current list.
REPLACE - Overwrite the current list with the * specified list of bucket names. If you specify this value, Amazon Macie removes * all existing names from the list and adds all the specified names to the * list.
Specifies how to apply the changes to the exclusion list. Valid values * are:
ADD - Append the specified bucket names to the current * list.
REMOVE - Remove the specified bucket names from the * current list.
REPLACE - Overwrite the current list with the * specified list of bucket names. If you specify this value, Amazon Macie removes * all existing names from the list and adds all the specified names to the * list.
Specifies how to apply the changes to the exclusion list. Valid values * are:
ADD - Append the specified bucket names to the current * list.
REMOVE - Remove the specified bucket names from the * current list.
REPLACE - Overwrite the current list with the * specified list of bucket names. If you specify this value, Amazon Macie removes * all existing names from the list and adds all the specified names to the * list.