Class MoveAddressToVpcResult
java.lang.Object
com.amazonaws.services.ec2.model.MoveAddressToVpcResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the output of MoveAddressToVpc.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe allocation ID for the Elastic IP address.The status of the move of the IP address.inthashCode()voidsetAllocationId(String allocationId) The allocation ID for the Elastic IP address.voidThe status of the move of the IP address.voidThe status of the move of the IP address.toString()Returns a string representation of this object; useful for testing and debugging.withAllocationId(String allocationId) The allocation ID for the Elastic IP address.withStatus(Status status) The status of the move of the IP address.withStatus(String status) The status of the move of the IP address.
-
Constructor Details
-
MoveAddressToVpcResult
public MoveAddressToVpcResult()
-
-
Method Details
-
setAllocationId
The allocation ID for the Elastic IP address.
- Parameters:
allocationId- The allocation ID for the Elastic IP address.
-
getAllocationId
The allocation ID for the Elastic IP address.
- Returns:
- The allocation ID for the Elastic IP address.
-
withAllocationId
The allocation ID for the Elastic IP address.
- Parameters:
allocationId- The allocation ID for the Elastic IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
The status of the move of the IP address.
- Parameters:
status- The status of the move of the IP address.- See Also:
-
getStatus
The status of the move of the IP address.
- Returns:
- The status of the move of the IP address.
- See Also:
-
withStatus
The status of the move of the IP address.
- Parameters:
status- The status of the move of the IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatus
The status of the move of the IP address.
- Parameters:
status- The status of the move of the IP address.- See Also:
-
withStatus
The status of the move of the IP address.
- Parameters:
status- The status of the move of the IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
-
equals
-
hashCode
-
clone
-