@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteIpamScopeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteIpamScopeRequest>
NOOP
Constructor and Description |
---|
DeleteIpamScopeRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteIpamScopeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DeleteIpamScopeRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getIpamScopeId()
The ID of the scope to delete.
|
int |
hashCode() |
void |
setIpamScopeId(String ipamScopeId)
The ID of the scope to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteIpamScopeRequest |
withIpamScopeId(String ipamScopeId)
The ID of the scope to delete.
|
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 void setIpamScopeId(String ipamScopeId)
The ID of the scope to delete.
ipamScopeId
- The ID of the scope to delete.public String getIpamScopeId()
The ID of the scope to delete.
public DeleteIpamScopeRequest withIpamScopeId(String ipamScopeId)
The ID of the scope to delete.
ipamScopeId
- The ID of the scope to delete.public Request<DeleteIpamScopeRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteIpamScopeRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteIpamScopeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()