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