@Generated(value="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
| Modifier and Type | Class and Description |
|---|---|
static interface |
UnprocessedUpdateAction.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UnprocessedUpdateAction.Builder |
builder() |
String |
cacheClusterId()
The ID of the cache cluster
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorMessage()
The error message that describes the reason the request was not processed
|
String |
errorType()
The error type for requests that are not processed
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
replicationGroupId()
The replication group ID
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UnprocessedUpdateAction.Builder> |
serializableBuilderClass() |
String |
serviceUpdateName()
The unique ID of the service update
|
UnprocessedUpdateAction.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String replicationGroupId()
The replication group ID
public final String cacheClusterId()
The ID of the cache cluster
public final String serviceUpdateName()
The unique ID of the service update
public final String errorType()
The error type for requests that are not processed
public final String errorMessage()
The error message that describes the reason the request was not processed
public UnprocessedUpdateAction.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UnprocessedUpdateAction.Builder,UnprocessedUpdateAction>public static UnprocessedUpdateAction.Builder builder()
public static Class<? extends UnprocessedUpdateAction.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.