@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 Classic 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 Classic.
|
ClassificationType |
getClassificationType()
The classification type that you want to specify for the resource associated with Amazon Macie Classic.
|
String |
getPrefix()
The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBucketName(String bucketName)
The name of the S3 bucket that you want to associate with Amazon Macie Classic.
|
void |
setClassificationType(ClassificationType classificationType)
The classification type that you want to specify for the resource associated with Amazon Macie Classic.
|
void |
setPrefix(String prefix)
The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.
|
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 Classic.
|
S3ResourceClassification |
withClassificationType(ClassificationType classificationType)
The classification type that you want to specify for the resource associated with Amazon Macie Classic.
|
S3ResourceClassification |
withPrefix(String prefix)
The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.
|
public void setBucketName(String bucketName)
The name of the S3 bucket that you want to associate with Amazon Macie Classic.
bucketName
- The name of the S3 bucket that you want to associate with Amazon Macie Classic.public String getBucketName()
The name of the S3 bucket that you want to associate with Amazon Macie Classic.
public S3ResourceClassification withBucketName(String bucketName)
The name of the S3 bucket that you want to associate with Amazon Macie Classic.
bucketName
- The name of the S3 bucket that you want to associate with Amazon Macie Classic.public void setPrefix(String prefix)
The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.
prefix
- The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.public String getPrefix()
The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.
public S3ResourceClassification withPrefix(String prefix)
The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.
prefix
- The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.public void setClassificationType(ClassificationType classificationType)
The classification type that you want to specify for the resource associated with Amazon Macie Classic.
classificationType
- The classification type that you want to specify for the resource associated with Amazon Macie Classic.public ClassificationType getClassificationType()
The classification type that you want to specify for the resource associated with Amazon Macie Classic.
public S3ResourceClassification withClassificationType(ClassificationType classificationType)
The classification type that you want to specify for the resource associated with Amazon Macie Classic.
classificationType
- The classification type that you want to specify for the resource associated with Amazon Macie Classic.public String toString()
toString
in class Object
Object.toString()
public S3ResourceClassification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2020. All rights reserved.