Class SendDurableExecutionCallbackSuccessRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.lambda.transform.SendDurableExecutionCallbackSuccessRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<SendDurableExecutionCallbackSuccessRequest>
@Generated("software.amazon.awssdk:codegen") @SdkInternalApi public class SendDurableExecutionCallbackSuccessRequestMarshaller extends Object implements Marshaller<SendDurableExecutionCallbackSuccessRequest>
SendDurableExecutionCallbackSuccessRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description SendDurableExecutionCallbackSuccessRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(SendDurableExecutionCallbackSuccessRequest sendDurableExecutionCallbackSuccessRequest)
-
-
-
Constructor Detail
-
SendDurableExecutionCallbackSuccessRequestMarshaller
public SendDurableExecutionCallbackSuccessRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(SendDurableExecutionCallbackSuccessRequest sendDurableExecutionCallbackSuccessRequest)
- Specified by:
marshallin interfaceMarshaller<SendDurableExecutionCallbackSuccessRequest>
-
-