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