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