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;
46 inline void SetArn(
const char* value) { m_arn.assign(value); }
71 inline void SetDeleted(
bool value) { m_deleted = value; }
82 inline void SetDescription(
const char* value) { m_description.assign(value); }
95 inline void SetId(
const char* value) { m_id.assign(value); }
154 inline void SetName(
const char* value) { m_name.assign(value); }
167 inline void SetRegex(
const char* value) { m_regex.assign(value); }
215 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
236 int m_maximumMatchDistance;
void SetName(const Aws::String &value)
AWS_MACIE2_API GetCustomDataIdentifierResult()
GetCustomDataIdentifierResult & WithArn(const char *value)
GetCustomDataIdentifierResult & WithDescription(const Aws::String &value)
GetCustomDataIdentifierResult & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetRegex(const char *value)
GetCustomDataIdentifierResult & AddTags(const char *key, const char *value)
GetCustomDataIdentifierResult & WithSeverityLevels(const Aws::Vector< SeverityLevel > &value)
void SetKeywords(const Aws::Vector< Aws::String > &value)
void SetRequestId(const Aws::String &value)
AWS_MACIE2_API GetCustomDataIdentifierResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetCustomDataIdentifierResult & WithRequestId(const char *value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
const Aws::String & GetArn() const
GetCustomDataIdentifierResult & WithRegex(const Aws::String &value)
const Aws::String & GetId() const
const Aws::Vector< Aws::String > & GetKeywords() const
const Aws::String & GetName() const
GetCustomDataIdentifierResult & AddTags(Aws::String &&key, const Aws::String &value)
GetCustomDataIdentifierResult & WithCreatedAt(Aws::Utils::DateTime &&value)
GetCustomDataIdentifierResult & AddTags(Aws::String &&key, Aws::String &&value)
void SetId(const Aws::String &value)
GetCustomDataIdentifierResult & WithArn(const Aws::String &value)
void SetRegex(const Aws::String &value)
GetCustomDataIdentifierResult & WithIgnoreWords(const Aws::Vector< Aws::String > &value)
int GetMaximumMatchDistance() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
GetCustomDataIdentifierResult & WithName(const Aws::String &value)
GetCustomDataIdentifierResult & WithSeverityLevels(Aws::Vector< SeverityLevel > &&value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
GetCustomDataIdentifierResult & AddTags(const char *key, Aws::String &&value)
GetCustomDataIdentifierResult & WithMaximumMatchDistance(int value)
void SetDescription(const char *value)
const Aws::String & GetRequestId() const
AWS_MACIE2_API GetCustomDataIdentifierResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetMaximumMatchDistance(int value)
GetCustomDataIdentifierResult & WithRequestId(Aws::String &&value)
GetCustomDataIdentifierResult & AddIgnoreWords(Aws::String &&value)
GetCustomDataIdentifierResult & WithRegex(const char *value)
GetCustomDataIdentifierResult & AddKeywords(const Aws::String &value)
void SetRequestId(const char *value)
void SetArn(const Aws::String &value)
const Aws::String & GetDescription() const
void SetName(const char *value)
GetCustomDataIdentifierResult & AddKeywords(const char *value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
GetCustomDataIdentifierResult & WithName(Aws::String &&value)
GetCustomDataIdentifierResult & WithKeywords(const Aws::Vector< Aws::String > &value)
void SetRequestId(Aws::String &&value)
GetCustomDataIdentifierResult & WithRegex(Aws::String &&value)
GetCustomDataIdentifierResult & AddSeverityLevels(const SeverityLevel &value)
const Aws::String & GetRegex() const
GetCustomDataIdentifierResult & AddTags(Aws::String &&key, const char *value)
void SetIgnoreWords(const Aws::Vector< Aws::String > &value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetDeleted(bool value)
void SetArn(Aws::String &&value)
GetCustomDataIdentifierResult & WithArn(Aws::String &&value)
void SetSeverityLevels(const Aws::Vector< SeverityLevel > &value)
GetCustomDataIdentifierResult & AddIgnoreWords(const Aws::String &value)
GetCustomDataIdentifierResult & WithRequestId(const Aws::String &value)
void SetKeywords(Aws::Vector< Aws::String > &&value)
GetCustomDataIdentifierResult & WithId(Aws::String &&value)
GetCustomDataIdentifierResult & AddIgnoreWords(const char *value)
GetCustomDataIdentifierResult & AddKeywords(Aws::String &&value)
GetCustomDataIdentifierResult & WithKeywords(Aws::Vector< Aws::String > &&value)
void SetSeverityLevels(Aws::Vector< SeverityLevel > &&value)
void SetName(Aws::String &&value)
void SetRegex(Aws::String &&value)
void SetDescription(Aws::String &&value)
void SetIgnoreWords(Aws::Vector< Aws::String > &&value)
void SetId(const char *value)
GetCustomDataIdentifierResult & WithDescription(const char *value)
GetCustomDataIdentifierResult & AddSeverityLevels(SeverityLevel &&value)
GetCustomDataIdentifierResult & WithDescription(Aws::String &&value)
GetCustomDataIdentifierResult & WithCreatedAt(const Aws::Utils::DateTime &value)
GetCustomDataIdentifierResult & AddTags(const Aws::String &key, Aws::String &&value)
void SetDescription(const Aws::String &value)
GetCustomDataIdentifierResult & WithId(const char *value)
GetCustomDataIdentifierResult & WithDeleted(bool value)
GetCustomDataIdentifierResult & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
GetCustomDataIdentifierResult & WithIgnoreWords(Aws::Vector< Aws::String > &&value)
void SetArn(const char *value)
const Aws::Vector< Aws::String > & GetIgnoreWords() const
GetCustomDataIdentifierResult & WithId(const Aws::String &value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
GetCustomDataIdentifierResult & WithName(const char *value)
const Aws::Vector< SeverityLevel > & GetSeverityLevels() const
GetCustomDataIdentifierResult & AddTags(const Aws::String &key, const Aws::String &value)
void SetId(Aws::String &&value)
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