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