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