StructuredPojo
, ToCopyableBuilder<ClusterStatus.Builder,ClusterStatus>
@Generated("software.amazon.awssdk:codegen") public class ClusterStatus extends Object implements StructuredPojo, ToCopyableBuilder<ClusterStatus.Builder,ClusterStatus>
The detailed status of the cluster.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ClusterStatus.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ClusterStatus.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends ClusterStatus.Builder> |
serializableBuilderClass() |
|
String |
state() |
The current state of the cluster.
|
ClusterStateChangeReason |
stateChangeReason() |
The reason for the cluster status change.
|
ClusterTimeline |
timeline() |
A timeline that represents the status of a cluster over the lifetime of the cluster.
|
ClusterStatus.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String state()
The current state of the cluster.
ClusterState
public ClusterStateChangeReason stateChangeReason()
The reason for the cluster status change.
public ClusterTimeline timeline()
A timeline that represents the status of a cluster over the lifetime of the cluster.
public ClusterStatus.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ClusterStatus.Builder,ClusterStatus>
public static ClusterStatus.Builder builder()
public static Class<? extends ClusterStatus.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.