Class CreateInvoiceUnitRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.invoicing.transform.CreateInvoiceUnitRequestMarshaller
- All Implemented Interfaces:
Marshaller<CreateInvoiceUnitRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<CreateInvoiceUnitRequest>- Parameters:
createInvoiceUnitRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-