Class RegisterElasticIpResult
java.lang.Object
com.amazonaws.services.opsworks.model.RegisterElasticIpResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the response to a RegisterElasticIp
request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The Elastic IP address.int
hashCode()
void
setElasticIp
(String elasticIp) The Elastic IP address.toString()
Returns a string representation of this object; useful for testing and debugging.withElasticIp
(String elasticIp) The Elastic IP address.
-
Constructor Details
-
RegisterElasticIpResult
public RegisterElasticIpResult()
-
-
Method Details
-
setElasticIp
The Elastic IP address.
- Parameters:
elasticIp
- The Elastic IP address.
-
getElasticIp
The Elastic IP address.
- Returns:
- The Elastic IP address.
-
withElasticIp
The Elastic IP address.
- Parameters:
elasticIp
- 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
-