Class UpdateInvoiceUnitRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.invoicing.transform.UpdateInvoiceUnitRequestMarshaller
- All Implemented Interfaces:
- Marshaller<UpdateInvoiceUnitRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class UpdateInvoiceUnitRequestMarshaller
extends Object
implements Marshaller<UpdateInvoiceUnitRequest>
UpdateInvoiceUnitRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionUpdateInvoiceUnitRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(UpdateInvoiceUnitRequest updateInvoiceUnitRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
UpdateInvoiceUnitRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<UpdateInvoiceUnitRequest>
- Parameters:
- updateInvoiceUnitRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-