7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
10#include <aws/lexv2-models/model/AnalysisScope.h>
15namespace LexModelsV2 {
38 template <
typename BotIdT = Aws::String>
40 m_botIdHasBeenSet =
true;
41 m_botId = std::forward<BotIdT>(value);
43 template <
typename BotIdT = Aws::String>
45 SetBotId(std::forward<BotIdT>(value));
58 m_analysisScopeHasBeenSet =
true;
59 m_analysisScope = value;
74 template <
typename LocaleIdT = Aws::String>
76 m_localeIdHasBeenSet =
true;
77 m_localeId = std::forward<LocaleIdT>(value);
79 template <
typename LocaleIdT = Aws::String>
93 template <
typename BotVersionT = Aws::String>
95 m_botVersionHasBeenSet =
true;
96 m_botVersion = std::forward<BotVersionT>(value);
98 template <
typename BotVersionT = Aws::String>
112 bool m_botIdHasBeenSet =
false;
113 bool m_analysisScopeHasBeenSet =
false;
114 bool m_localeIdHasBeenSet =
false;
115 bool m_botVersionHasBeenSet =
false;
void SetLocaleId(LocaleIdT &&value)
void SetAnalysisScope(AnalysisScope value)
const Aws::String & GetBotVersion() const
bool LocaleIdHasBeenSet() const
const Aws::String & GetLocaleId() const
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
StartBotAnalyzerRequest & WithAnalysisScope(AnalysisScope value)
StartBotAnalyzerRequest & WithBotVersion(BotVersionT &&value)
StartBotAnalyzerRequest & WithBotId(BotIdT &&value)
StartBotAnalyzerRequest & WithLocaleId(LocaleIdT &&value)
bool BotIdHasBeenSet() const
AWS_LEXMODELSV2_API StartBotAnalyzerRequest()=default
const Aws::String & GetBotId() const
virtual const char * GetServiceRequestName() const override
bool BotVersionHasBeenSet() const
AnalysisScope GetAnalysisScope() const
void SetBotId(BotIdT &&value)
bool AnalysisScopeHasBeenSet() const
void SetBotVersion(BotVersionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String