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