@Generated(value="software.amazon.awssdk:codegen") public final class ParameterGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParameterGroup.Builder,ParameterGroup>
A named set of parameters that are applied to all of the nodes in a DAX cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ParameterGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ParameterGroup.Builder |
builder() |
String |
description()
A description of the parameter group.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
parameterGroupName()
The name of the parameter group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ParameterGroup.Builder> |
serializableBuilderClass() |
ParameterGroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String parameterGroupName()
The name of the parameter group.
public final String description()
A description of the parameter group.
public ParameterGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ParameterGroup.Builder,ParameterGroup>public static ParameterGroup.Builder builder()
public static Class<? extends ParameterGroup.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.