7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
9#include <aws/lexv2-models/model/BotStatus.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace LexModelsV2 {
35 template <
typename BotIdT = Aws::String>
37 m_botIdHasBeenSet =
true;
38 m_botId = std::forward<BotIdT>(value);
40 template <
typename BotIdT = Aws::String>
42 SetBotId(std::forward<BotIdT>(value));
52 template <
typename BotVersionT = Aws::String>
54 m_botVersionHasBeenSet =
true;
55 m_botVersion = std::forward<BotVersionT>(value);
57 template <
typename BotVersionT = Aws::String>
70 m_botStatusHasBeenSet =
true;
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
101 bool m_botIdHasBeenSet =
false;
102 bool m_botVersionHasBeenSet =
false;
103 bool m_botStatusHasBeenSet =
false;
104 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetBotId() const
void SetBotVersion(BotVersionT &&value)
BotStatus GetBotStatus() const
void SetBotStatus(BotStatus value)
const Aws::String & GetRequestId() const
AWS_LEXMODELSV2_API DeleteBotVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteBotVersionResult & WithBotStatus(BotStatus value)
AWS_LEXMODELSV2_API DeleteBotVersionResult()=default
DeleteBotVersionResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
DeleteBotVersionResult & WithBotVersion(BotVersionT &&value)
void SetBotId(BotIdT &&value)
DeleteBotVersionResult & WithBotId(BotIdT &&value)
AWS_LEXMODELSV2_API DeleteBotVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetBotVersion() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue