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