7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/macie2/Macie2Request.h>
12#include <aws/macie2/Macie2_EXPORTS.h>
13#include <aws/macie2/model/SeverityLevel.h>
42 template <
typename ClientTokenT = Aws::String>
44 m_clientTokenHasBeenSet =
true;
45 m_clientToken = std::forward<ClientTokenT>(value);
47 template <
typename ClientTokenT = Aws::String>
64 template <
typename DescriptionT = Aws::String>
66 m_descriptionHasBeenSet =
true;
67 m_description = std::forward<DescriptionT>(value);
69 template <
typename DescriptionT = Aws::String>
86 template <
typename IgnoreWordsT = Aws::Vector<Aws::String>>
88 m_ignoreWordsHasBeenSet =
true;
89 m_ignoreWords = std::forward<IgnoreWordsT>(value);
91 template <
typename IgnoreWordsT = Aws::Vector<Aws::String>>
96 template <
typename IgnoreWordsT = Aws::String>
98 m_ignoreWordsHasBeenSet =
true;
99 m_ignoreWords.emplace_back(std::forward<IgnoreWordsT>(value));
113 template <
typename KeywordsT = Aws::Vector<Aws::String>>
115 m_keywordsHasBeenSet =
true;
116 m_keywords = std::forward<KeywordsT>(value);
118 template <
typename KeywordsT = Aws::Vector<Aws::String>>
123 template <
typename KeywordsT = Aws::String>
125 m_keywordsHasBeenSet =
true;
126 m_keywords.emplace_back(std::forward<KeywordsT>(value));
143 m_maximumMatchDistanceHasBeenSet =
true;
144 m_maximumMatchDistance = value;
162 template <
typename NameT = Aws::String>
164 m_nameHasBeenSet =
true;
165 m_name = std::forward<NameT>(value);
167 template <
typename NameT = Aws::String>
169 SetName(std::forward<NameT>(value));
181 template <
typename RegexT = Aws::String>
183 m_regexHasBeenSet =
true;
184 m_regex = std::forward<RegexT>(value);
186 template <
typename RegexT = Aws::String>
188 SetRegex(std::forward<RegexT>(value));
209 template <
typename SeverityLevelsT = Aws::Vector<SeverityLevel>>
211 m_severityLevelsHasBeenSet =
true;
212 m_severityLevels = std::forward<SeverityLevelsT>(value);
214 template <
typename SeverityLevelsT = Aws::Vector<SeverityLevel>>
219 template <
typename SeverityLevelsT = SeverityLevel>
221 m_severityLevelsHasBeenSet =
true;
222 m_severityLevels.emplace_back(std::forward<SeverityLevelsT>(value));
237 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
239 m_tagsHasBeenSet =
true;
240 m_tags = std::forward<TagsT>(value);
242 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
244 SetTags(std::forward<TagsT>(value));
247 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
249 m_tagsHasBeenSet =
true;
250 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
263 int m_maximumMatchDistance{0};
272 bool m_clientTokenHasBeenSet =
true;
273 bool m_descriptionHasBeenSet =
false;
274 bool m_ignoreWordsHasBeenSet =
false;
275 bool m_keywordsHasBeenSet =
false;
276 bool m_maximumMatchDistanceHasBeenSet =
false;
277 bool m_nameHasBeenSet =
false;
278 bool m_regexHasBeenSet =
false;
279 bool m_severityLevelsHasBeenSet =
false;
280 bool m_tagsHasBeenSet =
false;
CreateCustomDataIdentifierRequest & AddKeywords(KeywordsT &&value)
void SetMaximumMatchDistance(int value)
virtual const char * GetServiceRequestName() const override
bool RegexHasBeenSet() const
void SetSeverityLevels(SeverityLevelsT &&value)
bool TagsHasBeenSet() const
void SetName(NameT &&value)
void SetDescription(DescriptionT &&value)
CreateCustomDataIdentifierRequest & AddSeverityLevels(SeverityLevelsT &&value)
const Aws::Vector< SeverityLevel > & GetSeverityLevels() const
void SetClientToken(ClientTokenT &&value)
CreateCustomDataIdentifierRequest & WithIgnoreWords(IgnoreWordsT &&value)
const Aws::Vector< Aws::String > & GetKeywords() const
int GetMaximumMatchDistance() const
CreateCustomDataIdentifierRequest & WithMaximumMatchDistance(int value)
const Aws::Vector< Aws::String > & GetIgnoreWords() const
bool SeverityLevelsHasBeenSet() const
CreateCustomDataIdentifierRequest & WithClientToken(ClientTokenT &&value)
const Aws::String & GetClientToken() const
void SetRegex(RegexT &&value)
void SetIgnoreWords(IgnoreWordsT &&value)
const Aws::String & GetRegex() const
const Aws::String & GetName() const
CreateCustomDataIdentifierRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool MaximumMatchDistanceHasBeenSet() const
AWS_MACIE2_API CreateCustomDataIdentifierRequest()=default
void SetKeywords(KeywordsT &&value)
CreateCustomDataIdentifierRequest & WithTags(TagsT &&value)
bool ClientTokenHasBeenSet() const
CreateCustomDataIdentifierRequest & AddIgnoreWords(IgnoreWordsT &&value)
CreateCustomDataIdentifierRequest & WithDescription(DescriptionT &&value)
bool NameHasBeenSet() const
CreateCustomDataIdentifierRequest & WithSeverityLevels(SeverityLevelsT &&value)
CreateCustomDataIdentifierRequest & WithName(NameT &&value)
CreateCustomDataIdentifierRequest & WithRegex(RegexT &&value)
AWS_MACIE2_API Aws::String SerializePayload() const override
bool IgnoreWordsHasBeenSet() const
void SetTags(TagsT &&value)
const Aws::String & GetDescription() const
bool KeywordsHasBeenSet() const
CreateCustomDataIdentifierRequest & WithKeywords(KeywordsT &&value)
bool DescriptionHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
static Aws::Utils::UUID PseudoRandomUUID()
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector