7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/qbusiness/QBusiness_EXPORTS.h>
43 template <
typename BlockedPhrasesToCreateOrUpdateT = Aws::Vector<Aws::String>>
45 m_blockedPhrasesToCreateOrUpdateHasBeenSet =
true;
46 m_blockedPhrasesToCreateOrUpdate = std::forward<BlockedPhrasesToCreateOrUpdateT>(value);
48 template <
typename BlockedPhrasesToCreateOrUpdateT = Aws::Vector<Aws::String>>
53 template <
typename BlockedPhrasesToCreateOrUpdateT = Aws::String>
55 m_blockedPhrasesToCreateOrUpdateHasBeenSet =
true;
56 m_blockedPhrasesToCreateOrUpdate.emplace_back(std::forward<BlockedPhrasesToCreateOrUpdateT>(value));
68 template <
typename BlockedPhrasesToDeleteT = Aws::Vector<Aws::String>>
70 m_blockedPhrasesToDeleteHasBeenSet =
true;
71 m_blockedPhrasesToDelete = std::forward<BlockedPhrasesToDeleteT>(value);
73 template <
typename BlockedPhrasesToDeleteT = Aws::Vector<Aws::String>>
78 template <
typename BlockedPhrasesToDeleteT = Aws::String>
80 m_blockedPhrasesToDeleteHasBeenSet =
true;
81 m_blockedPhrasesToDelete.emplace_back(std::forward<BlockedPhrasesToDeleteT>(value));
93 template <
typename SystemMessageOverr
ideT = Aws::String>
95 m_systemMessageOverrideHasBeenSet =
true;
96 m_systemMessageOverride = std::forward<SystemMessageOverrideT>(value);
98 template <
typename SystemMessageOverr
ideT = Aws::String>
110 bool m_blockedPhrasesToCreateOrUpdateHasBeenSet =
false;
111 bool m_blockedPhrasesToDeleteHasBeenSet =
false;
112 bool m_systemMessageOverrideHasBeenSet =
false;
BlockedPhrasesConfigurationUpdate & AddBlockedPhrasesToDelete(BlockedPhrasesToDeleteT &&value)
AWS_QBUSINESS_API BlockedPhrasesConfigurationUpdate()=default
BlockedPhrasesConfigurationUpdate & WithSystemMessageOverride(SystemMessageOverrideT &&value)
void SetBlockedPhrasesToDelete(BlockedPhrasesToDeleteT &&value)
AWS_QBUSINESS_API BlockedPhrasesConfigurationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SystemMessageOverrideHasBeenSet() const
BlockedPhrasesConfigurationUpdate & AddBlockedPhrasesToCreateOrUpdate(BlockedPhrasesToCreateOrUpdateT &&value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetBlockedPhrasesToDelete() const
void SetSystemMessageOverride(SystemMessageOverrideT &&value)
BlockedPhrasesConfigurationUpdate & WithBlockedPhrasesToCreateOrUpdate(BlockedPhrasesToCreateOrUpdateT &&value)
bool BlockedPhrasesToCreateOrUpdateHasBeenSet() const
bool BlockedPhrasesToDeleteHasBeenSet() const
const Aws::String & GetSystemMessageOverride() const
void SetBlockedPhrasesToCreateOrUpdate(BlockedPhrasesToCreateOrUpdateT &&value)
const Aws::Vector< Aws::String > & GetBlockedPhrasesToCreateOrUpdate() const
BlockedPhrasesConfigurationUpdate & WithBlockedPhrasesToDelete(BlockedPhrasesToDeleteT &&value)
AWS_QBUSINESS_API BlockedPhrasesConfigurationUpdate(Aws::Utils::Json::JsonView jsonValue)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue