7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
9#include <aws/lexv2-models/model/BotAliasStatus.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace LexModelsV2 {
35 template <
typename BotAliasIdT = Aws::String>
37 m_botAliasIdHasBeenSet =
true;
38 m_botAliasId = std::forward<BotAliasIdT>(value);
40 template <
typename BotAliasIdT = Aws::String>
52 template <
typename BotIdT = Aws::String>
54 m_botIdHasBeenSet =
true;
55 m_botId = std::forward<BotIdT>(value);
57 template <
typename BotIdT = Aws::String>
59 SetBotId(std::forward<BotIdT>(value));
73 m_botAliasStatusHasBeenSet =
true;
74 m_botAliasStatus = value;
85 template <
typename RequestIdT = Aws::String>
87 m_requestIdHasBeenSet =
true;
88 m_requestId = std::forward<RequestIdT>(value);
90 template <
typename RequestIdT = Aws::String>
104 bool m_botAliasIdHasBeenSet =
false;
105 bool m_botIdHasBeenSet =
false;
106 bool m_botAliasStatusHasBeenSet =
false;
107 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_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