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