Class ListNotificationConfigurationsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.iotmanagedintegrations.transform.ListNotificationConfigurationsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListNotificationConfigurationsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ListNotificationConfigurationsRequest>- Parameters:
listNotificationConfigurationsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-