7#include <aws/chatbot/Chatbot_EXPORTS.h>
8#include <aws/chatbot/model/ChimeWebhookConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename WebhookConfigurationT = ChimeWebhookConfiguration>
42 void SetWebhookConfiguration(WebhookConfigurationT&& value) { m_webhookConfigurationHasBeenSet =
true; m_webhookConfiguration = std::forward<WebhookConfigurationT>(value); }
43 template<
typename WebhookConfigurationT = ChimeWebhookConfiguration>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_webhookConfigurationHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
void SetWebhookConfiguration(WebhookConfigurationT &&value)
const Aws::String & GetRequestId() const
UpdateChimeWebhookConfigurationResult & WithWebhookConfiguration(WebhookConfigurationT &&value)
void SetRequestId(RequestIdT &&value)
AWS_CHATBOT_API UpdateChimeWebhookConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CHATBOT_API UpdateChimeWebhookConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ChimeWebhookConfiguration & GetWebhookConfiguration() const
UpdateChimeWebhookConfigurationResult & WithRequestId(RequestIdT &&value)
AWS_CHATBOT_API UpdateChimeWebhookConfigurationResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue