public class MoveAddressToVpcResult
extends java.lang.Object
implements java.io.Serializable
Contains the output of MoveAddressToVpc.
| Constructor and Description |
|---|
MoveAddressToVpcResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAllocationId()
The allocation ID for the Elastic IP address.
|
java.lang.String |
getStatus()
The status of the move of the IP address.
|
int |
hashCode() |
void |
setAllocationId(java.lang.String allocationId)
The allocation ID for the Elastic IP address.
|
void |
setStatus(Status status)
The status of the move of the IP address.
|
void |
setStatus(java.lang.String status)
The status of the move of the IP address.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
MoveAddressToVpcResult |
withAllocationId(java.lang.String allocationId)
The allocation ID for the Elastic IP address.
|
MoveAddressToVpcResult |
withStatus(Status status)
The status of the move of the IP address.
|
MoveAddressToVpcResult |
withStatus(java.lang.String status)
The status of the move of the IP address.
|
public java.lang.String getAllocationId()
public void setAllocationId(java.lang.String allocationId)
allocationId - The allocation ID for the Elastic IP address.public MoveAddressToVpcResult withAllocationId(java.lang.String allocationId)
Returns a reference to this object so that method calls can be chained together.
allocationId - The allocation ID for the Elastic 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 status of the move of the IP address.Statuspublic MoveAddressToVpcResult 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 status of the move of the IP address.Statuspublic void setStatus(Status status)
Constraints:
Allowed Values: MoveInProgress, InVpc, InClassic
status - The status of the move of the IP address.Statuspublic MoveAddressToVpcResult 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 status of the move of the IP address.Statuspublic 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.