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