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