7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/lexv2-models/model/BotVersionSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename BotIdT = Aws::String>
43 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
44 template<
typename BotIdT = Aws::String>
57 template<
typename BotVersionSummariesT = Aws::Vector<BotVersionSummary>>
58 void SetBotVersionSummaries(BotVersionSummariesT&& value) { m_botVersionSummariesHasBeenSet =
true; m_botVersionSummaries = std::forward<BotVersionSummariesT>(value); }
59 template<
typename BotVersionSummariesT = Aws::Vector<BotVersionSummary>>
61 template<
typename BotVersionSummariesT = BotVersionSummary>
74 template<
typename NextTokenT = Aws::String>
75 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
76 template<
typename NextTokenT = Aws::String>
83 template<
typename RequestIdT = Aws::String>
84 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
85 template<
typename RequestIdT = Aws::String>
91 bool m_botIdHasBeenSet =
false;
94 bool m_botVersionSummariesHasBeenSet =
false;
97 bool m_nextTokenHasBeenSet =
false;
100 bool m_requestIdHasBeenSet =
false;
AWS_LEXMODELSV2_API ListBotVersionsResult()=default
const Aws::String & GetRequestId() const
void SetBotVersionSummaries(BotVersionSummariesT &&value)
AWS_LEXMODELSV2_API ListBotVersionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListBotVersionsResult & WithBotId(BotIdT &&value)
ListBotVersionsResult & WithBotVersionSummaries(BotVersionSummariesT &&value)
void SetBotId(BotIdT &&value)
AWS_LEXMODELSV2_API ListBotVersionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetBotId() const
const Aws::Vector< BotVersionSummary > & GetBotVersionSummaries() const
ListBotVersionsResult & WithRequestId(RequestIdT &&value)
ListBotVersionsResult & AddBotVersionSummaries(BotVersionSummariesT &&value)
void SetRequestId(RequestIdT &&value)
ListBotVersionsResult & WithNextToken(NextTokenT &&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