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