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