public class DBClusterOptionGroupStatus
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains status information for a DB cluster option group.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
dBClusterOptionGroupName
Specifies the name of the DB cluster option group.
|
private java.lang.String |
status
Specifies the status of the DB cluster option group.
|
Constructor and Description |
---|
DBClusterOptionGroupStatus() |
Modifier and Type | Method and Description |
---|---|
DBClusterOptionGroupStatus |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDBClusterOptionGroupName()
Specifies the name of the DB cluster option group.
|
java.lang.String |
getStatus()
Specifies the status of the DB cluster option group.
|
int |
hashCode() |
void |
setDBClusterOptionGroupName(java.lang.String dBClusterOptionGroupName)
Specifies the name of the DB cluster option group.
|
void |
setStatus(java.lang.String status)
Specifies the status of the DB cluster option group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DBClusterOptionGroupStatus |
withDBClusterOptionGroupName(java.lang.String dBClusterOptionGroupName)
Specifies the name of the DB cluster option group.
|
DBClusterOptionGroupStatus |
withStatus(java.lang.String status)
Specifies the status of the DB cluster option group.
|
private java.lang.String dBClusterOptionGroupName
Specifies the name of the DB cluster option group.
private java.lang.String status
Specifies the status of the DB cluster option group.
public void setDBClusterOptionGroupName(java.lang.String dBClusterOptionGroupName)
Specifies the name of the DB cluster option group.
dBClusterOptionGroupName
- Specifies the name of the DB cluster option group.public java.lang.String getDBClusterOptionGroupName()
Specifies the name of the DB cluster option group.
public DBClusterOptionGroupStatus withDBClusterOptionGroupName(java.lang.String dBClusterOptionGroupName)
Specifies the name of the DB cluster option group.
dBClusterOptionGroupName
- Specifies the name of the DB cluster option group.public void setStatus(java.lang.String status)
Specifies the status of the DB cluster option group.
status
- Specifies the status of the DB cluster option group.public java.lang.String getStatus()
Specifies the status of the DB cluster option group.
public DBClusterOptionGroupStatus withStatus(java.lang.String status)
Specifies the status of the DB cluster option group.
status
- Specifies the status of the DB cluster option group.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DBClusterOptionGroupStatus clone()
clone
in class java.lang.Object