ClusterParameterGroupStatus

case class ClusterParameterGroupStatus(applyStatus: String, groupName: String) extends ClusterParameterGroupStatus
Companion
object
trait Product
trait Equals
class ClusterParameterGroupStatus
trait Cloneable
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

def clone(): ClusterParameterGroupStatus
Inherited from
ClusterParameterGroupStatus
def equals(`x$0`: `<FromJavaObject>`): Boolean
Inherited from
ClusterParameterGroupStatus
def getClusterParameterStatusList(): List[ClusterParameterStatus]
Inherited from
ClusterParameterGroupStatus
Inherited from
ClusterParameterGroupStatus
def getParameterGroupName(): String
Inherited from
ClusterParameterGroupStatus
def hashCode(): Int
Inherited from
ClusterParameterGroupStatus
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def setClusterParameterStatusList(`x$0`: Collection[ClusterParameterStatus]): Unit
Inherited from
ClusterParameterGroupStatus
def setParameterApplyStatus(`x$0`: String): Unit
Inherited from
ClusterParameterGroupStatus
def setParameterGroupName(`x$0`: String): Unit
Inherited from
ClusterParameterGroupStatus
def toString(): String
Inherited from
ClusterParameterGroupStatus
def withClusterParameterStatusList(`x$0`: Collection[ClusterParameterStatus]): ClusterParameterGroupStatus
Inherited from
ClusterParameterGroupStatus
def withClusterParameterStatusList(`x$0`: ClusterParameterStatus*): ClusterParameterGroupStatus
Inherited from
ClusterParameterGroupStatus
def withParameterApplyStatus(`x$0`: String): ClusterParameterGroupStatus
Inherited from
ClusterParameterGroupStatus
def withParameterGroupName(`x$0`: String): ClusterParameterGroupStatus
Inherited from
ClusterParameterGroupStatus