@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 RDS 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()
The name of the DB cluster parameter group.
|
String |
dbParameterGroupFamily()
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 final String dbClusterParameterGroupName()
The name of the DB cluster parameter group.
public final String dbParameterGroupFamily()
The name of the DB parameter group family that this DB cluster parameter group is compatible with.
public final String description()
Provides the customer-specified description for this DB cluster parameter group.
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.