Class GetBillScenarioRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.bcmpricingcalculator.transform.GetBillScenarioRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetBillScenarioRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<GetBillScenarioRequest>- Parameters:
getBillScenarioRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-