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