7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/macie2/Macie2_EXPORTS.h>
13#include <aws/macie2/model/SeverityLevel.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename ArnT = Aws::String>
41 m_arnHasBeenSet =
true;
42 m_arn = std::forward<ArnT>(value);
44 template <
typename ArnT = Aws::String>
46 SetArn(std::forward<ArnT>(value));
57 template <
typename CreatedAtT = Aws::Utils::DateTime>
59 m_createdAtHasBeenSet =
true;
60 m_createdAt = std::forward<CreatedAtT>(value);
62 template <
typename CreatedAtT = Aws::Utils::DateTime>
77 m_deletedHasBeenSet =
true;
91 template <
typename DescriptionT = Aws::String>
93 m_descriptionHasBeenSet =
true;
94 m_description = std::forward<DescriptionT>(value);
96 template <
typename DescriptionT = Aws::String>
108 template <
typename IdT = Aws::String>
110 m_idHasBeenSet =
true;
111 m_id = std::forward<IdT>(value);
113 template <
typename IdT = Aws::String>
115 SetId(std::forward<IdT>(value));
128 template <
typename IgnoreWordsT = Aws::Vector<Aws::String>>
130 m_ignoreWordsHasBeenSet =
true;
131 m_ignoreWords = std::forward<IgnoreWordsT>(value);
133 template <
typename IgnoreWordsT = Aws::Vector<Aws::String>>
138 template <
typename IgnoreWordsT = Aws::String>
140 m_ignoreWordsHasBeenSet =
true;
141 m_ignoreWords.emplace_back(std::forward<IgnoreWordsT>(value));
153 template <
typename KeywordsT = Aws::Vector<Aws::String>>
155 m_keywordsHasBeenSet =
true;
156 m_keywords = std::forward<KeywordsT>(value);
158 template <
typename KeywordsT = Aws::Vector<Aws::String>>
163 template <
typename KeywordsT = Aws::String>
165 m_keywordsHasBeenSet =
true;
166 m_keywords.emplace_back(std::forward<KeywordsT>(value));
181 m_maximumMatchDistanceHasBeenSet =
true;
182 m_maximumMatchDistance = value;
195 template <
typename NameT = Aws::String>
197 m_nameHasBeenSet =
true;
198 m_name = std::forward<NameT>(value);
200 template <
typename NameT = Aws::String>
202 SetName(std::forward<NameT>(value));
212 template <
typename RegexT = Aws::String>
214 m_regexHasBeenSet =
true;
215 m_regex = std::forward<RegexT>(value);
217 template <
typename RegexT = Aws::String>
219 SetRegex(std::forward<RegexT>(value));
234 template <
typename SeverityLevelsT = Aws::Vector<SeverityLevel>>
236 m_severityLevelsHasBeenSet =
true;
237 m_severityLevels = std::forward<SeverityLevelsT>(value);
239 template <
typename SeverityLevelsT = Aws::Vector<SeverityLevel>>
244 template <
typename SeverityLevelsT = SeverityLevel>
246 m_severityLevelsHasBeenSet =
true;
247 m_severityLevels.emplace_back(std::forward<SeverityLevelsT>(value));
258 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
260 m_tagsHasBeenSet =
true;
261 m_tags = std::forward<TagsT>(value);
263 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
265 SetTags(std::forward<TagsT>(value));
268 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
270 m_tagsHasBeenSet =
true;
271 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
279 template <
typename RequestIdT = Aws::String>
281 m_requestIdHasBeenSet =
true;
282 m_requestId = std::forward<RequestIdT>(value);
284 template <
typename RequestIdT = Aws::String>
297 bool m_deleted{
false};
307 int m_maximumMatchDistance{0};
319 bool m_arnHasBeenSet =
false;
320 bool m_createdAtHasBeenSet =
false;
321 bool m_deletedHasBeenSet =
false;
322 bool m_descriptionHasBeenSet =
false;
323 bool m_idHasBeenSet =
false;
324 bool m_ignoreWordsHasBeenSet =
false;
325 bool m_keywordsHasBeenSet =
false;
326 bool m_maximumMatchDistanceHasBeenSet =
false;
327 bool m_nameHasBeenSet =
false;
328 bool m_regexHasBeenSet =
false;
329 bool m_severityLevelsHasBeenSet =
false;
330 bool m_tagsHasBeenSet =
false;
331 bool m_requestIdHasBeenSet =
false;
void SetRegex(RegexT &&value)
GetCustomDataIdentifierResult & WithDescription(DescriptionT &&value)
GetCustomDataIdentifierResult & WithCreatedAt(CreatedAtT &&value)
GetCustomDataIdentifierResult & WithArn(ArnT &&value)
void SetIgnoreWords(IgnoreWordsT &&value)
AWS_MACIE2_API GetCustomDataIdentifierResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetArn() const
const Aws::String & GetId() const
const Aws::Vector< Aws::String > & GetKeywords() const
const Aws::String & GetName() const
GetCustomDataIdentifierResult & WithIgnoreWords(IgnoreWordsT &&value)
GetCustomDataIdentifierResult & AddKeywords(KeywordsT &&value)
int GetMaximumMatchDistance() const
GetCustomDataIdentifierResult & WithKeywords(KeywordsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetCustomDataIdentifierResult & WithMaximumMatchDistance(int value)
GetCustomDataIdentifierResult & WithRegex(RegexT &&value)
const Aws::String & GetRequestId() const
AWS_MACIE2_API GetCustomDataIdentifierResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetMaximumMatchDistance(int value)
GetCustomDataIdentifierResult & AddIgnoreWords(IgnoreWordsT &&value)
void SetName(NameT &&value)
void SetKeywords(KeywordsT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetRegex() const
GetCustomDataIdentifierResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_MACIE2_API GetCustomDataIdentifierResult()=default
const Aws::Utils::DateTime & GetCreatedAt() const
void SetDeleted(bool value)
void SetCreatedAt(CreatedAtT &&value)
GetCustomDataIdentifierResult & WithTags(TagsT &&value)
void SetRequestId(RequestIdT &&value)
void SetArn(ArnT &&value)
void SetSeverityLevels(SeverityLevelsT &&value)
GetCustomDataIdentifierResult & WithRequestId(RequestIdT &&value)
GetCustomDataIdentifierResult & WithSeverityLevels(SeverityLevelsT &&value)
void SetTags(TagsT &&value)
GetCustomDataIdentifierResult & WithDeleted(bool value)
GetCustomDataIdentifierResult & AddSeverityLevels(SeverityLevelsT &&value)
const Aws::Vector< Aws::String > & GetIgnoreWords() const
void SetDescription(DescriptionT &&value)
GetCustomDataIdentifierResult & WithId(IdT &&value)
GetCustomDataIdentifierResult & WithName(NameT &&value)
const Aws::Vector< SeverityLevel > & GetSeverityLevels() const
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
Aws::Utils::Json::JsonValue JsonValue