7#include <aws/chatbot/Chatbot_EXPORTS.h>
8#include <aws/chatbot/model/ChimeWebhookConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
40 template <
typename NextTokenT = Aws::String>
42 m_nextTokenHasBeenSet =
true;
43 m_nextToken = std::forward<NextTokenT>(value);
45 template <
typename NextTokenT = Aws::String>
57 template <
typename WebhookConfigurationsT = Aws::Vector<ChimeWebhookConfiguration>>
59 m_webhookConfigurationsHasBeenSet =
true;
60 m_webhookConfigurations = std::forward<WebhookConfigurationsT>(value);
62 template <
typename WebhookConfigurationsT = Aws::Vector<ChimeWebhookConfiguration>>
67 template <
typename WebhookConfigurationsT = ChimeWebhookConfiguration>
69 m_webhookConfigurationsHasBeenSet =
true;
70 m_webhookConfigurations.emplace_back(std::forward<WebhookConfigurationsT>(value));
78 template <
typename RequestIdT = Aws::String>
80 m_requestIdHasBeenSet =
true;
81 m_requestId = std::forward<RequestIdT>(value);
83 template <
typename RequestIdT = Aws::String>
91 bool m_nextTokenHasBeenSet =
false;
94 bool m_webhookConfigurationsHasBeenSet =
false;
97 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
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