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 interface
ProcessedUpdateAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProcessedUpdateAction.Builder
builder()
String
cacheClusterId()
The ID of the cache clusterboolean
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 groupList<SdkField<?>>
sdkFields()
static Class<? extends ProcessedUpdateAction.Builder>
serializableBuilderClass()
String
serviceUpdateName()
The unique ID of the service updateProcessedUpdateAction.Builder
toBuilder()
String
toString()
Returns a string representation of this object.UpdateActionStatus
updateActionStatus()
The status of the update action on the Redis clusterString
updateActionStatusAsString()
The status of the update action on the Redis 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 Redis cluster
If the service returns an enum value that is not available in the current SDK version,
updateActionStatus
will returnUpdateActionStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromupdateActionStatusAsString()
.- Returns:
- The status of the update action on the Redis cluster
- See Also:
UpdateActionStatus
-
updateActionStatusAsString
public 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 returnUpdateActionStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromupdateActionStatusAsString()
.- Returns:
- The status of the update action on the Redis cluster
- See Also:
UpdateActionStatus
-
toBuilder
public ProcessedUpdateAction.Builder toBuilder()
- Specified by:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-