public class ElasticIpStatus extends Object implements Serializable
Describes the status of the elastic IP (EIP) address.
Constructor and Description |
---|
ElasticIpStatus() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getElasticIp()
The elastic IP (EIP) address for the cluster.
|
String |
getStatus()
Describes 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)
Describes 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)
Describes the status of the elastic IP (EIP) address.
|
public String getElasticIp()
public void setElasticIp(String elasticIp)
elasticIp
- The elastic IP (EIP) address for the cluster.public ElasticIpStatus withElasticIp(String elasticIp)
Returns a reference to this object so that method calls can be chained together.
elasticIp
- The elastic IP (EIP) address for the cluster.public String getStatus()
public void setStatus(String status)
status
- Describes the status of the elastic IP (EIP) address.public ElasticIpStatus withStatus(String status)
Returns a reference to this object so that method calls can be chained together.
status
- Describes the status of the elastic IP (EIP) address.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.