@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClassificationType extends Object implements Serializable, Cloneable, StructuredPojo
The classification type that Amazon Macie Classic applies to the associated S3 resources.
| Constructor and Description |
|---|
ClassificationType() |
| Modifier and Type | Method and Description |
|---|---|
ClassificationType |
clone() |
boolean |
equals(Object obj) |
String |
getContinuous()
A continuous classification of the objects that are added to a specified S3 bucket.
|
String |
getOneTime()
A one-time classification of all of the existing objects in a specified S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setContinuous(String continuous)
A continuous classification of the objects that are added to a specified S3 bucket.
|
void |
setOneTime(String oneTime)
A one-time classification of all of the existing objects in a specified S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
ClassificationType |
withContinuous(S3ContinuousClassificationType continuous)
A continuous classification of the objects that are added to a specified S3 bucket.
|
ClassificationType |
withContinuous(String continuous)
A continuous classification of the objects that are added to a specified S3 bucket.
|
ClassificationType |
withOneTime(S3OneTimeClassificationType oneTime)
A one-time classification of all of the existing objects in a specified S3 bucket.
|
ClassificationType |
withOneTime(String oneTime)
A one-time classification of all of the existing objects in a specified S3 bucket.
|
public void setOneTime(String oneTime)
A one-time classification of all of the existing objects in a specified S3 bucket.
oneTime - A one-time classification of all of the existing objects in a specified S3 bucket.S3OneTimeClassificationTypepublic String getOneTime()
A one-time classification of all of the existing objects in a specified S3 bucket.
S3OneTimeClassificationTypepublic ClassificationType withOneTime(String oneTime)
A one-time classification of all of the existing objects in a specified S3 bucket.
oneTime - A one-time classification of all of the existing objects in a specified S3 bucket.S3OneTimeClassificationTypepublic ClassificationType withOneTime(S3OneTimeClassificationType oneTime)
A one-time classification of all of the existing objects in a specified S3 bucket.
oneTime - A one-time classification of all of the existing objects in a specified S3 bucket.S3OneTimeClassificationTypepublic void setContinuous(String continuous)
A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie Classic begins performing continuous classification after a bucket is successfully associated with Amazon Macie Classic.
continuous - A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie Classic
begins performing continuous classification after a bucket is successfully associated with Amazon Macie
Classic.S3ContinuousClassificationTypepublic String getContinuous()
A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie Classic begins performing continuous classification after a bucket is successfully associated with Amazon Macie Classic.
S3ContinuousClassificationTypepublic ClassificationType withContinuous(String continuous)
A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie Classic begins performing continuous classification after a bucket is successfully associated with Amazon Macie Classic.
continuous - A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie Classic
begins performing continuous classification after a bucket is successfully associated with Amazon Macie
Classic.S3ContinuousClassificationTypepublic ClassificationType withContinuous(S3ContinuousClassificationType continuous)
A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie Classic begins performing continuous classification after a bucket is successfully associated with Amazon Macie Classic.
continuous - A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie Classic
begins performing continuous classification after a bucket is successfully associated with Amazon Macie
Classic.S3ContinuousClassificationTypepublic String toString()
toString in class ObjectObject.toString()public ClassificationType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.