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 String getStatus()
Constraints:
Allowed Values: MoveInProgress, InVpc, InClassic
Statuspublic void setStatus(String status)
Constraints:
Allowed Values: MoveInProgress, InVpc, InClassic
status - The move status for the IP address.Statuspublic RestoreAddressToClassicResult withStatus(String status)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: MoveInProgress, InVpc, InClassic
status - The move status for the IP address.Statuspublic void setStatus(Status status)
Constraints:
Allowed Values: MoveInProgress, InVpc, InClassic
status - The move status for the IP address.Statuspublic RestoreAddressToClassicResult withStatus(Status status)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: MoveInProgress, InVpc, InClassic
status - The move status for the IP address.Statuspublic String getPublicIp()
public void setPublicIp(String publicIp)
publicIp - The Elastic IP address.public RestoreAddressToClassicResult withPublicIp(String publicIp)
Returns a reference to this object so that method calls can be chained together.
publicIp - The Elastic IP address.public String toString()
toString in class ObjectObject.toString()public RestoreAddressToClassicResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.