Class CheckpointDurableExecutionResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.lambda.model.LambdaResponse
-
- software.amazon.awssdk.services.lambda.model.CheckpointDurableExecutionResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CheckpointDurableExecutionResponse.Builder,CheckpointDurableExecutionResponse>
@Generated("software.amazon.awssdk:codegen") public final class CheckpointDurableExecutionResponse extends LambdaResponse implements ToCopyableBuilder<CheckpointDurableExecutionResponse.Builder,CheckpointDurableExecutionResponse>
The response from the CheckpointDurableExecution operation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCheckpointDurableExecutionResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CheckpointDurableExecutionResponse.Builderbuilder()StringcheckpointToken()A new checkpoint token to use for the next checkpoint operation.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()CheckpointUpdatedExecutionStatenewExecutionState()Updated execution state information that includes any changes that occurred since the last checkpoint, such as completed callbacks or expired timers.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CheckpointDurableExecutionResponse.Builder>serializableBuilderClass()CheckpointDurableExecutionResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.lambda.model.LambdaResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
checkpointToken
public final String checkpointToken()
A new checkpoint token to use for the next checkpoint operation. This token replaces the one provided in the request and must be used for subsequent checkpoints to maintain proper ordering.
- Returns:
- A new checkpoint token to use for the next checkpoint operation. This token replaces the one provided in the request and must be used for subsequent checkpoints to maintain proper ordering.
-
newExecutionState
public final CheckpointUpdatedExecutionState newExecutionState()
Updated execution state information that includes any changes that occurred since the last checkpoint, such as completed callbacks or expired timers. This allows the SDK to update its internal state during replay.
- Returns:
- Updated execution state information that includes any changes that occurred since the last checkpoint, such as completed callbacks or expired timers. This allows the SDK to update its internal state during replay.
-
toBuilder
public CheckpointDurableExecutionResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CheckpointDurableExecutionResponse.Builder,CheckpointDurableExecutionResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static CheckpointDurableExecutionResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends CheckpointDurableExecutionResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-