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