Class UnprocessedCluster
- java.lang.Object
-
- software.amazon.awssdk.services.memorydb.model.UnprocessedCluster
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UnprocessedCluster.Builder,UnprocessedCluster>
@Generated("software.amazon.awssdk:codegen") public final class UnprocessedCluster extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UnprocessedCluster.Builder,UnprocessedCluster>
A cluster whose updates have failed
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUnprocessedCluster.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UnprocessedCluster.Builderbuilder()StringclusterName()The name of the clusterbooleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorMessage()The error message associated with the update failureStringerrorType()The error type associated with the update failure<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends UnprocessedCluster.Builder>serializableBuilderClass()UnprocessedCluster.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
clusterName
public final String clusterName()
The name of the cluster
- Returns:
- The name of the cluster
-
errorType
public final String errorType()
The error type associated with the update failure
- Returns:
- The error type associated with the update failure
-
errorMessage
public final String errorMessage()
The error message associated with the update failure
- Returns:
- The error message associated with the update failure
-
toBuilder
public UnprocessedCluster.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UnprocessedCluster.Builder,UnprocessedCluster>
-
builder
public static UnprocessedCluster.Builder builder()
-
serializableBuilderClass
public static Class<? extends UnprocessedCluster.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-