@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MalwareProtectionPlanSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about the Malware Protection plan resource.
| Constructor and Description |
|---|
MalwareProtectionPlanSummary() |
| Modifier and Type | Method and Description |
|---|---|
MalwareProtectionPlanSummary |
clone() |
boolean |
equals(Object obj) |
String |
getMalwareProtectionPlanId()
A unique identifier associated with Malware Protection plan.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMalwareProtectionPlanId(String malwareProtectionPlanId)
A unique identifier associated with Malware Protection plan.
|
String |
toString()
Returns a string representation of this object.
|
MalwareProtectionPlanSummary |
withMalwareProtectionPlanId(String malwareProtectionPlanId)
A unique identifier associated with Malware Protection plan.
|
public void setMalwareProtectionPlanId(String malwareProtectionPlanId)
A unique identifier associated with Malware Protection plan.
malwareProtectionPlanId - A unique identifier associated with Malware Protection plan.public String getMalwareProtectionPlanId()
A unique identifier associated with Malware Protection plan.
public MalwareProtectionPlanSummary withMalwareProtectionPlanId(String malwareProtectionPlanId)
A unique identifier associated with Malware Protection plan.
malwareProtectionPlanId - A unique identifier associated with Malware Protection plan.public String toString()
toString in class ObjectObject.toString()public MalwareProtectionPlanSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.