@Generated(value="software.amazon.awssdk:codegen") public final class UnprocessedCluster extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UnprocessedCluster.Builder,UnprocessedCluster>
A cluster whose updates have failed
| Modifier and Type | Class and Description |
|---|---|
static interface |
UnprocessedCluster.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UnprocessedCluster.Builder |
builder() |
String |
clusterName()
The name of the cluster
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorMessage()
The error message associated with the update failure
|
String |
errorType()
The error type associated with the update failure
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UnprocessedCluster.Builder> |
serializableBuilderClass() |
UnprocessedCluster.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterName()
The name of the cluster
public final String errorType()
The error type associated with the update failure
public final String errorMessage()
The error message associated with the update failure
public UnprocessedCluster.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UnprocessedCluster.Builder,UnprocessedCluster>public static UnprocessedCluster.Builder builder()
public static Class<? extends UnprocessedCluster.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.