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