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()booleanThe Elastic IP address.inthashCode()voidsetElasticIp(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
-
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
-
equals
-
hashCode
-
clone
-