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