7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qbusiness/QBusinessRequest.h>
9#include <aws/qbusiness/QBusiness_EXPORTS.h>
38 template <
typename ApplicationIdT = Aws::String>
40 m_applicationIdHasBeenSet =
true;
41 m_applicationId = std::forward<ApplicationIdT>(value);
43 template <
typename ApplicationIdT = Aws::String>
57 template <
typename ChatResponseConfigurationIdT = Aws::String>
59 m_chatResponseConfigurationIdHasBeenSet =
true;
60 m_chatResponseConfigurationId = std::forward<ChatResponseConfigurationIdT>(value);
62 template <
typename ChatResponseConfigurationIdT = Aws::String>
70 bool m_applicationIdHasBeenSet =
false;
73 bool m_chatResponseConfigurationIdHasBeenSet =
false;
void SetChatResponseConfigurationId(ChatResponseConfigurationIdT &&value)
const Aws::String & GetChatResponseConfigurationId() const
const Aws::String & GetApplicationId() const
void SetApplicationId(ApplicationIdT &&value)
DeleteChatResponseConfigurationRequest & WithChatResponseConfigurationId(ChatResponseConfigurationIdT &&value)
bool ChatResponseConfigurationIdHasBeenSet() const
AWS_QBUSINESS_API Aws::String SerializePayload() const override
DeleteChatResponseConfigurationRequest & WithApplicationId(ApplicationIdT &&value)
bool ApplicationIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_QBUSINESS_API DeleteChatResponseConfigurationRequest()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String