Class CheckpointDurableExecutionRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.lambda.transform.CheckpointDurableExecutionRequestMarshaller
- All Implemented Interfaces:
Marshaller<CheckpointDurableExecutionRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CheckpointDurableExecutionRequestMarshaller
extends Object
implements Marshaller<CheckpointDurableExecutionRequest>
CheckpointDurableExecutionRequest Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionCheckpointDurableExecutionRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(CheckpointDurableExecutionRequest checkpointDurableExecutionRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
CheckpointDurableExecutionRequestMarshaller
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(CheckpointDurableExecutionRequest checkpointDurableExecutionRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<CheckpointDurableExecutionRequest>- Parameters:
checkpointDurableExecutionRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-