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