Class SendDurableExecutionCallbackFailureRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.lambda.transform.SendDurableExecutionCallbackFailureRequestMarshaller
- All Implemented Interfaces:
Marshaller<SendDurableExecutionCallbackFailureRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class SendDurableExecutionCallbackFailureRequestMarshaller
extends Object
implements Marshaller<SendDurableExecutionCallbackFailureRequest>
SendDurableExecutionCallbackFailureRequest Marshaller-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionmarshall(SendDurableExecutionCallbackFailureRequest sendDurableExecutionCallbackFailureRequest)
-
Constructor Details
-
SendDurableExecutionCallbackFailureRequestMarshaller
public SendDurableExecutionCallbackFailureRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(SendDurableExecutionCallbackFailureRequest sendDurableExecutionCallbackFailureRequest) - Specified by:
marshallin interfaceMarshaller<SendDurableExecutionCallbackFailureRequest>
-