7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datazone/DataZoneRequest.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/RuleAction.h>
12#include <aws/datazone/model/RuleTargetType.h>
13#include <aws/datazone/model/RuleType.h>
46 template <
typename DomainIdentifierT = Aws::String>
48 m_domainIdentifierHasBeenSet =
true;
49 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
51 template <
typename DomainIdentifierT = Aws::String>
65 m_targetTypeHasBeenSet =
true;
80 template <
typename TargetIdentifierT = Aws::String>
82 m_targetIdentifierHasBeenSet =
true;
83 m_targetIdentifier = std::forward<TargetIdentifierT>(value);
85 template <
typename TargetIdentifierT = Aws::String>
99 m_ruleTypeHasBeenSet =
true;
115 m_actionHasBeenSet =
true;
130 template <
typename ProjectIdsT = Aws::Vector<Aws::String>>
132 m_projectIdsHasBeenSet =
true;
133 m_projectIds = std::forward<ProjectIdsT>(value);
135 template <
typename ProjectIdsT = Aws::Vector<Aws::String>>
140 template <
typename ProjectIdsT = Aws::String>
142 m_projectIdsHasBeenSet =
true;
143 m_projectIds.emplace_back(std::forward<ProjectIdsT>(value));
154 template <
typename AssetTypesT = Aws::Vector<Aws::String>>
156 m_assetTypesHasBeenSet =
true;
157 m_assetTypes = std::forward<AssetTypesT>(value);
159 template <
typename AssetTypesT = Aws::Vector<Aws::String>>
164 template <
typename AssetTypesT = Aws::String>
166 m_assetTypesHasBeenSet =
true;
167 m_assetTypes.emplace_back(std::forward<AssetTypesT>(value));
179 m_dataProductHasBeenSet =
true;
180 m_dataProduct = value;
195 m_includeCascadedHasBeenSet =
true;
196 m_includeCascaded = value;
215 m_maxResultsHasBeenSet =
true;
216 m_maxResults = value;
235 template <
typename NextTokenT = Aws::String>
237 m_nextTokenHasBeenSet =
true;
238 m_nextToken = std::forward<NextTokenT>(value);
240 template <
typename NextTokenT = Aws::String>
261 bool m_dataProduct{
false};
263 bool m_includeCascaded{
false};
268 bool m_domainIdentifierHasBeenSet =
false;
269 bool m_targetTypeHasBeenSet =
false;
270 bool m_targetIdentifierHasBeenSet =
false;
271 bool m_ruleTypeHasBeenSet =
false;
272 bool m_actionHasBeenSet =
false;
273 bool m_projectIdsHasBeenSet =
false;
274 bool m_assetTypesHasBeenSet =
false;
275 bool m_dataProductHasBeenSet =
false;
276 bool m_includeCascadedHasBeenSet =
false;
277 bool m_maxResultsHasBeenSet =
false;
278 bool m_nextTokenHasBeenSet =
false;
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListRulesRequest & WithIncludeCascaded(bool value)
bool ActionHasBeenSet() const
const Aws::String & GetNextToken() const
ListRulesRequest & WithRuleType(RuleType value)
void SetAction(RuleAction value)
bool GetIncludeCascaded() const
int GetMaxResults() const
const Aws::String & GetTargetIdentifier() const
ListRulesRequest & WithTargetType(RuleTargetType value)
bool ProjectIdsHasBeenSet() const
ListRulesRequest & WithAssetTypes(AssetTypesT &&value)
bool TargetTypeHasBeenSet() const
ListRulesRequest & WithAction(RuleAction value)
bool IncludeCascadedHasBeenSet() const
void SetIncludeCascaded(bool value)
void SetTargetIdentifier(TargetIdentifierT &&value)
void SetDataProduct(bool value)
void SetMaxResults(int value)
void SetAssetTypes(AssetTypesT &&value)
bool GetDataProduct() const
bool DataProductHasBeenSet() const
const Aws::String & GetDomainIdentifier() const
ListRulesRequest & WithMaxResults(int value)
bool AssetTypesHasBeenSet() const
bool RuleTypeHasBeenSet() const
ListRulesRequest & WithNextToken(NextTokenT &&value)
void SetTargetType(RuleTargetType value)
bool NextTokenHasBeenSet() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
void SetDomainIdentifier(DomainIdentifierT &&value)
AWS_DATAZONE_API ListRulesRequest()=default
ListRulesRequest & WithProjectIds(ProjectIdsT &&value)
RuleAction GetAction() const
ListRulesRequest & AddProjectIds(ProjectIdsT &&value)
const Aws::Vector< Aws::String > & GetAssetTypes() const
bool DomainIdentifierHasBeenSet() const
ListRulesRequest & WithTargetIdentifier(TargetIdentifierT &&value)
ListRulesRequest & WithDomainIdentifier(DomainIdentifierT &&value)
const Aws::Vector< Aws::String > & GetProjectIds() const
bool MaxResultsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
RuleTargetType GetTargetType() const
void SetProjectIds(ProjectIdsT &&value)
ListRulesRequest & WithDataProduct(bool value)
ListRulesRequest & AddAssetTypes(AssetTypesT &&value)
RuleType GetRuleType() const
bool TargetIdentifierHasBeenSet() const
void SetNextToken(NextTokenT &&value)
void SetRuleType(RuleType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector