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