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