public class RegisterElasticIpResult extends Object implements Serializable
Contains the response to a RegisterElasticIp request.
| Constructor and Description |
|---|
RegisterElasticIpResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getElasticIp()
The Elastic IP address.
|
int |
hashCode() |
void |
setElasticIp(String elasticIp)
The Elastic IP address.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RegisterElasticIpResult |
withElasticIp(String elasticIp)
The Elastic IP address.
|
public String getElasticIp()
public void setElasticIp(String elasticIp)
elasticIp - The Elastic IP address.public RegisterElasticIpResult withElasticIp(String elasticIp)
Returns a reference to this object so that method calls can be chained together.
elasticIp - The Elastic IP address.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.