@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public S3ClassificationScope clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.