7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/RuleDetail.h>
11#include <aws/datazone/model/RuleScope.h>
39 template <
typename DescriptionT = Aws::String>
41 m_descriptionHasBeenSet =
true;
42 m_description = std::forward<DescriptionT>(value);
44 template <
typename DescriptionT = Aws::String>
57 template <
typename DetailT = RuleDetail>
59 m_detailHasBeenSet =
true;
60 m_detail = std::forward<DetailT>(value);
62 template <
typename DetailT = RuleDetail>
75 template <
typename DomainIdentifierT = Aws::String>
77 m_domainIdentifierHasBeenSet =
true;
78 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
80 template <
typename DomainIdentifierT = Aws::String>
93 template <
typename IdentifierT = Aws::String>
95 m_identifierHasBeenSet =
true;
96 m_identifier = std::forward<IdentifierT>(value);
98 template <
typename IdentifierT = Aws::String>
112 m_includeChildDomainUnitsHasBeenSet =
true;
113 m_includeChildDomainUnits = value;
127 template <
typename NameT = Aws::String>
129 m_nameHasBeenSet =
true;
130 m_name = std::forward<NameT>(value);
132 template <
typename NameT = Aws::String>
134 SetName(std::forward<NameT>(value));
145 template <
typename ScopeT = RuleScope>
147 m_scopeHasBeenSet =
true;
148 m_scope = std::forward<ScopeT>(value);
150 template <
typename ScopeT = RuleScope>
152 SetScope(std::forward<ScopeT>(value));
158 bool m_descriptionHasBeenSet =
false;
161 bool m_detailHasBeenSet =
false;
164 bool m_domainIdentifierHasBeenSet =
false;
167 bool m_identifierHasBeenSet =
false;
169 bool m_includeChildDomainUnits{
false};
170 bool m_includeChildDomainUnitsHasBeenSet =
false;
173 bool m_nameHasBeenSet =
false;
176 bool m_scopeHasBeenSet =
false;
const Aws::String & GetIdentifier() const
UpdateRuleRequest & WithDetail(DetailT &&value)
AWS_DATAZONE_API UpdateRuleRequest()=default
UpdateRuleRequest & WithDescription(DescriptionT &&value)
void SetIncludeChildDomainUnits(bool value)
void SetDomainIdentifier(DomainIdentifierT &&value)
void SetDetail(DetailT &&value)
virtual const char * GetServiceRequestName() const override
bool IncludeChildDomainUnitsHasBeenSet() const
void SetScope(ScopeT &&value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
UpdateRuleRequest & WithDomainIdentifier(DomainIdentifierT &&value)
const Aws::String & GetName() const
const Aws::String & GetDomainIdentifier() const
bool DetailHasBeenSet() const
bool IdentifierHasBeenSet() const
void SetIdentifier(IdentifierT &&value)
UpdateRuleRequest & WithScope(ScopeT &&value)
const RuleScope & GetScope() const
bool DomainIdentifierHasBeenSet() const
UpdateRuleRequest & WithIdentifier(IdentifierT &&value)
UpdateRuleRequest & WithName(NameT &&value)
void SetName(NameT &&value)
const Aws::String & GetDescription() const
UpdateRuleRequest & WithIncludeChildDomainUnits(bool value)
bool GetIncludeChildDomainUnits() const
const RuleDetail & GetDetail() const
bool NameHasBeenSet() const
bool ScopeHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String