Package com.amazonaws.services.rds.model
Class DBClusterOptionGroupStatus
java.lang.Object
com.amazonaws.services.rds.model.DBClusterOptionGroupStatus
- All Implemented Interfaces:
Serializable
,Cloneable
Contains status information for a DB cluster option group.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Specifies the name of the DB cluster option group.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
Specifies the status of the DB cluster option group.toString()
Returns a string representation of this object; useful for testing and debugging.withDBClusterOptionGroupName
(String dBClusterOptionGroupName) Specifies the name of the DB cluster option group.withStatus
(String status) Specifies the status of the DB cluster option group.
-
Constructor Details
-
DBClusterOptionGroupStatus
public DBClusterOptionGroupStatus()
-
-
Method Details
-
setDBClusterOptionGroupName
Specifies the name of the DB cluster option group.
- Parameters:
dBClusterOptionGroupName
- Specifies the name of the DB cluster option group.
-
getDBClusterOptionGroupName
Specifies the name of the DB cluster option group.
- Returns:
- Specifies the name of the DB cluster option group.
-
withDBClusterOptionGroupName
Specifies the name of the DB cluster option group.
- Parameters:
dBClusterOptionGroupName
- Specifies the name of the DB cluster option group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
Specifies the status of the DB cluster option group.
- Parameters:
status
- Specifies the status of the DB cluster option group.
-
getStatus
Specifies the status of the DB cluster option group.
- Returns:
- Specifies the status of the DB cluster option group.
-
withStatus
Specifies the status of the DB cluster option group.
- Parameters:
status
- Specifies the status of the DB cluster option group.- 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
-