7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/model/RuleAction.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/RuleType.h>
11#include <aws/datazone/model/RuleScope.h>
12#include <aws/datazone/model/RuleTarget.h>
13#include <aws/datazone/model/RuleTargetType.h>
14#include <aws/core/utils/DateTime.h>
62 template<
typename IdentifierT = Aws::String>
63 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
64 template<
typename IdentifierT = Aws::String>
74 template<
typename LastUpdatedByT = Aws::String>
75 void SetLastUpdatedBy(LastUpdatedByT&& value) { m_lastUpdatedByHasBeenSet =
true; m_lastUpdatedBy = std::forward<LastUpdatedByT>(value); }
76 template<
typename LastUpdatedByT = Aws::String>
86 template<
typename NameT = Aws::String>
87 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
88 template<
typename NameT = Aws::String>
98 template<
typename RevisionT = Aws::String>
99 void SetRevision(RevisionT&& value) { m_revisionHasBeenSet =
true; m_revision = std::forward<RevisionT>(value); }
100 template<
typename RevisionT = Aws::String>
120 template<
typename ScopeT = RuleScope>
121 void SetScope(ScopeT&& value) { m_scopeHasBeenSet =
true; m_scope = std::forward<ScopeT>(value); }
122 template<
typename ScopeT = RuleScope>
132 template<
typename TargetT = RuleTarget>
133 void SetTarget(TargetT&& value) { m_targetHasBeenSet =
true; m_target = std::forward<TargetT>(value); }
134 template<
typename TargetT = RuleTarget>
154 template<
typename UpdatedAtT = Aws::Utils::DateTime>
155 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
156 template<
typename UpdatedAtT = Aws::Utils::DateTime>
162 bool m_actionHasBeenSet =
false;
165 bool m_identifierHasBeenSet =
false;
168 bool m_lastUpdatedByHasBeenSet =
false;
171 bool m_nameHasBeenSet =
false;
174 bool m_revisionHasBeenSet =
false;
177 bool m_ruleTypeHasBeenSet =
false;
180 bool m_scopeHasBeenSet =
false;
183 bool m_targetHasBeenSet =
false;
186 bool m_targetTypeHasBeenSet =
false;
189 bool m_updatedAtHasBeenSet =
false;
void SetName(NameT &&value)
RuleAction GetAction() const
const RuleTarget & GetTarget() const
RuleSummary & WithRuleType(RuleType value)
RuleSummary & WithUpdatedAt(UpdatedAtT &&value)
bool NameHasBeenSet() const
bool RevisionHasBeenSet() const
const Aws::String & GetName() const
void SetIdentifier(IdentifierT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool RuleTypeHasBeenSet() const
RuleSummary & WithLastUpdatedBy(LastUpdatedByT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
RuleSummary & WithRevision(RevisionT &&value)
const Aws::String & GetRevision() const
const Aws::Utils::DateTime & GetUpdatedAt() const
RuleSummary & WithTargetType(RuleTargetType value)
RuleSummary & WithAction(RuleAction value)
RuleSummary & WithScope(ScopeT &&value)
RuleType GetRuleType() const
RuleSummary & WithTarget(TargetT &&value)
const RuleScope & GetScope() const
void SetAction(RuleAction value)
AWS_DATAZONE_API RuleSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLastUpdatedBy(LastUpdatedByT &&value)
bool LastUpdatedByHasBeenSet() const
void SetTarget(TargetT &&value)
bool TargetHasBeenSet() const
void SetRuleType(RuleType value)
bool IdentifierHasBeenSet() const
const Aws::String & GetIdentifier() const
const Aws::String & GetLastUpdatedBy() const
void SetScope(ScopeT &&value)
void SetTargetType(RuleTargetType value)
RuleSummary & WithIdentifier(IdentifierT &&value)
bool TargetTypeHasBeenSet() const
bool UpdatedAtHasBeenSet() const
RuleSummary & WithName(NameT &&value)
AWS_DATAZONE_API RuleSummary(Aws::Utils::Json::JsonView jsonValue)
RuleTargetType GetTargetType() const
bool ActionHasBeenSet() const
AWS_DATAZONE_API RuleSummary()=default
void SetRevision(RevisionT &&value)
bool ScopeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue