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