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