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