@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RestoreAddressToClassicResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of RestoreAddressToClassic.
Constructor and Description |
---|
RestoreAddressToClassicResult() |
Modifier and Type | Method and Description |
---|---|
RestoreAddressToClassicResult |
clone() |
boolean |
equals(Object obj) |
String |
getPublicIp()
The Elastic IP address.
|
String |
getStatus()
The move status for the IP address.
|
int |
hashCode() |
void |
setPublicIp(String publicIp)
The Elastic IP address.
|
void |
setStatus(Status status)
The move status for the IP address.
|
void |
setStatus(String status)
The move status for the IP address.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RestoreAddressToClassicResult |
withPublicIp(String publicIp)
The Elastic IP address.
|
RestoreAddressToClassicResult |
withStatus(Status status)
The move status for the IP address.
|
RestoreAddressToClassicResult |
withStatus(String status)
The move status for the IP address.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPublicIp(String publicIp)
The Elastic IP address.
publicIp
- The Elastic IP address.public String getPublicIp()
The Elastic IP address.
public RestoreAddressToClassicResult withPublicIp(String publicIp)
The Elastic IP address.
publicIp
- The Elastic IP address.public void setStatus(String status)
The move status for the IP address.
status
- The move status for the IP address.Status
public String getStatus()
The move status for the IP address.
Status
public RestoreAddressToClassicResult withStatus(String status)
The move status for the IP address.
status
- The move status for the IP address.Status
public void setStatus(Status status)
The move status for the IP address.
status
- The move status for the IP address.Status
public RestoreAddressToClassicResult withStatus(Status status)
The move status for the IP address.
status
- The move status for the IP address.Status
public String toString()
toString
in class Object
Object.toString()
public RestoreAddressToClassicResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.