public class ClusterParameterGroup extends Object implements Serializable
Describes a parameter group.
Constructor and Description |
---|
ClusterParameterGroup() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription()
The description of the parameter group.
|
String |
getParameterGroupFamily()
The name of the cluster parameter group family that this cluster
parameter group is compatible with.
|
String |
getParameterGroupName()
The name of the cluster parameter group.
|
int |
hashCode() |
void |
setDescription(String description)
The description of the parameter group.
|
void |
setParameterGroupFamily(String parameterGroupFamily)
The name of the cluster parameter group family that this cluster
parameter group is compatible with.
|
void |
setParameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ClusterParameterGroup |
withDescription(String description)
The description of the parameter group.
|
ClusterParameterGroup |
withParameterGroupFamily(String parameterGroupFamily)
The name of the cluster parameter group family that this cluster
parameter group is compatible with.
|
ClusterParameterGroup |
withParameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
|
public String getParameterGroupName()
public void setParameterGroupName(String parameterGroupName)
parameterGroupName
- The name of the cluster parameter group.public ClusterParameterGroup withParameterGroupName(String parameterGroupName)
Returns a reference to this object so that method calls can be chained together.
parameterGroupName
- The name of the cluster parameter group.public String getParameterGroupFamily()
public void setParameterGroupFamily(String parameterGroupFamily)
parameterGroupFamily
- The name of the cluster parameter group family that this cluster
parameter group is compatible with.public ClusterParameterGroup withParameterGroupFamily(String parameterGroupFamily)
Returns a reference to this object so that method calls can be chained together.
parameterGroupFamily
- The name of the cluster parameter group family that this cluster
parameter group is compatible with.public String getDescription()
public void setDescription(String description)
description
- The description of the parameter group.public ClusterParameterGroup withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description
- The description of the parameter group.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.