Class ProcessedUpdateAction
- java.lang.Object
-
- software.amazon.awssdk.services.elasticache.model.ProcessedUpdateAction
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProcessedUpdateAction.Builder,ProcessedUpdateAction>
@Generated("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
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProcessedUpdateAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProcessedUpdateAction.Builderbuilder()StringcacheClusterId()The ID of the cache clusterbooleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringreplicationGroupId()The ID of the replication groupMap<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ProcessedUpdateAction.Builder>serializableBuilderClass()StringserviceUpdateName()The unique ID of the service updateProcessedUpdateAction.BuildertoBuilder()StringtoString()Returns a string representation of this object.UpdateActionStatusupdateActionStatus()The status of the update action on the Valkey or Redis OSS clusterStringupdateActionStatusAsString()The status of the update action on the Valkey or Redis OSS cluster-
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 ID of the replication group
- Returns:
- The ID of the replication group
-
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
-
updateActionStatus
public final UpdateActionStatus updateActionStatus()
The status of the update action on the Valkey or Redis OSS cluster
If the service returns an enum value that is not available in the current SDK version,
updateActionStatuswill returnUpdateActionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromupdateActionStatusAsString().- Returns:
- The status of the update action on the Valkey or Redis OSS cluster
- See Also:
UpdateActionStatus
-
updateActionStatusAsString
public final String updateActionStatusAsString()
The status of the update action on the Valkey or Redis OSS cluster
If the service returns an enum value that is not available in the current SDK version,
updateActionStatuswill returnUpdateActionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromupdateActionStatusAsString().- Returns:
- The status of the update action on the Valkey or Redis OSS cluster
- See Also:
UpdateActionStatus
-
toBuilder
public ProcessedUpdateAction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProcessedUpdateAction.Builder,ProcessedUpdateAction>
-
builder
public static ProcessedUpdateAction.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProcessedUpdateAction.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-