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