@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MalwareProtectionPlanTaggingAction extends Object implements Serializable, Cloneable, StructuredPojo
Information about adding tags to the scanned S3 object after the scan result.
| Constructor and Description |
|---|
MalwareProtectionPlanTaggingAction() |
| Modifier and Type | Method and Description |
|---|---|
MalwareProtectionPlanTaggingAction |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
Indicates whether or not the tags will added.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStatus(String status)
Indicates whether or not the tags will added.
|
String |
toString()
Returns a string representation of this object.
|
MalwareProtectionPlanTaggingAction |
withStatus(MalwareProtectionPlanTaggingActionStatus status)
Indicates whether or not the tags will added.
|
MalwareProtectionPlanTaggingAction |
withStatus(String status)
Indicates whether or not the tags will added.
|
public void setStatus(String status)
Indicates whether or not the tags will added.
status - Indicates whether or not the tags will added.MalwareProtectionPlanTaggingActionStatuspublic String getStatus()
Indicates whether or not the tags will added.
MalwareProtectionPlanTaggingActionStatuspublic MalwareProtectionPlanTaggingAction withStatus(String status)
Indicates whether or not the tags will added.
status - Indicates whether or not the tags will added.MalwareProtectionPlanTaggingActionStatuspublic MalwareProtectionPlanTaggingAction withStatus(MalwareProtectionPlanTaggingActionStatus status)
Indicates whether or not the tags will added.
status - Indicates whether or not the tags will added.MalwareProtectionPlanTaggingActionStatuspublic String toString()
toString in class ObjectObject.toString()public MalwareProtectionPlanTaggingAction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.