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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<BatchStartRecommendationsRequest>
- Parameters:
batchStartRecommendationsRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-