7#include <aws/chatbot/Chatbot_EXPORTS.h>
8#include <aws/chatbot/model/SlackChannelConfiguration.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 SlackChannelConfigurationsT = Aws::Vector<SlackChannelConfiguration>>
59 m_slackChannelConfigurationsHasBeenSet =
true;
60 m_slackChannelConfigurations = std::forward<SlackChannelConfigurationsT>(value);
62 template <
typename SlackChannelConfigurationsT = Aws::Vector<SlackChannelConfiguration>>
67 template <
typename SlackChannelConfigurationsT = SlackChannelConfiguration>
69 m_slackChannelConfigurationsHasBeenSet =
true;
70 m_slackChannelConfigurations.emplace_back(std::forward<SlackChannelConfigurationsT>(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_slackChannelConfigurationsHasBeenSet =
false;
97 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
AWS_CHATBOT_API DescribeSlackChannelConfigurationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< SlackChannelConfiguration > & GetSlackChannelConfigurations() const
void SetNextToken(NextTokenT &&value)
DescribeSlackChannelConfigurationsResult & WithSlackChannelConfigurations(SlackChannelConfigurationsT &&value)
DescribeSlackChannelConfigurationsResult & WithRequestId(RequestIdT &&value)
DescribeSlackChannelConfigurationsResult & AddSlackChannelConfigurations(SlackChannelConfigurationsT &&value)
AWS_CHATBOT_API DescribeSlackChannelConfigurationsResult()=default
DescribeSlackChannelConfigurationsResult & WithNextToken(NextTokenT &&value)
void SetSlackChannelConfigurations(SlackChannelConfigurationsT &&value)
void SetRequestId(RequestIdT &&value)
AWS_CHATBOT_API DescribeSlackChannelConfigurationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue