@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3ClassificationScopeExclusion extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the names of the S3 buckets that are excluded from automated sensitive data discovery.
Constructor and Description |
---|
S3ClassificationScopeExclusion() |
Modifier and Type | Method and Description |
---|---|
S3ClassificationScopeExclusion |
clone() |
boolean |
equals(Object obj) |
List<String> |
getBucketNames()
An array of strings, one for each S3 bucket that is excluded.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucketNames(Collection<String> bucketNames)
An array of strings, one for each S3 bucket that is excluded.
|
String |
toString()
Returns a string representation of this object.
|
S3ClassificationScopeExclusion |
withBucketNames(Collection<String> bucketNames)
An array of strings, one for each S3 bucket that is excluded.
|
S3ClassificationScopeExclusion |
withBucketNames(String... bucketNames)
An array of strings, one for each S3 bucket that is excluded.
|
public List<String> getBucketNames()
An array of strings, one for each S3 bucket that is excluded. Each string is the full name of an excluded bucket.
public void setBucketNames(Collection<String> bucketNames)
An array of strings, one for each S3 bucket that is excluded. Each string is the full name of an excluded bucket.
bucketNames
- An array of strings, one for each S3 bucket that is excluded. Each string is the full name of an excluded
bucket.public S3ClassificationScopeExclusion withBucketNames(String... bucketNames)
An array of strings, one for each S3 bucket that is excluded. Each string is the full name of an excluded bucket.
NOTE: This method appends the values to the existing list (if any). Use
setBucketNames(java.util.Collection)
or withBucketNames(java.util.Collection)
if you want to
override the existing values.
bucketNames
- An array of strings, one for each S3 bucket that is excluded. Each string is the full name of an excluded
bucket.public S3ClassificationScopeExclusion withBucketNames(Collection<String> bucketNames)
An array of strings, one for each S3 bucket that is excluded. Each string is the full name of an excluded bucket.
bucketNames
- An array of strings, one for each S3 bucket that is excluded. Each string is the full name of an excluded
bucket.public String toString()
toString
in class Object
Object.toString()
public S3ClassificationScopeExclusion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.