@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteIpamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteIpamRequest>
NOOP
Constructor and Description |
---|
DeleteIpamRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteIpamRequest |
clone() |
boolean |
equals(Object obj) |
Request<DeleteIpamRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getIpamId()
The ID of the IPAM to delete.
|
int |
hashCode() |
void |
setIpamId(String ipamId)
The ID of the IPAM to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteIpamRequest |
withIpamId(String ipamId)
The ID of the IPAM to delete.
|
addHandlerContext, copyBaseTo, 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 void setIpamId(String ipamId)
The ID of the IPAM to delete.
ipamId
- The ID of the IPAM to delete.public String getIpamId()
The ID of the IPAM to delete.
public DeleteIpamRequest withIpamId(String ipamId)
The ID of the IPAM to delete.
ipamId
- The ID of the IPAM to delete.public Request<DeleteIpamRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteIpamRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteIpamRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2022. All rights reserved.