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