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