7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/model/CustomVocabularyStatus.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename BotIdT = Aws::String>
42 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
43 template<
typename BotIdT = Aws::String>
52 template<
typename BotVersionT = Aws::String>
53 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
54 template<
typename BotVersionT = Aws::String>
64 template<
typename LocaleIdT = Aws::String>
65 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet =
true; m_localeId = std::forward<LocaleIdT>(value); }
66 template<
typename LocaleIdT = Aws::String>
82 template<
typename RequestIdT = Aws::String>
83 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
84 template<
typename RequestIdT = Aws::String>
90 bool m_botIdHasBeenSet =
false;
93 bool m_botVersionHasBeenSet =
false;
96 bool m_localeIdHasBeenSet =
false;
99 bool m_customVocabularyStatusHasBeenSet =
false;
102 bool m_requestIdHasBeenSet =
false;
void SetBotVersion(BotVersionT &&value)
void SetRequestId(RequestIdT &&value)
void SetCustomVocabularyStatus(CustomVocabularyStatus value)
const Aws::String & GetRequestId() const
DeleteCustomVocabularyResult & WithBotId(BotIdT &&value)
const Aws::String & GetLocaleId() const
AWS_LEXMODELSV2_API DeleteCustomVocabularyResult()=default
const Aws::String & GetBotVersion() const
void SetBotId(BotIdT &&value)
CustomVocabularyStatus GetCustomVocabularyStatus() const
AWS_LEXMODELSV2_API DeleteCustomVocabularyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteCustomVocabularyResult & WithBotVersion(BotVersionT &&value)
const Aws::String & GetBotId() const
DeleteCustomVocabularyResult & WithRequestId(RequestIdT &&value)
DeleteCustomVocabularyResult & WithCustomVocabularyStatus(CustomVocabularyStatus value)
DeleteCustomVocabularyResult & WithLocaleId(LocaleIdT &&value)
void SetLocaleId(LocaleIdT &&value)
AWS_LEXMODELSV2_API DeleteCustomVocabularyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue