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