7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/RuleDetail.h>
11#include <aws/datazone/model/RuleScope.h>
43 template<
typename DescriptionT = Aws::String>
44 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
45 template<
typename DescriptionT = Aws::String>
55 template<
typename DetailT = RuleDetail>
56 void SetDetail(DetailT&& value) { m_detailHasBeenSet =
true; m_detail = std::forward<DetailT>(value); }
57 template<
typename DetailT = RuleDetail>
67 template<
typename DomainIdentifierT = Aws::String>
68 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
69 template<
typename DomainIdentifierT = Aws::String>
79 template<
typename IdentifierT = Aws::String>
80 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
81 template<
typename IdentifierT = Aws::String>
101 template<
typename NameT = Aws::String>
102 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
103 template<
typename NameT = Aws::String>
113 template<
typename ScopeT = RuleScope>
114 void SetScope(ScopeT&& value) { m_scopeHasBeenSet =
true; m_scope = std::forward<ScopeT>(value); }
115 template<
typename ScopeT = RuleScope>
121 bool m_descriptionHasBeenSet =
false;
124 bool m_detailHasBeenSet =
false;
127 bool m_domainIdentifierHasBeenSet =
false;
130 bool m_identifierHasBeenSet =
false;
132 bool m_includeChildDomainUnits{
false};
133 bool m_includeChildDomainUnitsHasBeenSet =
false;
136 bool m_nameHasBeenSet =
false;
139 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