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