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