7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/model/BotLocaleStatus.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
43 inline void SetBotId(
const char* value) { m_botId.assign(value); }
56 inline void SetBotVersion(
const char* value) { m_botVersion.assign(value); }
69 inline void SetLocaleId(
const char* value) { m_localeId.assign(value); }
93 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
DeleteBotLocaleResult & WithLocaleId(const char *value)
DeleteBotLocaleResult & WithBotId(Aws::String &&value)
void SetLocaleId(const char *value)
const Aws::String & GetBotId() const
const BotLocaleStatus & GetBotLocaleStatus() const
void SetLocaleId(const Aws::String &value)
void SetBotLocaleStatus(const BotLocaleStatus &value)
AWS_LEXMODELSV2_API DeleteBotLocaleResult()
void SetBotLocaleStatus(BotLocaleStatus &&value)
void SetLocaleId(Aws::String &&value)
void SetBotId(const Aws::String &value)
DeleteBotLocaleResult & WithBotLocaleStatus(BotLocaleStatus &&value)
DeleteBotLocaleResult & WithRequestId(const Aws::String &value)
DeleteBotLocaleResult & WithBotLocaleStatus(const BotLocaleStatus &value)
DeleteBotLocaleResult & WithRequestId(Aws::String &&value)
void SetRequestId(const Aws::String &value)
DeleteBotLocaleResult & WithLocaleId(const Aws::String &value)
const Aws::String & GetRequestId() const
AWS_LEXMODELSV2_API DeleteBotLocaleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetBotVersion(const Aws::String &value)
DeleteBotLocaleResult & WithBotId(const Aws::String &value)
void SetBotVersion(Aws::String &&value)
void SetBotId(const char *value)
DeleteBotLocaleResult & WithBotVersion(const Aws::String &value)
void SetRequestId(Aws::String &&value)
DeleteBotLocaleResult & WithBotVersion(Aws::String &&value)
DeleteBotLocaleResult & WithBotId(const char *value)
AWS_LEXMODELSV2_API DeleteBotLocaleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetLocaleId() const
DeleteBotLocaleResult & WithLocaleId(Aws::String &&value)
const Aws::String & GetBotVersion() const
void SetBotId(Aws::String &&value)
void SetBotVersion(const char *value)
void SetRequestId(const char *value)
DeleteBotLocaleResult & WithBotVersion(const char *value)
DeleteBotLocaleResult & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue