7#include <aws/chatbot/Chatbot_EXPORTS.h>
8#include <aws/chatbot/ChatbotRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename ChatConfigurationArnT = Aws::String>
43 void SetChatConfigurationArn(ChatConfigurationArnT&& value) { m_chatConfigurationArnHasBeenSet =
true; m_chatConfigurationArn = std::forward<ChatConfigurationArnT>(value); }
44 template<
typename ChatConfigurationArnT = Aws::String>
57 template<
typename NextTokenT = Aws::String>
58 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
59 template<
typename NextTokenT = Aws::String>
71 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
77 bool m_chatConfigurationArnHasBeenSet =
false;
80 bool m_nextTokenHasBeenSet =
false;
83 bool m_maxResultsHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
bool ChatConfigurationArnHasBeenSet() const
DescribeSlackUserIdentitiesRequest & WithChatConfigurationArn(ChatConfigurationArnT &&value)
bool NextTokenHasBeenSet() const
void SetChatConfigurationArn(ChatConfigurationArnT &&value)
AWS_CHATBOT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
DescribeSlackUserIdentitiesRequest & WithNextToken(NextTokenT &&value)
DescribeSlackUserIdentitiesRequest & WithMaxResults(int value)
const Aws::String & GetChatConfigurationArn() const
AWS_CHATBOT_API DescribeSlackUserIdentitiesRequest()=default
const Aws::String & GetNextToken() const
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String