@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeprovisionByoipCidrRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeprovisionByoipCidrRequest>
NOOP| Constructor and Description |
|---|
DeprovisionByoipCidrRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeprovisionByoipCidrRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCidr()
The public IPv4 address range, in CIDR notation.
|
Request<DeprovisionByoipCidrRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
int |
hashCode() |
void |
setCidr(String cidr)
The public IPv4 address range, in CIDR notation.
|
String |
toString()
Returns a string representation of this object.
|
DeprovisionByoipCidrRequest |
withCidr(String cidr)
The public IPv4 address range, in CIDR notation.
|
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, withSdkRequestTimeoutpublic void setCidr(String cidr)
The public IPv4 address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.
cidr - The public IPv4 address range, in CIDR notation. The prefix must be the same prefix that you specified
when you provisioned the address range.public String getCidr()
The public IPv4 address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.
public DeprovisionByoipCidrRequest withCidr(String cidr)
The public IPv4 address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.
cidr - The public IPv4 address range, in CIDR notation. The prefix must be the same prefix that you specified
when you provisioned the address range.public Request<DeprovisionByoipCidrRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DeprovisionByoipCidrRequest>public String toString()
toString in class ObjectObject.toString()public DeprovisionByoipCidrRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.