7#include <aws/lex-models/LexModelBuildingService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lex-models/model/BotChannelAssociation.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace LexModelBuildingService
43 template<
typename BotChannelAssociationsT = Aws::Vector<BotChannelAssociation>>
44 void SetBotChannelAssociations(BotChannelAssociationsT&& value) { m_botChannelAssociationsHasBeenSet =
true; m_botChannelAssociations = std::forward<BotChannelAssociationsT>(value); }
45 template<
typename BotChannelAssociationsT = Aws::Vector<BotChannelAssociation>>
47 template<
typename BotChannelAssociationsT = BotChannelAssociation>
59 template<
typename NextTokenT = Aws::String>
60 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
61 template<
typename NextTokenT = Aws::String>
68 template<
typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
70 template<
typename RequestIdT = Aws::String>
76 bool m_botChannelAssociationsHasBeenSet =
false;
79 bool m_nextTokenHasBeenSet =
false;
82 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetNextToken() const
AWS_LEXMODELBUILDINGSERVICE_API GetBotChannelAssociationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetBotChannelAssociationsResult & AddBotChannelAssociations(BotChannelAssociationsT &&value)
AWS_LEXMODELBUILDINGSERVICE_API GetBotChannelAssociationsResult()=default
AWS_LEXMODELBUILDINGSERVICE_API GetBotChannelAssociationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetBotChannelAssociationsResult & WithBotChannelAssociations(BotChannelAssociationsT &&value)
const Aws::Vector< BotChannelAssociation > & GetBotChannelAssociations() const
const Aws::String & GetRequestId() const
void SetNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
GetBotChannelAssociationsResult & WithRequestId(RequestIdT &&value)
GetBotChannelAssociationsResult & WithNextToken(NextTokenT &&value)
void SetBotChannelAssociations(BotChannelAssociationsT &&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