7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
11#include <aws/lexv2-models/model/IntentSummary.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace LexModelsV2 {
37 template <
typename BotIdT = Aws::String>
39 m_botIdHasBeenSet =
true;
40 m_botId = std::forward<BotIdT>(value);
42 template <
typename BotIdT = Aws::String>
44 SetBotId(std::forward<BotIdT>(value));
54 template <
typename BotVersionT = Aws::String>
56 m_botVersionHasBeenSet =
true;
57 m_botVersion = std::forward<BotVersionT>(value);
59 template <
typename BotVersionT = Aws::String>
71 template <
typename LocaleIdT = Aws::String>
73 m_localeIdHasBeenSet =
true;
74 m_localeId = std::forward<LocaleIdT>(value);
76 template <
typename LocaleIdT = Aws::String>
92 template <
typename IntentSummariesT = Aws::Vector<IntentSummary>>
94 m_intentSummariesHasBeenSet =
true;
95 m_intentSummaries = std::forward<IntentSummariesT>(value);
97 template <
typename IntentSummariesT = Aws::Vector<IntentSummary>>
102 template <
typename IntentSummariesT = IntentSummary>
104 m_intentSummariesHasBeenSet =
true;
105 m_intentSummaries.emplace_back(std::forward<IntentSummariesT>(value));
118 template <
typename NextTokenT = Aws::String>
120 m_nextTokenHasBeenSet =
true;
121 m_nextToken = std::forward<NextTokenT>(value);
123 template <
typename NextTokenT = Aws::String>
133 template <
typename RequestIdT = Aws::String>
135 m_requestIdHasBeenSet =
true;
136 m_requestId = std::forward<RequestIdT>(value);
138 template <
typename RequestIdT = Aws::String>
159 bool m_botIdHasBeenSet =
false;
160 bool m_botVersionHasBeenSet =
false;
161 bool m_localeIdHasBeenSet =
false;
162 bool m_intentSummariesHasBeenSet =
false;
163 bool m_nextTokenHasBeenSet =
false;
164 bool m_requestIdHasBeenSet =
false;
void SetIntentSummaries(IntentSummariesT &&value)
void SetBotVersion(BotVersionT &&value)
ListIntentsResult & WithLocaleId(LocaleIdT &&value)
ListIntentsResult & WithNextToken(NextTokenT &&value)
ListIntentsResult & WithBotId(BotIdT &&value)
const Aws::Vector< IntentSummary > & GetIntentSummaries() const
ListIntentsResult & WithIntentSummaries(IntentSummariesT &&value)
void SetLocaleId(LocaleIdT &&value)
AWS_LEXMODELSV2_API ListIntentsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
ListIntentsResult & AddIntentSummaries(IntentSummariesT &&value)
const Aws::String & GetBotId() const
const Aws::String & GetRequestId() const
const Aws::String & GetLocaleId() const
ListIntentsResult & WithBotVersion(BotVersionT &&value)
AWS_LEXMODELSV2_API ListIntentsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
ListIntentsResult & WithRequestId(RequestIdT &&value)
void SetBotId(BotIdT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetBotVersion() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_LEXMODELSV2_API ListIntentsResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue