@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DBClusterOptionGroupStatus extends Object implements Serializable, Cloneable
Contains status information for a DB cluster option group.
Constructor and Description |
---|
DBClusterOptionGroupStatus() |
Modifier and Type | Method and Description |
---|---|
DBClusterOptionGroupStatus |
clone() |
boolean |
equals(Object obj) |
String |
getDBClusterOptionGroupName()
Specifies the name of the DB cluster option group.
|
String |
getStatus()
Specifies the status of the DB cluster option group.
|
int |
hashCode() |
void |
setDBClusterOptionGroupName(String dBClusterOptionGroupName)
Specifies the name of the DB cluster option group.
|
void |
setStatus(String status)
Specifies the status of the DB cluster option group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DBClusterOptionGroupStatus |
withDBClusterOptionGroupName(String dBClusterOptionGroupName)
Specifies the name of the DB cluster option group.
|
DBClusterOptionGroupStatus |
withStatus(String status)
Specifies the status of the DB cluster option group.
|
public void setDBClusterOptionGroupName(String dBClusterOptionGroupName)
Specifies the name of the DB cluster option group.
dBClusterOptionGroupName
- Specifies the name of the DB cluster option group.public String getDBClusterOptionGroupName()
Specifies the name of the DB cluster option group.
public DBClusterOptionGroupStatus withDBClusterOptionGroupName(String dBClusterOptionGroupName)
Specifies the name of the DB cluster option group.
dBClusterOptionGroupName
- Specifies the name of the DB cluster option group.public void setStatus(String status)
Specifies the status of the DB cluster option group.
status
- Specifies the status of the DB cluster option group.public String getStatus()
Specifies the status of the DB cluster option group.
public DBClusterOptionGroupStatus withStatus(String status)
Specifies the status of the DB cluster option group.
status
- Specifies the status of the DB cluster option group.public String toString()
toString
in class Object
Object.toString()
public DBClusterOptionGroupStatus clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.