7#include <aws/lex-models/LexModelBuildingService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/lex-models/model/ChannelType.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/lex-models/model/ChannelStatus.h>
25namespace LexModelBuildingService
53 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
67 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
82 inline void SetBotAlias(
const char* value) { m_botAliasHasBeenSet =
true; m_botAlias.assign(value); }
98 inline void SetBotName(
const char* value) { m_botNameHasBeenSet =
true; m_botName.assign(value); }
176 inline void SetFailureReason(
const char* value) { m_failureReasonHasBeenSet =
true; m_failureReason.assign(value); }
184 bool m_nameHasBeenSet =
false;
187 bool m_descriptionHasBeenSet =
false;
190 bool m_botAliasHasBeenSet =
false;
193 bool m_botNameHasBeenSet =
false;
196 bool m_createdDateHasBeenSet =
false;
199 bool m_typeHasBeenSet =
false;
202 bool m_botConfigurationHasBeenSet =
false;
205 bool m_statusHasBeenSet =
false;
208 bool m_failureReasonHasBeenSet =
false;
BotChannelAssociation & WithDescription(const Aws::String &value)
BotChannelAssociation & WithFailureReason(Aws::String &&value)
void SetBotConfiguration(const Aws::Map< Aws::String, Aws::String > &value)
bool TypeHasBeenSet() const
void SetFailureReason(Aws::String &&value)
bool BotConfigurationHasBeenSet() const
const ChannelStatus & GetStatus() const
AWS_LEXMODELBUILDINGSERVICE_API BotChannelAssociation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(ChannelStatus &&value)
BotChannelAssociation & WithBotName(const char *value)
bool FailureReasonHasBeenSet() const
bool DescriptionHasBeenSet() const
BotChannelAssociation & WithStatus(ChannelStatus &&value)
void SetBotAlias(const Aws::String &value)
BotChannelAssociation & WithCreatedDate(Aws::Utils::DateTime &&value)
bool CreatedDateHasBeenSet() const
void SetDescription(Aws::String &&value)
BotChannelAssociation & WithDescription(const char *value)
BotChannelAssociation & WithDescription(Aws::String &&value)
BotChannelAssociation & WithStatus(const ChannelStatus &value)
void SetType(ChannelType &&value)
AWS_LEXMODELBUILDINGSERVICE_API BotChannelAssociation()
bool StatusHasBeenSet() const
const Aws::String & GetBotAlias() const
bool BotAliasHasBeenSet() const
const ChannelType & GetType() const
BotChannelAssociation & AddBotConfiguration(Aws::String &&key, const char *value)
void SetCreatedDate(Aws::Utils::DateTime &&value)
BotChannelAssociation & WithBotName(const Aws::String &value)
AWS_LEXMODELBUILDINGSERVICE_API BotChannelAssociation(Aws::Utils::Json::JsonView jsonValue)
BotChannelAssociation & WithName(const char *value)
BotChannelAssociation & WithCreatedDate(const Aws::Utils::DateTime &value)
void SetName(const Aws::String &value)
const Aws::Utils::DateTime & GetCreatedDate() const
BotChannelAssociation & WithType(ChannelType &&value)
void SetType(const ChannelType &value)
BotChannelAssociation & WithBotConfiguration(const Aws::Map< Aws::String, Aws::String > &value)
const Aws::String & GetName() const
void SetFailureReason(const char *value)
BotChannelAssociation & WithBotName(Aws::String &&value)
BotChannelAssociation & WithName(Aws::String &&value)
void SetBotAlias(const char *value)
BotChannelAssociation & WithBotAlias(Aws::String &&value)
BotChannelAssociation & AddBotConfiguration(const Aws::String &key, Aws::String &&value)
BotChannelAssociation & WithName(const Aws::String &value)
const Aws::String & GetFailureReason() const
BotChannelAssociation & WithBotConfiguration(Aws::Map< Aws::String, Aws::String > &&value)
bool BotNameHasBeenSet() const
BotChannelAssociation & AddBotConfiguration(const char *key, const char *value)
const Aws::Map< Aws::String, Aws::String > & GetBotConfiguration() const
void SetName(const char *value)
void SetBotName(const Aws::String &value)
BotChannelAssociation & WithBotAlias(const char *value)
BotChannelAssociation & AddBotConfiguration(const char *key, Aws::String &&value)
BotChannelAssociation & WithBotAlias(const Aws::String &value)
const Aws::String & GetDescription() const
void SetCreatedDate(const Aws::Utils::DateTime &value)
BotChannelAssociation & AddBotConfiguration(Aws::String &&key, const Aws::String &value)
void SetDescription(const Aws::String &value)
void SetBotName(const char *value)
void SetBotConfiguration(Aws::Map< Aws::String, Aws::String > &&value)
void SetBotAlias(Aws::String &&value)
void SetFailureReason(const Aws::String &value)
const Aws::String & GetBotName() const
BotChannelAssociation & WithFailureReason(const char *value)
BotChannelAssociation & AddBotConfiguration(const Aws::String &key, const Aws::String &value)
BotChannelAssociation & AddBotConfiguration(Aws::String &&key, Aws::String &&value)
void SetStatus(const ChannelStatus &value)
bool NameHasBeenSet() const
AWS_LEXMODELBUILDINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(Aws::String &&value)
BotChannelAssociation & WithFailureReason(const Aws::String &value)
void SetDescription(const char *value)
BotChannelAssociation & WithType(const ChannelType &value)
void SetBotName(Aws::String &&value)
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
Aws::Utils::Json::JsonValue JsonValue