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