@Generated(value="software.amazon.awssdk:codegen") public final class DBParameterGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DBParameterGroup.Builder,DBParameterGroup>
Contains the details of an Amazon Neptune DB parameter group.
This data type is used as a response element in the DescribeDBParameterGroups action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DBParameterGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DBParameterGroup.Builder |
builder() |
String |
dbParameterGroupArn()
The Amazon Resource Name (ARN) for the DB parameter group.
|
String |
dbParameterGroupFamily()
Provides the name of the DB parameter group family that this DB parameter group is compatible with.
|
String |
dbParameterGroupName()
Provides the name of the DB parameter group.
|
String |
description()
Provides the customer-specified description for this DB parameter group.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DBParameterGroup.Builder> |
serializableBuilderClass() |
DBParameterGroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dbParameterGroupName()
Provides the name of the DB parameter group.
public final String dbParameterGroupFamily()
Provides the name of the DB parameter group family that this DB parameter group is compatible with.
public final String description()
Provides the customer-specified description for this DB parameter group.
public final String dbParameterGroupArn()
The Amazon Resource Name (ARN) for the DB parameter group.
public DBParameterGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DBParameterGroup.Builder,DBParameterGroup>public static DBParameterGroup.Builder builder()
public static Class<? extends DBParameterGroup.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.