@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParameterGroup extends Object implements Serializable, Cloneable, StructuredPojo
A named set of parameters that are applied to all of the nodes in a DAX cluster.
Constructor and Description |
---|
ParameterGroup() |
Modifier and Type | Method and Description |
---|---|
ParameterGroup |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
A description of the parameter group.
|
String |
getParameterGroupName()
The name of the parameter group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
A description of the parameter group.
|
void |
setParameterGroupName(String parameterGroupName)
The name of the parameter group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ParameterGroup |
withDescription(String description)
A description of the parameter group.
|
ParameterGroup |
withParameterGroupName(String parameterGroupName)
The name of the parameter group.
|
public void setParameterGroupName(String parameterGroupName)
The name of the parameter group.
parameterGroupName
- The name of the parameter group.public String getParameterGroupName()
The name of the parameter group.
public ParameterGroup withParameterGroupName(String parameterGroupName)
The name of the parameter group.
parameterGroupName
- The name of the parameter group.public void setDescription(String description)
A description of the parameter group.
description
- A description of the parameter group.public String getDescription()
A description of the parameter group.
public ParameterGroup withDescription(String description)
A description of the parameter group.
description
- A description of the parameter group.public String toString()
toString
in class Object
Object.toString()
public ParameterGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.