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