StructuredPojo
, ToCopyableBuilder<ClusterListEntry.Builder,ClusterListEntry>
@Generated("software.amazon.awssdk:codegen") public class ClusterListEntry extends Object implements StructuredPojo, ToCopyableBuilder<ClusterListEntry.Builder,ClusterListEntry>
Contains a cluster's state, a cluster's ID, and other important information.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ClusterListEntry.Builder |
Modifier and Type | Method | 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 . |
String |
clusterState() |
The current state of this cluster.
|
Date |
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) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends ClusterListEntry.Builder> |
serializableBuilderClass() |
|
ClusterListEntry.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public 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 String clusterState()
The current state of this cluster. For information about the state of a specific node, see JobListEntry$JobState.
ClusterState
public Date creationDate()
The creation date for this cluster.
public String description()
Defines an optional description of the cluster, for example Environmental Data Cluster-01
.
Environmental Data Cluster-01
.public ClusterListEntry.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ClusterListEntry.Builder,ClusterListEntry>
public static ClusterListEntry.Builder builder()
public static Class<? extends ClusterListEntry.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.