@Generated(value="software.amazon.awssdk:codegen") public final class ParameterGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParameterGroup.Builder,ParameterGroup>
Represents the output of a CreateParameterGroup operation. A parameter group represents a combination of specific values for the parameters that are passed to the engine software during startup.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ParameterGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the parameter group
|
static ParameterGroup.Builder |
builder() |
String |
description()
A description of the parameter group
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
family()
The name of the parameter group family that this parameter group is compatible with.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
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 name()
The name of the parameter group
public final String family()
The name of the parameter group family that this parameter group is compatible with.
public final String description()
A description of the parameter group
public final String arn()
The Amazon Resource Name (ARN) 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 © 2023. All rights reserved.