7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/model/BotAliasStatus.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename BotAliasIdT = Aws::String>
42 void SetBotAliasId(BotAliasIdT&& value) { m_botAliasIdHasBeenSet =
true; m_botAliasId = std::forward<BotAliasIdT>(value); }
43 template<
typename BotAliasIdT = Aws::String>
52 template<
typename BotIdT = Aws::String>
53 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
54 template<
typename BotIdT = Aws::String>
73 template<
typename RequestIdT = Aws::String>
74 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
75 template<
typename RequestIdT = Aws::String>
81 bool m_botAliasIdHasBeenSet =
false;
84 bool m_botIdHasBeenSet =
false;
87 bool m_botAliasStatusHasBeenSet =
false;
90 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