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