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
Status
public void setStatus(java.lang.String status)
Constraints:
Allowed Values: MoveInProgress, InVpc, InClassic
status
- The move status for the IP address.Status
public 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.Status
public void setStatus(Status status)
Constraints:
Allowed Values: MoveInProgress, InVpc, InClassic
status
- The move status for the IP address.Status
public 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.Status
public 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.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.