@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3ClassificationScope extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the S3 buckets that are excluded from automated sensitive data discovery for an Amazon Macie account.
| Constructor and Description |
|---|
S3ClassificationScope() |
| Modifier and Type | Method and Description |
|---|---|
S3ClassificationScope |
clone() |
boolean |
equals(Object obj) |
S3ClassificationScopeExclusion |
getExcludes()
The S3 buckets that are excluded.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setExcludes(S3ClassificationScopeExclusion excludes)
The S3 buckets that are excluded.
|
String |
toString()
Returns a string representation of this object.
|
S3ClassificationScope |
withExcludes(S3ClassificationScopeExclusion excludes)
The S3 buckets that are excluded.
|
public void setExcludes(S3ClassificationScopeExclusion excludes)
The S3 buckets that are excluded.
excludes - The S3 buckets that are excluded.public S3ClassificationScopeExclusion getExcludes()
The S3 buckets that are excluded.
public S3ClassificationScope withExcludes(S3ClassificationScopeExclusion excludes)
The S3 buckets that are excluded.
excludes - The S3 buckets that are excluded.public String toString()
toString in class ObjectObject.toString()public S3ClassificationScope clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.