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