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