public class MoveAddressToVpcResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
MoveAddressToVpcResult() |
| Modifier and Type | Method and Description |
|---|---|
MoveAddressToVpcResult |
clone() |
boolean |
equals(Object obj) |
String |
getAllocationId()
The allocation ID for the Elastic IP address.
|
String |
getStatus()
The status of the move of the IP address.
|
int |
hashCode() |
void |
setAllocationId(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(String status)
The status of the move of the IP address.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
MoveAddressToVpcResult |
withAllocationId(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(String status)
The status of the move of the IP address.
|
public String getAllocationId()
public void setAllocationId(String allocationId)
allocationId - The allocation ID for the Elastic IP address.public MoveAddressToVpcResult withAllocationId(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 String getStatus()
Constraints:
Allowed Values: MoveInProgress, InVpc, InClassic
Statuspublic void setStatus(String status)
Constraints:
Allowed Values: MoveInProgress, InVpc, InClassic
status - The status of the move of the IP address.Statuspublic MoveAddressToVpcResult 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 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 String toString()
toString in class ObjectObject.toString()public MoveAddressToVpcResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.