@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClusterVersion extends Object implements Serializable, Cloneable
Describes a cluster version, including the parameter group family and description of the version.
Constructor and Description |
---|
ClusterVersion() |
Modifier and Type | Method and Description |
---|---|
ClusterVersion |
clone() |
boolean |
equals(Object obj) |
String |
getClusterParameterGroupFamily()
The name of the cluster parameter group family for the cluster.
|
String |
getClusterVersion()
The version number used by the cluster.
|
String |
getDescription()
The description of the cluster version.
|
int |
hashCode() |
void |
setClusterParameterGroupFamily(String clusterParameterGroupFamily)
The name of the cluster parameter group family for the cluster.
|
void |
setClusterVersion(String clusterVersion)
The version number used by the cluster.
|
void |
setDescription(String description)
The description of the cluster version.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ClusterVersion |
withClusterParameterGroupFamily(String clusterParameterGroupFamily)
The name of the cluster parameter group family for the cluster.
|
ClusterVersion |
withClusterVersion(String clusterVersion)
The version number used by the cluster.
|
ClusterVersion |
withDescription(String description)
The description of the cluster version.
|
public void setClusterVersion(String clusterVersion)
The version number used by the cluster.
clusterVersion
- The version number used by the cluster.public String getClusterVersion()
The version number used by the cluster.
public ClusterVersion withClusterVersion(String clusterVersion)
The version number used by the cluster.
clusterVersion
- The version number used by the cluster.public void setClusterParameterGroupFamily(String clusterParameterGroupFamily)
The name of the cluster parameter group family for the cluster.
clusterParameterGroupFamily
- The name of the cluster parameter group family for the cluster.public String getClusterParameterGroupFamily()
The name of the cluster parameter group family for the cluster.
public ClusterVersion withClusterParameterGroupFamily(String clusterParameterGroupFamily)
The name of the cluster parameter group family for the cluster.
clusterParameterGroupFamily
- The name of the cluster parameter group family for the cluster.public void setDescription(String description)
The description of the cluster version.
description
- The description of the cluster version.public String getDescription()
The description of the cluster version.
public ClusterVersion withDescription(String description)
The description of the cluster version.
description
- The description of the cluster version.public String toString()
toString
in class Object
Object.toString()
public ClusterVersion clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.