@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCoipCidrRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteCoipCidrRequest>
NOOP
Constructor and Description |
---|
DeleteCoipCidrRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteCoipCidrRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCidr()
A customer-owned IP address range that you want to delete.
|
String |
getCoipPoolId()
The ID of the customer-owned address pool.
|
Request<DeleteCoipCidrRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
int |
hashCode() |
void |
setCidr(String cidr)
A customer-owned IP address range that you want to delete.
|
void |
setCoipPoolId(String coipPoolId)
The ID of the customer-owned address pool.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCoipCidrRequest |
withCidr(String cidr)
A customer-owned IP address range that you want to delete.
|
DeleteCoipCidrRequest |
withCoipPoolId(String coipPoolId)
The ID of the customer-owned address pool.
|
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 setCidr(String cidr)
A customer-owned IP address range that you want to delete.
cidr
- A customer-owned IP address range that you want to delete.public String getCidr()
A customer-owned IP address range that you want to delete.
public DeleteCoipCidrRequest withCidr(String cidr)
A customer-owned IP address range that you want to delete.
cidr
- A customer-owned IP address range that you want to delete.public void setCoipPoolId(String coipPoolId)
The ID of the customer-owned address pool.
coipPoolId
- The ID of the customer-owned address pool.public String getCoipPoolId()
The ID of the customer-owned address pool.
public DeleteCoipCidrRequest withCoipPoolId(String coipPoolId)
The ID of the customer-owned address pool.
coipPoolId
- The ID of the customer-owned address pool.public Request<DeleteCoipCidrRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteCoipCidrRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteCoipCidrRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()