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