Class GetPricingPlanRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.iottwinmaker.transform.GetPricingPlanRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetPricingPlanRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetPricingPlanRequestMarshaller
extends Object
implements Marshaller<GetPricingPlanRequest>
GetPricingPlanRequest Marshaller-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarshall(GetPricingPlanRequest getPricingPlanRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
GetPricingPlanRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<GetPricingPlanRequest>- Parameters:
getPricingPlanRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-