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