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