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