7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
17namespace LexModelsV2 {
42 template <
typename BotIdT = Aws::String>
44 m_botIdHasBeenSet =
true;
45 m_botId = std::forward<BotIdT>(value);
47 template <
typename BotIdT = Aws::String>
49 SetBotId(std::forward<BotIdT>(value));
60 template <
typename BotVersionT = Aws::String>
62 m_botVersionHasBeenSet =
true;
63 m_botVersion = std::forward<BotVersionT>(value);
65 template <
typename BotVersionT = Aws::String>
83 m_skipResourceInUseCheckHasBeenSet =
true;
84 m_skipResourceInUseCheck = value;
96 bool m_skipResourceInUseCheck{
false};
97 bool m_botIdHasBeenSet =
false;
98 bool m_botVersionHasBeenSet =
false;
99 bool m_skipResourceInUseCheckHasBeenSet =
false;
bool SkipResourceInUseCheckHasBeenSet() const
DeleteBotVersionRequest & WithBotVersion(BotVersionT &&value)
const Aws::String & GetBotVersion() const
bool BotIdHasBeenSet() const
DeleteBotVersionRequest & WithBotId(BotIdT &&value)
bool BotVersionHasBeenSet() const
const Aws::String & GetBotId() const
void SetBotId(BotIdT &&value)
bool GetSkipResourceInUseCheck() const
void SetBotVersion(BotVersionT &&value)
void SetSkipResourceInUseCheck(bool value)
virtual const char * GetServiceRequestName() const override
AWS_LEXMODELSV2_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_LEXMODELSV2_API DeleteBotVersionRequest()=default
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
DeleteBotVersionRequest & WithSkipResourceInUseCheck(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String