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