@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClusterParameterGroup extends Object implements Serializable, Cloneable
Describes a parameter group.
Constructor and Description |
---|
ClusterParameterGroup() |
Modifier and Type | Method and Description |
---|---|
ClusterParameterGroup |
clone() |
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.
|
List<Tag> |
getTags()
The list of tags for 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.
|
void |
setTags(Collection<Tag> tags)
The list of tags for 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.
|
ClusterParameterGroup |
withTags(Collection<Tag> tags)
The list of tags for the cluster parameter group.
|
ClusterParameterGroup |
withTags(Tag... tags)
The list of tags for the cluster parameter group.
|
public void setParameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
parameterGroupName
- The name of the cluster parameter group.public String getParameterGroupName()
The name of the cluster parameter group.
public ClusterParameterGroup withParameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
parameterGroupName
- The name of the cluster parameter group.public void setParameterGroupFamily(String parameterGroupFamily)
The name of the cluster parameter group family that this cluster parameter group is compatible with.
parameterGroupFamily
- The name of the cluster parameter group family that this cluster parameter group is compatible with.public String getParameterGroupFamily()
The name of the cluster parameter group family that this cluster parameter group is compatible with.
public ClusterParameterGroup withParameterGroupFamily(String parameterGroupFamily)
The name of the cluster parameter group family that this cluster parameter group is compatible with.
parameterGroupFamily
- The name of the cluster parameter group family that this cluster parameter group is compatible with.public void setDescription(String description)
The description of the parameter group.
description
- The description of the parameter group.public String getDescription()
The description of the parameter group.
public ClusterParameterGroup withDescription(String description)
The description of the parameter group.
description
- The description of the parameter group.public List<Tag> getTags()
The list of tags for the cluster parameter group.
public void setTags(Collection<Tag> tags)
The list of tags for the cluster parameter group.
tags
- The list of tags for the cluster parameter group.public ClusterParameterGroup withTags(Tag... tags)
The list of tags for the cluster parameter group.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The list of tags for the cluster parameter group.public ClusterParameterGroup withTags(Collection<Tag> tags)
The list of tags for the cluster parameter group.
tags
- The list of tags for the cluster parameter group.public String toString()
toString
in class Object
Object.toString()
public ClusterParameterGroup clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.