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