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/BotRecommendationSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
45 inline void SetBotId(
const char* value) { m_botId.assign(value); }
58 inline void SetBotVersion(
const char* value) { m_botVersion.assign(value); }
71 inline void SetLocaleId(
const char* value) { m_localeId.assign(value); }
103 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
114 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
ListBotRecommendationsResult & WithBotRecommendationSummaries(const Aws::Vector< BotRecommendationSummary > &value)
void SetRequestId(const Aws::String &value)
void SetNextToken(const Aws::String &value)
const Aws::String & GetBotId() const
ListBotRecommendationsResult & WithNextToken(const char *value)
ListBotRecommendationsResult & WithRequestId(const char *value)
ListBotRecommendationsResult & WithBotId(const char *value)
void SetBotId(Aws::String &&value)
void SetLocaleId(Aws::String &&value)
AWS_LEXMODELSV2_API ListBotRecommendationsResult()
const Aws::Vector< BotRecommendationSummary > & GetBotRecommendationSummaries() const
const Aws::String & GetLocaleId() const
void SetLocaleId(const char *value)
void SetBotVersion(const Aws::String &value)
const Aws::String & GetRequestId() const
void SetRequestId(const char *value)
ListBotRecommendationsResult & WithBotVersion(const Aws::String &value)
ListBotRecommendationsResult & WithBotVersion(Aws::String &&value)
ListBotRecommendationsResult & WithLocaleId(Aws::String &&value)
AWS_LEXMODELSV2_API ListBotRecommendationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListBotRecommendationsResult & WithBotRecommendationSummaries(Aws::Vector< BotRecommendationSummary > &&value)
ListBotRecommendationsResult & WithRequestId(const Aws::String &value)
void SetBotRecommendationSummaries(Aws::Vector< BotRecommendationSummary > &&value)
const Aws::String & GetBotVersion() const
void SetBotVersion(Aws::String &&value)
void SetBotId(const char *value)
ListBotRecommendationsResult & WithBotId(Aws::String &&value)
void SetRequestId(Aws::String &&value)
void SetBotRecommendationSummaries(const Aws::Vector< BotRecommendationSummary > &value)
ListBotRecommendationsResult & WithNextToken(const Aws::String &value)
void SetBotVersion(const char *value)
ListBotRecommendationsResult & AddBotRecommendationSummaries(BotRecommendationSummary &&value)
ListBotRecommendationsResult & WithBotId(const Aws::String &value)
ListBotRecommendationsResult & WithNextToken(Aws::String &&value)
const Aws::String & GetNextToken() const
ListBotRecommendationsResult & WithLocaleId(const Aws::String &value)
void SetNextToken(const char *value)
void SetLocaleId(const Aws::String &value)
ListBotRecommendationsResult & WithLocaleId(const char *value)
void SetNextToken(Aws::String &&value)
ListBotRecommendationsResult & WithBotVersion(const char *value)
ListBotRecommendationsResult & WithRequestId(Aws::String &&value)
ListBotRecommendationsResult & AddBotRecommendationSummaries(const BotRecommendationSummary &value)
void SetBotId(const Aws::String &value)
AWS_LEXMODELSV2_API ListBotRecommendationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue