@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterElasticIpResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the response to a RegisterElasticIp
request.
Constructor and Description |
---|
RegisterElasticIpResult() |
Modifier and Type | Method and Description |
---|---|
RegisterElasticIpResult |
clone() |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setElasticIp(String elasticIp)
The Elastic IP address.
elasticIp
- The Elastic IP address.public String getElasticIp()
The Elastic IP address.
public RegisterElasticIpResult withElasticIp(String elasticIp)
The Elastic IP address.
elasticIp
- The Elastic IP address.public String toString()
toString
in class Object
Object.toString()
public RegisterElasticIpResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.