7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
23namespace AccessAnalyzer
53 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
54 void SetAccountIds(AccountIdsT&& value) { m_accountIdsHasBeenSet =
true; m_accountIds = std::forward<AccountIdsT>(value); }
55 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
57 template<
typename AccountIdsT = Aws::String>
74 template<
typename ResourceTagsT = Aws::Vector<Aws::Map<Aws::String, Aws::String>>>
75 void SetResourceTags(ResourceTagsT&& value) { m_resourceTagsHasBeenSet =
true; m_resourceTags = std::forward<ResourceTagsT>(value); }
76 template<
typename ResourceTagsT = Aws::Vector<Aws::Map<Aws::String, Aws::String>>>
78 template<
typename ResourceTagsT = Aws::Map<Aws::String, Aws::String>>
84 bool m_accountIdsHasBeenSet =
false;
87 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