Class ElasticIpStatus
java.lang.Object
com.amazonaws.services.redshift.model.ElasticIpStatus
- All Implemented Interfaces:
Serializable
,Cloneable
Describes the status of the elastic IP (EIP) address.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The elastic IP (EIP) address for the cluster.The status of the elastic IP (EIP) address.int
hashCode()
void
setElasticIp
(String elasticIp) The elastic IP (EIP) address for the cluster.void
The status of the elastic IP (EIP) address.toString()
Returns a string representation of this object; useful for testing and debugging.withElasticIp
(String elasticIp) The elastic IP (EIP) address for the cluster.withStatus
(String status) The status of the elastic IP (EIP) address.
-
Constructor Details
-
ElasticIpStatus
public ElasticIpStatus()
-
-
Method Details
-
setElasticIp
The elastic IP (EIP) address for the cluster.
- Parameters:
elasticIp
- The elastic IP (EIP) address for the cluster.
-
getElasticIp
The elastic IP (EIP) address for the cluster.
- Returns:
- The elastic IP (EIP) address for the cluster.
-
withElasticIp
The elastic IP (EIP) address for the cluster.
- Parameters:
elasticIp
- The elastic IP (EIP) address for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
The status of the elastic IP (EIP) address.
- Parameters:
status
- The status of the elastic IP (EIP) address.
-
getStatus
The status of the elastic IP (EIP) address.
- Returns:
- The status of the elastic IP (EIP) address.
-
withStatus
The status of the elastic IP (EIP) address.
- Parameters:
status
- The status of the elastic IP (EIP) address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-