@Generated(value="software.amazon.awssdk:codegen") public final class ClusterListEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClusterListEntry.Builder,ClusterListEntry>
Contains a cluster's state, a cluster's ID, and other important information.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClusterListEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClusterListEntry.Builder |
builder() |
String |
clusterId()
The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000. |
ClusterState |
clusterState()
The current state of this cluster.
|
String |
clusterStateAsString()
The current state of this cluster.
|
Instant |
creationDate()
The creation date for this cluster.
|
String |
description()
Defines an optional description of the cluster, for example
Environmental Data Cluster-01. |
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 ClusterListEntry.Builder> |
serializableBuilderClass() |
ClusterListEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterId()
The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000.
CID123e4567-e89b-12d3-a456-426655440000.public final ClusterState clusterState()
The current state of this cluster. For information about the state of a specific node, see JobListEntry$JobState.
If the service returns an enum value that is not available in the current SDK version, clusterState will
return ClusterState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
clusterStateAsString().
ClusterStatepublic final String clusterStateAsString()
The current state of this cluster. For information about the state of a specific node, see JobListEntry$JobState.
If the service returns an enum value that is not available in the current SDK version, clusterState will
return ClusterState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
clusterStateAsString().
ClusterStatepublic final Instant creationDate()
The creation date for this cluster.
public final String description()
Defines an optional description of the cluster, for example Environmental Data Cluster-01.
Environmental Data Cluster-01.public ClusterListEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClusterListEntry.Builder,ClusterListEntry>public static ClusterListEntry.Builder builder()
public static Class<? extends ClusterListEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.