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>
83 inline void SetSystemMessageOverride(
const char* value) { m_systemMessageOverrideHasBeenSet =
true; m_systemMessageOverride.assign(value); }
91 bool m_blockedPhrasesToCreateOrUpdateHasBeenSet =
false;
94 bool m_blockedPhrasesToDeleteHasBeenSet =
false;
97 bool m_systemMessageOverrideHasBeenSet =
false;
void SetBlockedPhrasesToCreateOrUpdate(const Aws::Vector< Aws::String > &value)
BlockedPhrasesConfigurationUpdate & AddBlockedPhrasesToCreateOrUpdate(const Aws::String &value)
AWS_QBUSINESS_API BlockedPhrasesConfigurationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API BlockedPhrasesConfigurationUpdate()
BlockedPhrasesConfigurationUpdate & WithBlockedPhrasesToDelete(const Aws::Vector< Aws::String > &value)
bool SystemMessageOverrideHasBeenSet() const
void SetSystemMessageOverride(const char *value)
BlockedPhrasesConfigurationUpdate & WithBlockedPhrasesToCreateOrUpdate(Aws::Vector< Aws::String > &&value)
BlockedPhrasesConfigurationUpdate & WithSystemMessageOverride(const char *value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetBlockedPhrasesToDelete() const
bool BlockedPhrasesToCreateOrUpdateHasBeenSet() const
BlockedPhrasesConfigurationUpdate & WithSystemMessageOverride(const Aws::String &value)
void SetSystemMessageOverride(Aws::String &&value)
void SetSystemMessageOverride(const Aws::String &value)
BlockedPhrasesConfigurationUpdate & AddBlockedPhrasesToCreateOrUpdate(Aws::String &&value)
BlockedPhrasesConfigurationUpdate & WithBlockedPhrasesToCreateOrUpdate(const Aws::Vector< Aws::String > &value)
void SetBlockedPhrasesToDelete(Aws::Vector< Aws::String > &&value)
BlockedPhrasesConfigurationUpdate & WithSystemMessageOverride(Aws::String &&value)
bool BlockedPhrasesToDeleteHasBeenSet() const
void SetBlockedPhrasesToCreateOrUpdate(Aws::Vector< Aws::String > &&value)
BlockedPhrasesConfigurationUpdate & AddBlockedPhrasesToCreateOrUpdate(const char *value)
BlockedPhrasesConfigurationUpdate & AddBlockedPhrasesToDelete(const Aws::String &value)
BlockedPhrasesConfigurationUpdate & WithBlockedPhrasesToDelete(Aws::Vector< Aws::String > &&value)
BlockedPhrasesConfigurationUpdate & AddBlockedPhrasesToDelete(Aws::String &&value)
BlockedPhrasesConfigurationUpdate & AddBlockedPhrasesToDelete(const char *value)
void SetBlockedPhrasesToDelete(const Aws::Vector< Aws::String > &value)
const Aws::String & GetSystemMessageOverride() const
const Aws::Vector< Aws::String > & GetBlockedPhrasesToCreateOrUpdate() const
AWS_QBUSINESS_API BlockedPhrasesConfigurationUpdate(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue