Class UpdateNotificationConfigurationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.notifications.transform.UpdateNotificationConfigurationRequestMarshaller
- All Implemented Interfaces:
- Marshaller<UpdateNotificationConfigurationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class UpdateNotificationConfigurationRequestMarshaller
extends Object
implements Marshaller<UpdateNotificationConfigurationRequest>
UpdateNotificationConfigurationRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(UpdateNotificationConfigurationRequest updateNotificationConfigurationRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
UpdateNotificationConfigurationRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(UpdateNotificationConfigurationRequest updateNotificationConfigurationRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<UpdateNotificationConfigurationRequest>
- Parameters:
- updateNotificationConfigurationRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-