7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/qbusiness/model/Rule.h>
51 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
66 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
104 bool m_nameHasBeenSet =
false;
107 bool m_descriptionHasBeenSet =
false;
110 bool m_exampleChatMessagesHasBeenSet =
false;
113 bool m_rulesHasBeenSet =
false;
void SetName(Aws::String &&value)
TopicConfiguration & AddExampleChatMessages(const Aws::String &value)
AWS_QBUSINESS_API TopicConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(Aws::String &&value)
void SetName(const char *value)
void SetName(const Aws::String &value)
AWS_QBUSINESS_API TopicConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
TopicConfiguration & AddRules(Rule &&value)
const Aws::Vector< Rule > & GetRules() const
TopicConfiguration & WithExampleChatMessages(const Aws::Vector< Aws::String > &value)
void SetRules(Aws::Vector< Rule > &&value)
TopicConfiguration & WithRules(Aws::Vector< Rule > &&value)
void SetDescription(const char *value)
TopicConfiguration & WithName(const char *value)
void SetDescription(const Aws::String &value)
TopicConfiguration & WithName(Aws::String &&value)
TopicConfiguration & AddExampleChatMessages(Aws::String &&value)
bool NameHasBeenSet() const
void SetExampleChatMessages(Aws::Vector< Aws::String > &&value)
TopicConfiguration & AddRules(const Rule &value)
TopicConfiguration & AddExampleChatMessages(const char *value)
void SetRules(const Aws::Vector< Rule > &value)
const Aws::String & GetDescription() const
TopicConfiguration & WithDescription(Aws::String &&value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QBUSINESS_API TopicConfiguration()
TopicConfiguration & WithRules(const Aws::Vector< Rule > &value)
bool DescriptionHasBeenSet() const
TopicConfiguration & WithDescription(const char *value)
TopicConfiguration & WithName(const Aws::String &value)
const Aws::Vector< Aws::String > & GetExampleChatMessages() const
void SetExampleChatMessages(const Aws::Vector< Aws::String > &value)
TopicConfiguration & WithDescription(const Aws::String &value)
bool RulesHasBeenSet() const
TopicConfiguration & WithExampleChatMessages(Aws::Vector< Aws::String > &&value)
bool ExampleChatMessagesHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue