7#include <aws/chatbot/Chatbot_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/chatbot/model/ChimeWebhookConfiguration.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
45 template<
typename NextTokenT = Aws::String>
46 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
47 template<
typename NextTokenT = Aws::String>
56 template<
typename WebhookConfigurationsT = Aws::Vector<ChimeWebhookConfiguration>>
57 void SetWebhookConfigurations(WebhookConfigurationsT&& value) { m_webhookConfigurationsHasBeenSet =
true; m_webhookConfigurations = std::forward<WebhookConfigurationsT>(value); }
58 template<
typename WebhookConfigurationsT = Aws::Vector<ChimeWebhookConfiguration>>
60 template<
typename WebhookConfigurationsT = ChimeWebhookConfiguration>
67 template<
typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
69 template<
typename RequestIdT = Aws::String>
75 bool m_nextTokenHasBeenSet =
false;
78 bool m_webhookConfigurationsHasBeenSet =
false;
81 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