@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCidr()
The address range, in CIDR notation.
|
Request<DeprovisionByoipCidrRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
int |
hashCode() |
void |
setCidr(String cidr)
The address range, in CIDR notation.
|
String |
toString()
Returns a string representation of this object.
|
DeprovisionByoipCidrRequest |
withCidr(String cidr)
The address range, in CIDR notation.
|
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)
The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.
cidr
- The 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 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 address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.
cidr
- The 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 Object
Object.toString()
public DeprovisionByoipCidrRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()