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