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