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