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