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