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