@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MoveByoipCidrToIpamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<MoveByoipCidrToIpamRequest>
NOOP| Constructor and Description |
|---|
MoveByoipCidrToIpamRequest() |
| Modifier and Type | Method and Description |
|---|---|
MoveByoipCidrToIpamRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCidr()
The BYOIP CIDR.
|
Request<MoveByoipCidrToIpamRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getIpamPoolId()
The IPAM pool ID.
|
String |
getIpamPoolOwner()
The Amazon Web Services account ID of the owner of the IPAM pool.
|
int |
hashCode() |
void |
setCidr(String cidr)
The BYOIP CIDR.
|
void |
setIpamPoolId(String ipamPoolId)
The IPAM pool ID.
|
void |
setIpamPoolOwner(String ipamPoolOwner)
The Amazon Web Services account ID of the owner of the IPAM pool.
|
String |
toString()
Returns a string representation of this object.
|
MoveByoipCidrToIpamRequest |
withCidr(String cidr)
The BYOIP CIDR.
|
MoveByoipCidrToIpamRequest |
withIpamPoolId(String ipamPoolId)
The IPAM pool ID.
|
MoveByoipCidrToIpamRequest |
withIpamPoolOwner(String ipamPoolOwner)
The Amazon Web Services account ID of the owner of the IPAM 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, withSdkRequestTimeoutpublic void setCidr(String cidr)
The BYOIP CIDR.
cidr - The BYOIP CIDR.public String getCidr()
The BYOIP CIDR.
public MoveByoipCidrToIpamRequest withCidr(String cidr)
The BYOIP CIDR.
cidr - The BYOIP CIDR.public void setIpamPoolId(String ipamPoolId)
The IPAM pool ID.
ipamPoolId - The IPAM pool ID.public String getIpamPoolId()
The IPAM pool ID.
public MoveByoipCidrToIpamRequest withIpamPoolId(String ipamPoolId)
The IPAM pool ID.
ipamPoolId - The IPAM pool ID.public void setIpamPoolOwner(String ipamPoolOwner)
The Amazon Web Services account ID of the owner of the IPAM pool.
ipamPoolOwner - The Amazon Web Services account ID of the owner of the IPAM pool.public String getIpamPoolOwner()
The Amazon Web Services account ID of the owner of the IPAM pool.
public MoveByoipCidrToIpamRequest withIpamPoolOwner(String ipamPoolOwner)
The Amazon Web Services account ID of the owner of the IPAM pool.
ipamPoolOwner - The Amazon Web Services account ID of the owner of the IPAM pool.public Request<MoveByoipCidrToIpamRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<MoveByoipCidrToIpamRequest>public String toString()
toString in class ObjectObject.toString()public MoveByoipCidrToIpamRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()