7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/lexv2-models/model/BotVersionLocaleDetails.h>
45 inline void SetBotId(
const char* value) { m_botIdHasBeenSet =
true; m_botId.assign(value); }
60 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
89 bool m_botIdHasBeenSet =
false;
92 bool m_descriptionHasBeenSet =
false;
95 bool m_botVersionLocaleSpecificationHasBeenSet =
false;
void SetBotVersionLocaleSpecification(Aws::Map< Aws::String, BotVersionLocaleDetails > &&value)
const Aws::Map< Aws::String, BotVersionLocaleDetails > & GetBotVersionLocaleSpecification() const
CreateBotVersionRequest & WithBotId(const char *value)
CreateBotVersionRequest & AddBotVersionLocaleSpecification(Aws::String &&key, BotVersionLocaleDetails &&value)
CreateBotVersionRequest & WithBotId(const Aws::String &value)
CreateBotVersionRequest & WithDescription(const char *value)
void SetDescription(Aws::String &&value)
void SetBotVersionLocaleSpecification(const Aws::Map< Aws::String, BotVersionLocaleDetails > &value)
void SetBotId(const char *value)
CreateBotVersionRequest & WithBotId(Aws::String &&value)
CreateBotVersionRequest & AddBotVersionLocaleSpecification(const char *key, BotVersionLocaleDetails &&value)
bool BotIdHasBeenSet() const
CreateBotVersionRequest & AddBotVersionLocaleSpecification(const Aws::String &key, BotVersionLocaleDetails &&value)
CreateBotVersionRequest & WithBotVersionLocaleSpecification(const Aws::Map< Aws::String, BotVersionLocaleDetails > &value)
CreateBotVersionRequest & AddBotVersionLocaleSpecification(Aws::String &&key, const BotVersionLocaleDetails &value)
CreateBotVersionRequest & WithBotVersionLocaleSpecification(Aws::Map< Aws::String, BotVersionLocaleDetails > &&value)
bool DescriptionHasBeenSet() const
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
void SetBotId(Aws::String &&value)
const Aws::String & GetDescription() const
void SetDescription(const char *value)
void SetDescription(const Aws::String &value)
CreateBotVersionRequest & WithDescription(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
CreateBotVersionRequest & WithDescription(Aws::String &&value)
void SetBotId(const Aws::String &value)
CreateBotVersionRequest & AddBotVersionLocaleSpecification(const char *key, const BotVersionLocaleDetails &value)
CreateBotVersionRequest & AddBotVersionLocaleSpecification(const Aws::String &key, const BotVersionLocaleDetails &value)
bool BotVersionLocaleSpecificationHasBeenSet() const
const Aws::String & GetBotId() const
AWS_LEXMODELSV2_API CreateBotVersionRequest()
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String