@Generated(value="software.amazon.awssdk:codegen") public final class ClusterVersion extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClusterVersion.Builder,ClusterVersion>
Describes a cluster version, including the parameter group family and description of the version.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClusterVersion.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClusterVersion.Builder |
builder() |
String |
clusterParameterGroupFamily()
The name of the cluster parameter group family for the cluster.
|
String |
clusterVersion()
The version number used by the cluster.
|
String |
description()
The description of the cluster version.
|
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 ClusterVersion.Builder> |
serializableBuilderClass() |
ClusterVersion.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterVersion()
The version number used by the cluster.
public final String clusterParameterGroupFamily()
The name of the cluster parameter group family for the cluster.
public final String description()
The description of the cluster version.
public ClusterVersion.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClusterVersion.Builder,ClusterVersion>public static ClusterVersion.Builder builder()
public static Class<? extends ClusterVersion.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.