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