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