7#include <aws/chatbot/Chatbot_EXPORTS.h>
8#include <aws/chatbot/model/ChimeWebhookConfiguration.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
41 template <
typename NextTokenT = Aws::String>
43 m_nextTokenHasBeenSet =
true;
44 m_nextToken = std::forward<NextTokenT>(value);
46 template <
typename NextTokenT = Aws::String>
58 template <
typename WebhookConfigurationsT = Aws::Vector<ChimeWebhookConfiguration>>
60 m_webhookConfigurationsHasBeenSet =
true;
61 m_webhookConfigurations = std::forward<WebhookConfigurationsT>(value);
63 template <
typename WebhookConfigurationsT = Aws::Vector<ChimeWebhookConfiguration>>
68 template <
typename WebhookConfigurationsT = ChimeWebhookConfiguration>
70 m_webhookConfigurationsHasBeenSet =
true;
71 m_webhookConfigurations.emplace_back(std::forward<WebhookConfigurationsT>(value));
79 template <
typename RequestIdT = Aws::String>
81 m_requestIdHasBeenSet =
true;
82 m_requestId = std::forward<RequestIdT>(value);
84 template <
typename RequestIdT = Aws::String>
99 bool m_nextTokenHasBeenSet =
false;
100 bool m_webhookConfigurationsHasBeenSet =
false;
101 bool m_requestIdHasBeenSet =
false;
DescribeChimeWebhookConfigurationsResult & WithNextToken(NextTokenT &&value)
AWS_CHATBOT_API DescribeChimeWebhookConfigurationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetWebhookConfigurations(WebhookConfigurationsT &&value)
DescribeChimeWebhookConfigurationsResult & AddWebhookConfigurations(WebhookConfigurationsT &&value)
void SetRequestId(RequestIdT &&value)
AWS_CHATBOT_API DescribeChimeWebhookConfigurationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CHATBOT_API DescribeChimeWebhookConfigurationsResult()=default
const Aws::String & GetNextToken() const
const Aws::String & GetRequestId() const
const Aws::Vector< ChimeWebhookConfiguration > & GetWebhookConfigurations() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetNextToken(NextTokenT &&value)
DescribeChimeWebhookConfigurationsResult & WithRequestId(RequestIdT &&value)
DescribeChimeWebhookConfigurationsResult & WithWebhookConfigurations(WebhookConfigurationsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue