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