7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/macie2/model/SeverityLevel.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename ArnT = Aws::String>
45 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
46 template<
typename ArnT = Aws::String>
56 template<
typename CreatedAtT = Aws::Utils::DateTime>
57 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
58 template<
typename CreatedAtT = Aws::Utils::DateTime>
69 inline void SetDeleted(
bool value) { m_deletedHasBeenSet =
true; m_deleted = value; }
78 template<
typename DescriptionT = Aws::String>
79 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
80 template<
typename DescriptionT = Aws::String>
89 template<
typename IdT = Aws::String>
90 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
91 template<
typename IdT = Aws::String>
103 template<
typename IgnoreWordsT = Aws::Vector<Aws::String>>
104 void SetIgnoreWords(IgnoreWordsT&& value) { m_ignoreWordsHasBeenSet =
true; m_ignoreWords = std::forward<IgnoreWordsT>(value); }
105 template<
typename IgnoreWordsT = Aws::Vector<Aws::String>>
107 template<
typename IgnoreWordsT = Aws::String>
118 template<
typename KeywordsT = Aws::Vector<Aws::String>>
119 void SetKeywords(KeywordsT&& value) { m_keywordsHasBeenSet =
true; m_keywords = std::forward<KeywordsT>(value); }
120 template<
typename KeywordsT = Aws::Vector<Aws::String>>
122 template<
typename KeywordsT = Aws::String>
144 template<
typename NameT = Aws::String>
145 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
146 template<
typename NameT = Aws::String>
155 template<
typename RegexT = Aws::String>
156 void SetRegex(RegexT&& value) { m_regexHasBeenSet =
true; m_regex = std::forward<RegexT>(value); }
157 template<
typename RegexT = Aws::String>
171 template<
typename SeverityLevelsT = Aws::Vector<SeverityLevel>>
172 void SetSeverityLevels(SeverityLevelsT&& value) { m_severityLevelsHasBeenSet =
true; m_severityLevels = std::forward<SeverityLevelsT>(value); }
173 template<
typename SeverityLevelsT = Aws::Vector<SeverityLevel>>
175 template<
typename SeverityLevelsT = SeverityLevel>
185 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
186 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
187 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
189 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
191 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
198 template<
typename RequestIdT = Aws::String>
199 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
200 template<
typename RequestIdT = Aws::String>
206 bool m_arnHasBeenSet =
false;
209 bool m_createdAtHasBeenSet =
false;
211 bool m_deleted{
false};
212 bool m_deletedHasBeenSet =
false;
215 bool m_descriptionHasBeenSet =
false;
218 bool m_idHasBeenSet =
false;
221 bool m_ignoreWordsHasBeenSet =
false;
224 bool m_keywordsHasBeenSet =
false;
226 int m_maximumMatchDistance{0};
227 bool m_maximumMatchDistanceHasBeenSet =
false;
230 bool m_nameHasBeenSet =
false;
233 bool m_regexHasBeenSet =
false;
236 bool m_severityLevelsHasBeenSet =
false;
239 bool m_tagsHasBeenSet =
false;
242 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
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