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