|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.redshift.model.ElasticIpStatus
public class ElasticIpStatus
Describes the status of the elastic IP (EIP) address.
Constructor Summary | |
---|---|
ElasticIpStatus()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ElasticIpStatus()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |