com.amazonaws.services.redshift.model
Class ElasticIpStatus

java.lang.Object
  extended by com.amazonaws.services.redshift.model.ElasticIpStatus
All Implemented Interfaces:
Serializable

public class ElasticIpStatus
extends Object
implements Serializable

Describes the status of the elastic IP (EIP) address.

See Also:
Serialized Form

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

ElasticIpStatus

public ElasticIpStatus()
Method Detail

getElasticIp

public String getElasticIp()
The elastic IP (EIP) address for the cluster.

Returns:
The elastic IP (EIP) address for the cluster.

setElasticIp

public void setElasticIp(String elasticIp)
The elastic IP (EIP) address for the cluster.

Parameters:
elasticIp - The elastic IP (EIP) address for the cluster.

withElasticIp

public ElasticIpStatus withElasticIp(String elasticIp)
The elastic IP (EIP) address for the cluster.

Returns a reference to this object so that method calls can be chained together.

Parameters:
elasticIp - The elastic IP (EIP) address for the cluster.
Returns:
A reference to this updated object so that method calls can be chained together.

getStatus

public String getStatus()
Describes the status of the elastic IP (EIP) address.

Returns:
Describes the status of the elastic IP (EIP) address.

setStatus

public void setStatus(String status)
Describes the status of the elastic IP (EIP) address.

Parameters:
status - Describes the status of the elastic IP (EIP) address.

withStatus

public ElasticIpStatus withStatus(String status)
Describes the status of the elastic IP (EIP) address.

Returns a reference to this object so that method calls can be chained together.

Parameters:
status - Describes the status of the elastic IP (EIP) address.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.