@Generated(value="software.amazon.awssdk:codegen") public final class DBClusterParameterGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DBClusterParameterGroup.Builder,DBClusterParameterGroup>
Contains the details of an Amazon Neptune DB cluster parameter group.
This data type is used as a response element in the DescribeDBClusterParameterGroups action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DBClusterParameterGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DBClusterParameterGroup.Builder |
builder() |
String |
dbClusterParameterGroupArn()
The Amazon Resource Name (ARN) for the DB cluster parameter group.
|
String |
dbClusterParameterGroupName()
Provides the name of the DB cluster parameter group.
|
String |
dbParameterGroupFamily()
Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.
|
String |
description()
Provides the customer-specified description for this DB cluster 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 DBClusterParameterGroup.Builder> |
serializableBuilderClass() |
DBClusterParameterGroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String dbClusterParameterGroupName()
Provides the name of the DB cluster parameter group.
public String dbParameterGroupFamily()
Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.
public String description()
Provides the customer-specified description for this DB cluster parameter group.
public String dbClusterParameterGroupArn()
The Amazon Resource Name (ARN) for the DB cluster parameter group.
public DBClusterParameterGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DBClusterParameterGroup.Builder,DBClusterParameterGroup>public static DBClusterParameterGroup.Builder builder()
public static Class<? extends DBClusterParameterGroup.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.