@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClassificationType extends Object implements Serializable, Cloneable, StructuredPojo
(Discontinued) 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()
(Discontinued) A continuous classification of the objects that are added to a specified S3 bucket.
|
String |
getOneTime()
(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setContinuous(String continuous)
(Discontinued) A continuous classification of the objects that are added to a specified S3 bucket.
|
void |
setOneTime(String oneTime)
(Discontinued) 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)
(Discontinued) A continuous classification of the objects that are added to a specified S3 bucket.
|
ClassificationType |
withContinuous(String continuous)
(Discontinued) A continuous classification of the objects that are added to a specified S3 bucket.
|
ClassificationType |
withOneTime(S3OneTimeClassificationType oneTime)
(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
|
ClassificationType |
withOneTime(String oneTime)
(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
|
public void setOneTime(String oneTime)
(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
oneTime
- (Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.S3OneTimeClassificationType
public String getOneTime()
(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
S3OneTimeClassificationType
public ClassificationType withOneTime(String oneTime)
(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
oneTime
- (Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.S3OneTimeClassificationType
public ClassificationType withOneTime(S3OneTimeClassificationType oneTime)
(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
oneTime
- (Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.S3OneTimeClassificationType
public void setContinuous(String continuous)
(Discontinued) 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 Macie Classic.
continuous
- (Discontinued) 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
Macie Classic.S3ContinuousClassificationType
public String getContinuous()
(Discontinued) 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 Macie Classic.
S3ContinuousClassificationType
public ClassificationType withContinuous(String continuous)
(Discontinued) 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 Macie Classic.
continuous
- (Discontinued) 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
Macie Classic.S3ContinuousClassificationType
public ClassificationType withContinuous(S3ContinuousClassificationType continuous)
(Discontinued) 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 Macie Classic.
continuous
- (Discontinued) 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
Macie Classic.S3ContinuousClassificationType
public String toString()
toString
in class Object
Object.toString()
public ClassificationType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.