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