7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/qbusiness/QBusinessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename ApplicationIdT = Aws::String>
44 template<
typename ApplicationIdT = Aws::String>
55 template<
typename ChatResponseConfigurationIdT = Aws::String>
57 template<
typename ChatResponseConfigurationIdT = Aws::String>
63 bool m_applicationIdHasBeenSet =
false;
66 bool m_chatResponseConfigurationIdHasBeenSet =
false;
const Aws::String & GetChatResponseConfigurationId() const
bool ApplicationIdHasBeenSet() const
GetChatResponseConfigurationRequest & WithApplicationId(ApplicationIdT &&value)
AWS_QBUSINESS_API GetChatResponseConfigurationRequest()=default
void SetApplicationId(ApplicationIdT &&value)
bool ChatResponseConfigurationIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetChatResponseConfigurationId(ChatResponseConfigurationIdT &&value)
const Aws::String & GetApplicationId() const
AWS_QBUSINESS_API Aws::String SerializePayload() const override
GetChatResponseConfigurationRequest & WithChatResponseConfigurationId(ChatResponseConfigurationIdT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String