@Generated(value="software.amazon.awssdk:codegen") public final class ProcessedUpdateAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProcessedUpdateAction.Builder,ProcessedUpdateAction>
Update action that has been processed for the corresponding apply/stop request
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProcessedUpdateAction.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProcessedUpdateAction.Builder |
builder() |
String |
cacheClusterId()
The ID of the cache cluster
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
replicationGroupId()
The ID of the replication group
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProcessedUpdateAction.Builder> |
serializableBuilderClass() |
String |
serviceUpdateName()
The unique ID of the service update
|
ProcessedUpdateAction.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UpdateActionStatus |
updateActionStatus()
The status of the update action on the Redis cluster
|
String |
updateActionStatusAsString()
The status of the update action on the Redis cluster
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String replicationGroupId()
The ID of the replication group
public final String cacheClusterId()
The ID of the cache cluster
public final String serviceUpdateName()
The unique ID of the service update
public final UpdateActionStatus updateActionStatus()
The status of the update action on the Redis cluster
If the service returns an enum value that is not available in the current SDK version,
updateActionStatus will return UpdateActionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from updateActionStatusAsString().
UpdateActionStatuspublic final String updateActionStatusAsString()
The status of the update action on the Redis cluster
If the service returns an enum value that is not available in the current SDK version,
updateActionStatus will return UpdateActionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from updateActionStatusAsString().
UpdateActionStatuspublic ProcessedUpdateAction.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProcessedUpdateAction.Builder,ProcessedUpdateAction>public static ProcessedUpdateAction.Builder builder()
public static Class<? extends ProcessedUpdateAction.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.