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