Class RevokeSubscriptionRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.datazone.transform.RevokeSubscriptionRequestMarshaller
- All Implemented Interfaces:
- Marshaller<RevokeSubscriptionRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class RevokeSubscriptionRequestMarshaller
extends Object
implements Marshaller<RevokeSubscriptionRequest>
RevokeSubscriptionRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionRevokeSubscriptionRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(RevokeSubscriptionRequest revokeSubscriptionRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
RevokeSubscriptionRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<RevokeSubscriptionRequest>
- Parameters:
- revokeSubscriptionRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-