7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
66 inline void SetSystemMessageOverride(
const char* value) { m_systemMessageOverrideHasBeenSet =
true; m_systemMessageOverride.assign(value); }
74 bool m_blockedPhrasesHasBeenSet =
false;
77 bool m_systemMessageOverrideHasBeenSet =
false;
BlockedPhrasesConfiguration & AddBlockedPhrases(Aws::String &&value)
BlockedPhrasesConfiguration & WithSystemMessageOverride(Aws::String &&value)
AWS_QBUSINESS_API BlockedPhrasesConfiguration()
const Aws::String & GetSystemMessageOverride() const
void SetSystemMessageOverride(const char *value)
BlockedPhrasesConfiguration & AddBlockedPhrases(const char *value)
const Aws::Vector< Aws::String > & GetBlockedPhrases() const
BlockedPhrasesConfiguration & WithSystemMessageOverride(const char *value)
void SetSystemMessageOverride(const Aws::String &value)
void SetBlockedPhrases(Aws::Vector< Aws::String > &&value)
void SetBlockedPhrases(const Aws::Vector< Aws::String > &value)
BlockedPhrasesConfiguration & WithBlockedPhrases(Aws::Vector< Aws::String > &&value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
bool BlockedPhrasesHasBeenSet() const
AWS_QBUSINESS_API BlockedPhrasesConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool SystemMessageOverrideHasBeenSet() const
BlockedPhrasesConfiguration & WithSystemMessageOverride(const Aws::String &value)
BlockedPhrasesConfiguration & WithBlockedPhrases(const Aws::Vector< Aws::String > &value)
AWS_QBUSINESS_API BlockedPhrasesConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
BlockedPhrasesConfiguration & AddBlockedPhrases(const Aws::String &value)
void SetSystemMessageOverride(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue