Class RegisterElasticIpResult
- java.lang.Object
-
- com.amazonaws.services.opsworks.model.RegisterElasticIpResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class RegisterElasticIpResult extends Object implements Serializable, Cloneable
Contains the response to a
RegisterElasticIprequest.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegisterElasticIpResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegisterElasticIpResultclone()booleanequals(Object obj)StringgetElasticIp()The Elastic IP address.inthashCode()voidsetElasticIp(String elasticIp)The Elastic IP address.StringtoString()Returns a string representation of this object; useful for testing and debugging.RegisterElasticIpResultwithElasticIp(String elasticIp)The Elastic IP address.
-
-
-
Method Detail
-
setElasticIp
public void setElasticIp(String elasticIp)
The Elastic IP address.
- Parameters:
elasticIp- The Elastic IP address.
-
getElasticIp
public String getElasticIp()
The Elastic IP address.
- Returns:
- The Elastic IP address.
-
withElasticIp
public RegisterElasticIpResult withElasticIp(String elasticIp)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public RegisterElasticIpResult clone()
-
-