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