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