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