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