Package com.amazonaws.services.ec2.model
Class RestoreAddressToClassicResult
java.lang.Object
com.amazonaws.services.ec2.model.RestoreAddressToClassicResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of RestoreAddressToClassic.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The Elastic IP address.The move status for the IP address.int
hashCode()
void
setPublicIp
(String publicIp) The Elastic IP address.void
The move status for the IP address.void
The move status for the IP address.toString()
Returns a string representation of this object; useful for testing and debugging.withPublicIp
(String publicIp) The Elastic IP address.withStatus
(Status status) The move status for the IP address.withStatus
(String status) The move status for the IP address.
-
Constructor Details
-
RestoreAddressToClassicResult
public RestoreAddressToClassicResult()
-
-
Method Details
-
setStatus
The move status for the IP address.
- Parameters:
status
- The move status for the IP address.- See Also:
-
getStatus
The move status for the IP address.
- Returns:
- The move status for the IP address.
- See Also:
-
withStatus
The move status for the IP address.
- Parameters:
status
- The move status for the IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatus
The move status for the IP address.
- Parameters:
status
- The move status for the IP address.- See Also:
-
withStatus
The move status for the IP address.
- Parameters:
status
- The move status for the IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setPublicIp
The Elastic IP address.
- Parameters:
publicIp
- The Elastic IP address.
-
getPublicIp
The Elastic IP address.
- Returns:
- The Elastic IP address.
-
withPublicIp
The Elastic IP address.
- Parameters:
publicIp
- The Elastic IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-