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