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