ClusterVersion

case class ClusterVersion(version: String, description: Option[String], parameterGroupFamily: Option[String]) extends ClusterVersion
Companion
object
trait Product
trait Equals
class ClusterVersion
trait Cloneable
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

def clone(): ClusterVersion
Inherited from
ClusterVersion
def equals(`x$0`: `<FromJavaObject>`): Boolean
Inherited from
ClusterVersion
Inherited from
ClusterVersion
def getClusterVersion(): String
Inherited from
ClusterVersion
def getDescription(): String
Inherited from
ClusterVersion
def hashCode(): Int
Inherited from
ClusterVersion
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def setClusterParameterGroupFamily(`x$0`: String): Unit
Inherited from
ClusterVersion
def setClusterVersion(`x$0`: String): Unit
Inherited from
ClusterVersion
def setDescription(`x$0`: String): Unit
Inherited from
ClusterVersion
def toString(): String
Inherited from
ClusterVersion
def withClusterParameterGroupFamily(`x$0`: String): ClusterVersion
Inherited from
ClusterVersion
def withClusterVersion(`x$0`: String): ClusterVersion
Inherited from
ClusterVersion
def withDescription(`x$0`: String): ClusterVersion
Inherited from
ClusterVersion