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