Class UnprocessedUpdateAction
- java.lang.Object
-
- software.amazon.awssdk.services.elasticache.model.UnprocessedUpdateAction
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UnprocessedUpdateAction.Builder,UnprocessedUpdateAction>
@Generated("software.amazon.awssdk:codegen") public final class UnprocessedUpdateAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UnprocessedUpdateAction.Builder,UnprocessedUpdateAction>
Update action that has failed to be processed for the corresponding apply/stop request
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUnprocessedUpdateAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UnprocessedUpdateAction.Builderbuilder()StringcacheClusterId()The ID of the cache clusterbooleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorMessage()The error message that describes the reason the request was not processedStringerrorType()The error type for requests that are not processed<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringreplicationGroupId()The replication group IDList<SdkField<?>>sdkFields()static Class<? extends UnprocessedUpdateAction.Builder>serializableBuilderClass()StringserviceUpdateName()The unique ID of the service updateUnprocessedUpdateAction.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
-
replicationGroupId
public final String replicationGroupId()
The replication group ID
- Returns:
- The replication group ID
-
cacheClusterId
public final String cacheClusterId()
The ID of the cache cluster
- Returns:
- The ID of the cache cluster
-
serviceUpdateName
public final String serviceUpdateName()
The unique ID of the service update
- Returns:
- The unique ID of the service update
-
errorType
public final String errorType()
The error type for requests that are not processed
- Returns:
- The error type for requests that are not processed
-
errorMessage
public final String errorMessage()
The error message that describes the reason the request was not processed
- Returns:
- The error message that describes the reason the request was not processed
-
toBuilder
public UnprocessedUpdateAction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UnprocessedUpdateAction.Builder,UnprocessedUpdateAction>
-
builder
public static UnprocessedUpdateAction.Builder builder()
-
serializableBuilderClass
public static Class<? extends UnprocessedUpdateAction.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.
-
-