@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ElasticIpStatus extends Object implements Serializable, Cloneable
Describes the status of the elastic IP (EIP) address.
Constructor and Description |
---|
ElasticIpStatus() |
Modifier and Type | Method and Description |
---|---|
ElasticIpStatus |
clone() |
boolean |
equals(Object obj) |
String |
getElasticIp()
The elastic IP (EIP) address for the cluster.
|
String |
getStatus()
The status of the elastic IP (EIP) address.
|
int |
hashCode() |
void |
setElasticIp(String elasticIp)
The elastic IP (EIP) address for the cluster.
|
void |
setStatus(String status)
The status of the elastic IP (EIP) address.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ElasticIpStatus |
withElasticIp(String elasticIp)
The elastic IP (EIP) address for the cluster.
|
ElasticIpStatus |
withStatus(String status)
The status of the elastic IP (EIP) address.
|
public void setElasticIp(String elasticIp)
The elastic IP (EIP) address for the cluster.
elasticIp
- The elastic IP (EIP) address for the cluster.public String getElasticIp()
The elastic IP (EIP) address for the cluster.
public ElasticIpStatus withElasticIp(String elasticIp)
The elastic IP (EIP) address for the cluster.
elasticIp
- The elastic IP (EIP) address for the cluster.public void setStatus(String status)
The status of the elastic IP (EIP) address.
status
- The status of the elastic IP (EIP) address.public String getStatus()
The status of the elastic IP (EIP) address.
public ElasticIpStatus withStatus(String status)
The status of the elastic IP (EIP) address.
status
- The status of the elastic IP (EIP) address.public String toString()
toString
in class Object
Object.toString()
public ElasticIpStatus clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.