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>
44 template <
typename BlockedPhrasesT = Aws::Vector<Aws::String>>
46 m_blockedPhrasesHasBeenSet =
true;
47 m_blockedPhrases = std::forward<BlockedPhrasesT>(value);
49 template <
typename BlockedPhrasesT = Aws::Vector<Aws::String>>
54 template <
typename BlockedPhrasesT = Aws::String>
56 m_blockedPhrasesHasBeenSet =
true;
57 m_blockedPhrases.emplace_back(std::forward<BlockedPhrasesT>(value));
69 template <
typename SystemMessageOverr
ideT = Aws::String>
71 m_systemMessageOverrideHasBeenSet =
true;
72 m_systemMessageOverride = std::forward<SystemMessageOverrideT>(value);
74 template <
typename SystemMessageOverr
ideT = Aws::String>
82 bool m_blockedPhrasesHasBeenSet =
false;
85 bool m_systemMessageOverrideHasBeenSet =
false;
BlockedPhrasesConfiguration & WithBlockedPhrases(BlockedPhrasesT &&value)
BlockedPhrasesConfiguration & WithSystemMessageOverride(SystemMessageOverrideT &&value)
const Aws::String & GetSystemMessageOverride() const
const Aws::Vector< Aws::String > & GetBlockedPhrases() const
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
bool BlockedPhrasesHasBeenSet() const
AWS_QBUSINESS_API BlockedPhrasesConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool SystemMessageOverrideHasBeenSet() const
void SetBlockedPhrases(BlockedPhrasesT &&value)
BlockedPhrasesConfiguration & AddBlockedPhrases(BlockedPhrasesT &&value)
AWS_QBUSINESS_API BlockedPhrasesConfiguration()=default
AWS_QBUSINESS_API BlockedPhrasesConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSystemMessageOverride(SystemMessageOverrideT &&value)
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