7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetBotId(
const char* value) { m_botIdHasBeenSet =
true; m_botId.assign(value); }
51 bool m_botIdHasBeenSet =
false;
void SetBotId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
DescribeBotRequest & WithBotId(Aws::String &&value)
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
void SetBotId(const char *value)
DescribeBotRequest & WithBotId(const Aws::String &value)
AWS_LEXMODELSV2_API DescribeBotRequest()
DescribeBotRequest & WithBotId(const char *value)
bool BotIdHasBeenSet() const
const Aws::String & GetBotId() const
void SetBotId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String