7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/accessanalyzer/model/Criterion.h>
24namespace AccessAnalyzer
51 inline void SetRuleName(
const char* value) { m_ruleNameHasBeenSet =
true; m_ruleName.assign(value); }
101 bool m_ruleNameHasBeenSet =
false;
104 bool m_filterHasBeenSet =
false;
107 bool m_createdAtHasBeenSet =
false;
110 bool m_updatedAtHasBeenSet =
false;
ArchiveRuleSummary & AddFilter(Aws::String &&key, const Criterion &value)
ArchiveRuleSummary & WithRuleName(const Aws::String &value)
AWS_ACCESSANALYZER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFilter(Aws::Map< Aws::String, Criterion > &&value)
bool CreatedAtHasBeenSet() const
ArchiveRuleSummary & AddFilter(Aws::String &&key, Criterion &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetUpdatedAt(const Aws::Utils::DateTime &value)
void SetRuleName(const Aws::String &value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
ArchiveRuleSummary & AddFilter(const Aws::String &key, const Criterion &value)
ArchiveRuleSummary & WithUpdatedAt(const Aws::Utils::DateTime &value)
void SetRuleName(Aws::String &&value)
ArchiveRuleSummary & WithRuleName(const char *value)
void SetFilter(const Aws::Map< Aws::String, Criterion > &value)
AWS_ACCESSANALYZER_API ArchiveRuleSummary(Aws::Utils::Json::JsonView jsonValue)
ArchiveRuleSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
void SetRuleName(const char *value)
ArchiveRuleSummary & AddFilter(const char *key, const Criterion &value)
ArchiveRuleSummary & AddFilter(const Aws::String &key, Criterion &&value)
ArchiveRuleSummary & WithFilter(Aws::Map< Aws::String, Criterion > &&value)
ArchiveRuleSummary & WithUpdatedAt(Aws::Utils::DateTime &&value)
AWS_ACCESSANALYZER_API ArchiveRuleSummary()
bool UpdatedAtHasBeenSet() const
ArchiveRuleSummary & AddFilter(const char *key, Criterion &&value)
ArchiveRuleSummary & WithRuleName(Aws::String &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
ArchiveRuleSummary & WithFilter(const Aws::Map< Aws::String, Criterion > &value)
AWS_ACCESSANALYZER_API ArchiveRuleSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FilterHasBeenSet() const
ArchiveRuleSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
const Aws::Map< Aws::String, Criterion > & GetFilter() const
void SetUpdatedAt(Aws::Utils::DateTime &&value)
bool RuleNameHasBeenSet() const
const Aws::String & GetRuleName() const
void SetCreatedAt(const Aws::Utils::DateTime &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
Aws::Utils::Json::JsonValue JsonValue