@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DBClusterOptionGroupStatus extends Object implements Serializable, Cloneable
Not supported by Neptune.
Constructor and Description |
---|
DBClusterOptionGroupStatus() |
Modifier and Type | Method and Description |
---|---|
DBClusterOptionGroupStatus |
clone() |
boolean |
equals(Object obj) |
String |
getDBClusterOptionGroupName()
Not supported by Neptune.
|
String |
getStatus()
Not supported by Neptune.
|
int |
hashCode() |
void |
setDBClusterOptionGroupName(String dBClusterOptionGroupName)
Not supported by Neptune.
|
void |
setStatus(String status)
Not supported by Neptune.
|
String |
toString()
Returns a string representation of this object.
|
DBClusterOptionGroupStatus |
withDBClusterOptionGroupName(String dBClusterOptionGroupName)
Not supported by Neptune.
|
DBClusterOptionGroupStatus |
withStatus(String status)
Not supported by Neptune.
|
public void setDBClusterOptionGroupName(String dBClusterOptionGroupName)
Not supported by Neptune.
dBClusterOptionGroupName
- Not supported by Neptune.public String getDBClusterOptionGroupName()
Not supported by Neptune.
public DBClusterOptionGroupStatus withDBClusterOptionGroupName(String dBClusterOptionGroupName)
Not supported by Neptune.
dBClusterOptionGroupName
- Not supported by Neptune.public void setStatus(String status)
Not supported by Neptune.
status
- Not supported by Neptune.public String getStatus()
Not supported by Neptune.
public DBClusterOptionGroupStatus withStatus(String status)
Not supported by Neptune.
status
- Not supported by Neptune.public String toString()
toString
in class Object
Object.toString()
public DBClusterOptionGroupStatus clone()