@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3ResourceClassification extends Object implements Serializable, Cloneable, StructuredPojo
The S3 resources that you want to associate with Amazon Macie for monitoring and data classification. This data type is used as a request parameter in the AssociateS3Resources action and a response parameter in the ListS3Resources action.
Constructor and Description |
---|
S3ResourceClassification() |
Modifier and Type | Method and Description |
---|---|
S3ResourceClassification |
clone() |
boolean |
equals(Object obj) |
String |
getBucketName()
The name of the S3 bucket that you want to associate with Amazon Macie.
|
ClassificationType |
getClassificationType()
The classification type that you want to specify for the resource associated with Amazon Macie.
|
String |
getPrefix()
The prefix of the S3 bucket that you want to associate with Amazon Macie.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucketName(String bucketName)
The name of the S3 bucket that you want to associate with Amazon Macie.
|
void |
setClassificationType(ClassificationType classificationType)
The classification type that you want to specify for the resource associated with Amazon Macie.
|
void |
setPrefix(String prefix)
The prefix of the S3 bucket that you want to associate with Amazon Macie.
|
String |
toString()
Returns a string representation of this object.
|
S3ResourceClassification |
withBucketName(String bucketName)
The name of the S3 bucket that you want to associate with Amazon Macie.
|
S3ResourceClassification |
withClassificationType(ClassificationType classificationType)
The classification type that you want to specify for the resource associated with Amazon Macie.
|
S3ResourceClassification |
withPrefix(String prefix)
The prefix of the S3 bucket that you want to associate with Amazon Macie.
|
public void setBucketName(String bucketName)
The name of the S3 bucket that you want to associate with Amazon Macie.
bucketName
- The name of the S3 bucket that you want to associate with Amazon Macie.public String getBucketName()
The name of the S3 bucket that you want to associate with Amazon Macie.
public S3ResourceClassification withBucketName(String bucketName)
The name of the S3 bucket that you want to associate with Amazon Macie.
bucketName
- The name of the S3 bucket that you want to associate with Amazon Macie.public void setPrefix(String prefix)
The prefix of the S3 bucket that you want to associate with Amazon Macie.
prefix
- The prefix of the S3 bucket that you want to associate with Amazon Macie.public String getPrefix()
The prefix of the S3 bucket that you want to associate with Amazon Macie.
public S3ResourceClassification withPrefix(String prefix)
The prefix of the S3 bucket that you want to associate with Amazon Macie.
prefix
- The prefix of the S3 bucket that you want to associate with Amazon Macie.public void setClassificationType(ClassificationType classificationType)
The classification type that you want to specify for the resource associated with Amazon Macie.
classificationType
- The classification type that you want to specify for the resource associated with Amazon Macie.public ClassificationType getClassificationType()
The classification type that you want to specify for the resource associated with Amazon Macie.
public S3ResourceClassification withClassificationType(ClassificationType classificationType)
The classification type that you want to specify for the resource associated with Amazon Macie.
classificationType
- The classification type that you want to specify for the resource associated with Amazon Macie.public String toString()
toString
in class Object
Object.toString()
public S3ResourceClassification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.