@Generated(value="software.amazon.awssdk:codegen") public final class ClusterOperationStep extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClusterOperationStep.Builder,ClusterOperationStep>
Step taken during a cluster operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClusterOperationStep.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClusterOperationStep.Builder |
builder() |
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 ClusterOperationStep.Builder> |
serializableBuilderClass() |
ClusterOperationStepInfo |
stepInfo()
Information about the step and its status.
|
String |
stepName()
The name of the step.
|
ClusterOperationStep.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ClusterOperationStepInfo stepInfo()
Information about the step and its status.
Information about the step and its status.
public final String stepName()
The name of the step.
The name of the step.
public ClusterOperationStep.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClusterOperationStep.Builder,ClusterOperationStep>public static ClusterOperationStep.Builder builder()
public static Class<? extends ClusterOperationStep.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.