@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMalwareProtectionPlanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
GetMalwareProtectionPlanRequest () |
| Modifier and Type | Method and Description |
|---|---|
GetMalwareProtectionPlanRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getMalwareProtectionPlanId ()
A unique identifier associated with Malware Protection plan resource.
|
int |
hashCode () |
void |
setMalwareProtectionPlanId (String malwareProtectionPlanId)
A unique identifier associated with Malware Protection plan resource.
|
String |
toString ()
Returns a string representation of this object.
|
GetMalwareProtectionPlanRequest |
withMalwareProtectionPlanId (String malwareProtectionPlanId)
A unique identifier associated with Malware Protection plan resource.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout public GetMalwareProtectionPlanRequest()
public void setMalwareProtectionPlanId(String malwareProtectionPlanId)
A unique identifier associated with Malware Protection plan resource.
malwareProtectionPlanId - A unique identifier associated with Malware Protection plan resource.public String getMalwareProtectionPlanId()
A unique identifier associated with Malware Protection plan resource.
public GetMalwareProtectionPlanRequest withMalwareProtectionPlanId(String malwareProtectionPlanId)
A unique identifier associated with Malware Protection plan resource.
malwareProtectionPlanId - A unique identifier associated with Malware Protection plan resource.public String toString()
toString in class Object Object.toString() public GetMalwareProtectionPlanRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()