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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<CreateComputeQuotaRequest>
- Parameters:
createComputeQuotaRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-