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