@Generated(value="software.amazon.awssdk:codegen") public final class ClusterInList extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClusterInList.Builder,ClusterInList>
A list of Elastic DocumentDB cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClusterInList.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClusterInList.Builder |
builder() |
String |
clusterArn()
The arn of the Elastic DocumentDB cluster.
|
String |
clusterName()
The name of the Elastic DocumentDB cluster.
|
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 ClusterInList.Builder> |
serializableBuilderClass() |
Status |
status()
The status of the Elastic DocumentDB cluster.
|
String |
statusAsString()
The status of the Elastic DocumentDB cluster.
|
ClusterInList.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterArn()
The arn of the Elastic DocumentDB cluster.
public final String clusterName()
The name of the Elastic DocumentDB cluster.
public final Status status()
The status of the Elastic DocumentDB cluster.
If the service returns an enum value that is not available in the current SDK version, status will
return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Statuspublic final String statusAsString()
The status of the Elastic DocumentDB cluster.
If the service returns an enum value that is not available in the current SDK version, status will
return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Statuspublic ClusterInList.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClusterInList.Builder,ClusterInList>public static ClusterInList.Builder builder()
public static Class<? extends ClusterInList.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.