@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MoveAddressToVpcRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<MoveAddressToVpcRequest>
NOOP| Constructor and Description | 
|---|
| MoveAddressToVpcRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| MoveAddressToVpcRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| Request<MoveAddressToVpcRequest> | getDryRunRequest()This method is intended for internal use only. | 
| String | getPublicIp()
 The Elastic IP address. | 
| int | hashCode() | 
| void | setPublicIp(String publicIp)
 The Elastic IP address. | 
| String | toString()Returns a string representation of this object. | 
| MoveAddressToVpcRequest | withPublicIp(String publicIp)
 The Elastic IP address. | 
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 setPublicIp(String publicIp)
The Elastic IP address.
publicIp - The Elastic IP address.public String getPublicIp()
The Elastic IP address.
public MoveAddressToVpcRequest withPublicIp(String publicIp)
The Elastic IP address.
publicIp - The Elastic IP address.public Request<MoveAddressToVpcRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<MoveAddressToVpcRequest>public String toString()
toString in class ObjectObject.toString()public MoveAddressToVpcRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()