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