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