7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
10#include <aws/lexv2-models/model/BotAliasStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace LexModelsV2 {
36 template <
typename BotAliasIdT = Aws::String>
38 m_botAliasIdHasBeenSet =
true;
39 m_botAliasId = std::forward<BotAliasIdT>(value);
41 template <
typename BotAliasIdT = Aws::String>
53 template <
typename BotIdT = Aws::String>
55 m_botIdHasBeenSet =
true;
56 m_botId = std::forward<BotIdT>(value);
58 template <
typename BotIdT = Aws::String>
60 SetBotId(std::forward<BotIdT>(value));
74 m_botAliasStatusHasBeenSet =
true;
75 m_botAliasStatus = value;
86 template <
typename RequestIdT = Aws::String>
88 m_requestIdHasBeenSet =
true;
89 m_requestId = std::forward<RequestIdT>(value);
91 template <
typename RequestIdT = Aws::String>
108 bool m_botAliasIdHasBeenSet =
false;
109 bool m_botIdHasBeenSet =
false;
110 bool m_botAliasStatusHasBeenSet =
false;
111 bool m_requestIdHasBeenSet =
false;
BotAliasStatus GetBotAliasStatus() const
const Aws::String & GetRequestId() const
void SetBotAliasId(BotAliasIdT &&value)
const Aws::String & GetBotAliasId() const
AWS_LEXMODELSV2_API DeleteBotAliasResult()=default
DeleteBotAliasResult & WithBotId(BotIdT &&value)
DeleteBotAliasResult & WithBotAliasStatus(BotAliasStatus value)
DeleteBotAliasResult & WithBotAliasId(BotAliasIdT &&value)
void SetBotId(BotIdT &&value)
const Aws::String & GetBotId() const
void SetRequestId(RequestIdT &&value)
void SetBotAliasStatus(BotAliasStatus value)
AWS_LEXMODELSV2_API DeleteBotAliasResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteBotAliasResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_LEXMODELSV2_API DeleteBotAliasResult(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