public class RestoreAddressToClassicResult
extends java.lang.Object
implements java.io.Serializable
Contains the output of RestoreAddressToClassic.
| Constructor and Description |
|---|
RestoreAddressToClassicResult() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public java.lang.String getStatus()
Constraints:
Allowed Values: MoveInProgress, InVpc, InClassic
Statuspublic void setStatus(java.lang.String status)
Constraints:
Allowed Values: MoveInProgress, InVpc, InClassic
status - The move status for the IP address.Statuspublic RestoreAddressToClassicResult withStatus(java.lang.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 java.lang.String getPublicIp()
public void setPublicIp(java.lang.String publicIp)
publicIp - The Elastic IP address.public RestoreAddressToClassicResult withPublicIp(java.lang.String publicIp)
Returns a reference to this object so that method calls can be chained together.
publicIp - The Elastic IP address.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.