7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
21namespace AccessAnalyzer {
47 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
49 m_accountIdsHasBeenSet =
true;
50 m_accountIds = std::forward<AccountIdsT>(value);
52 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
57 template <
typename AccountIdsT = Aws::String>
59 m_accountIdsHasBeenSet =
true;
60 m_accountIds.emplace_back(std::forward<AccountIdsT>(value));
78 template <
typename ResourceTagsT = Aws::Vector<Aws::Map<Aws::String, Aws::String>>>
80 m_resourceTagsHasBeenSet =
true;
81 m_resourceTags = std::forward<ResourceTagsT>(value);
83 template <
typename ResourceTagsT = Aws::Vector<Aws::Map<Aws::String, Aws::String>>>
88 template <
typename ResourceTagsT = Aws::Map<Aws::String, Aws::String>>
90 m_resourceTagsHasBeenSet =
true;
91 m_resourceTags.emplace_back(std::forward<ResourceTagsT>(value));
99 bool m_accountIdsHasBeenSet =
false;
100 bool m_resourceTagsHasBeenSet =
false;
AWS_ACCESSANALYZER_API AnalysisRuleCriteria & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ResourceTagsHasBeenSet() const
AnalysisRuleCriteria & WithAccountIds(AccountIdsT &&value)
AnalysisRuleCriteria & AddAccountIds(AccountIdsT &&value)
AWS_ACCESSANALYZER_API AnalysisRuleCriteria(Aws::Utils::Json::JsonView jsonValue)
void SetResourceTags(ResourceTagsT &&value)
AnalysisRuleCriteria & AddResourceTags(ResourceTagsT &&value)
const Aws::Vector< Aws::String > & GetAccountIds() const
AWS_ACCESSANALYZER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ACCESSANALYZER_API AnalysisRuleCriteria()=default
const Aws::Vector< Aws::Map< Aws::String, Aws::String > > & GetResourceTags() const
void SetAccountIds(AccountIdsT &&value)
AnalysisRuleCriteria & WithResourceTags(ResourceTagsT &&value)
bool AccountIdsHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue