Class UpdateChatResponseConfigurationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.qbusiness.transform.UpdateChatResponseConfigurationRequestMarshaller
- All Implemented Interfaces:
Marshaller<UpdateChatResponseConfigurationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<UpdateChatResponseConfigurationRequest>- Parameters:
updateChatResponseConfigurationRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-