@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MoveAddressToVpcResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAllocationId(String allocationId)
The allocation ID for the Elastic IP address.
allocationId - The allocation ID for the Elastic IP address.public String getAllocationId()
The allocation ID for the Elastic IP address.
public MoveAddressToVpcResult withAllocationId(String allocationId)
The allocation ID for the Elastic IP address.
allocationId - The allocation ID for the Elastic IP address.public void setStatus(String status)
The status of the move of the IP address.
status - The status of the move of the IP address.Statuspublic String getStatus()
The status of the move of the IP address.
Statuspublic MoveAddressToVpcResult withStatus(String status)
The status of the move of the IP address.
status - The status of the move of the IP address.Statuspublic void setStatus(Status status)
The status of the move of the IP address.
status - The status of the move of the IP address.Statuspublic MoveAddressToVpcResult withStatus(Status status)
The status of the move of the IP address.
status - The status of the move of the IP address.Statuspublic String toString()
toString in class ObjectObject.toString()public MoveAddressToVpcResult clone()