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