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