public class RestoreAddressToClassicResult extends Object implements Serializable, Cloneable
| 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.
|
public void setStatus(String status)
The move status for the IP address.
status - The move status for the IP address.Statuspublic String getStatus()
The move status for the IP address.
Statuspublic RestoreAddressToClassicResult withStatus(String status)
The move status for the IP address.
status - The move status for the IP address.Statuspublic void setStatus(Status status)
The move status for the IP address.
status - The move status for the IP address.Statuspublic RestoreAddressToClassicResult withStatus(Status status)
The move status for the IP address.
status - The move status for the IP address.Statuspublic 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 String toString()
toString in class ObjectObject.toString()public RestoreAddressToClassicResult clone()
Copyright © 2016. All rights reserved.