public class RestoreAddressToClassicResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of RestoreAddressToClassic.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
publicIp
The Elastic IP address.
|
private java.lang.String |
status
The move status for the IP address.
|
Constructor and Description |
---|
RestoreAddressToClassicResult() |
Modifier and Type | Method and Description |
---|---|
RestoreAddressToClassicResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getPublicIp()
The Elastic IP address.
|
java.lang.String |
getStatus()
The move status for the IP address.
|
int |
hashCode() |
void |
setPublicIp(java.lang.String publicIp)
The Elastic IP address.
|
void |
setStatus(Status status)
The move status for the IP address.
|
void |
setStatus(java.lang.String status)
The move status for the IP address.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RestoreAddressToClassicResult |
withPublicIp(java.lang.String publicIp)
The Elastic IP address.
|
RestoreAddressToClassicResult |
withStatus(Status status)
The move status for the IP address.
|
RestoreAddressToClassicResult |
withStatus(java.lang.String status)
The move status for the IP address.
|
private java.lang.String status
The move status for the IP address.
private java.lang.String publicIp
The Elastic IP address.
public void setStatus(java.lang.String status)
The move status for the IP address.
status
- The move status for the IP address.Status
public java.lang.String getStatus()
The move status for the IP address.
Status
public RestoreAddressToClassicResult withStatus(java.lang.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 void setPublicIp(java.lang.String publicIp)
The Elastic IP address.
publicIp
- The Elastic IP address.public java.lang.String getPublicIp()
The Elastic IP address.
public RestoreAddressToClassicResult withPublicIp(java.lang.String publicIp)
The Elastic IP address.
publicIp
- The Elastic IP address.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public RestoreAddressToClassicResult clone()
clone
in class java.lang.Object