|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.redshift.model.ClusterVersion
public class ClusterVersion
Describes a cluster version, including the parameter group family and description of the version.
Constructor Summary | |
---|---|
ClusterVersion()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClusterVersion()
Method Detail |
---|
public String getClusterVersion()
public void setClusterVersion(String clusterVersion)
clusterVersion
- The version number used by the cluster.public ClusterVersion withClusterVersion(String clusterVersion)
Returns a reference to this object so that method calls can be chained together.
clusterVersion
- The version number used by the cluster.
public String getClusterParameterGroupFamily()
public void setClusterParameterGroupFamily(String clusterParameterGroupFamily)
clusterParameterGroupFamily
- The name of the cluster parameter group family for the cluster.public ClusterVersion withClusterParameterGroupFamily(String clusterParameterGroupFamily)
Returns a reference to this object so that method calls can be chained together.
clusterParameterGroupFamily
- The name of the cluster parameter group family for the cluster.
public String getDescription()
public void setDescription(String description)
description
- The description of the cluster version.public ClusterVersion withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description
- The description of the cluster version.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |