@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MalwareProtectionPlanActions extends Object implements Serializable, Cloneable, StructuredPojo
Information about whether the tags will be added to the S3 object after scanning.
Constructor and Description |
---|
MalwareProtectionPlanActions() |
Modifier and Type | Method and Description |
---|---|
MalwareProtectionPlanActions |
clone() |
boolean |
equals(Object obj) |
MalwareProtectionPlanTaggingAction |
getTagging()
Indicates whether the scanned S3 object will have tags about the scan result.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTagging(MalwareProtectionPlanTaggingAction tagging)
Indicates whether the scanned S3 object will have tags about the scan result.
|
String |
toString()
Returns a string representation of this object.
|
MalwareProtectionPlanActions |
withTagging(MalwareProtectionPlanTaggingAction tagging)
Indicates whether the scanned S3 object will have tags about the scan result.
|
public void setTagging(MalwareProtectionPlanTaggingAction tagging)
Indicates whether the scanned S3 object will have tags about the scan result.
tagging
- Indicates whether the scanned S3 object will have tags about the scan result.public MalwareProtectionPlanTaggingAction getTagging()
Indicates whether the scanned S3 object will have tags about the scan result.
public MalwareProtectionPlanActions withTagging(MalwareProtectionPlanTaggingAction tagging)
Indicates whether the scanned S3 object will have tags about the scan result.
tagging
- Indicates whether the scanned S3 object will have tags about the scan result.public String toString()
toString
in class Object
Object.toString()
public MalwareProtectionPlanActions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.