public class RestoreAddressToClassicRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<RestoreAddressToClassicRequest>
RestoreAddressToClassic operation.
Restores an Elastic IP address that was previously moved to the EC2-VPC platform back to the EC2-Classic platform. You cannot move an Elastic IP address that was originally allocated for use in EC2-VPC. The Elastic IP address must not be associated with an instance or network interface.
NOOP| Constructor and Description |
|---|
RestoreAddressToClassicRequest() |
| Modifier and Type | Method and Description |
|---|---|
RestoreAddressToClassicRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
Request<RestoreAddressToClassicRequest> |
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; useful for testing and
debugging.
|
RestoreAddressToClassicRequest |
withPublicIp(String publicIp)
The Elastic IP address.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic String getPublicIp()
public void setPublicIp(String publicIp)
publicIp - The Elastic IP address.public RestoreAddressToClassicRequest withPublicIp(String publicIp)
Returns a reference to this object so that method calls can be chained together.
publicIp - The Elastic IP address.public Request<RestoreAddressToClassicRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<RestoreAddressToClassicRequest>public String toString()
toString in class ObjectObject.toString()public RestoreAddressToClassicRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.