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