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