Class StartWorkflowRunRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.codecatalyst.transform.StartWorkflowRunRequestMarshaller
- All Implemented Interfaces:
- Marshaller<StartWorkflowRunRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class StartWorkflowRunRequestMarshaller
extends Object
implements Marshaller<StartWorkflowRunRequest>
StartWorkflowRunRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionStartWorkflowRunRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(StartWorkflowRunRequest startWorkflowRunRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
StartWorkflowRunRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<StartWorkflowRunRequest>
- Parameters:
- startWorkflowRunRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-