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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetInvoiceUnitRequest getInvoiceUnitRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetInvoiceUnitRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetInvoiceUnitRequest>
- Parameters:
- getInvoiceUnitRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-