7#include <aws/ecr/ECR_EXPORTS.h>
8#include <aws/ecr/model/ScanType.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ecr/model/RegistryScanningRule.h>
59 template<
typename RulesT = Aws::Vector<RegistryScanningRule>>
60 void SetRules(RulesT&& value) { m_rulesHasBeenSet =
true; m_rules = std::forward<RulesT>(value); }
61 template<
typename RulesT = Aws::Vector<RegistryScanningRule>>
63 template<
typename RulesT = RegistryScanningRule>
69 bool m_scanTypeHasBeenSet =
false;
72 bool m_rulesHasBeenSet =
false;
AWS_ECR_API RegistryScanningConfiguration()=default
RegistryScanningConfiguration & WithScanType(ScanType value)
const Aws::Vector< RegistryScanningRule > & GetRules() const
bool RulesHasBeenSet() const
bool ScanTypeHasBeenSet() const
AWS_ECR_API RegistryScanningConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetScanType(ScanType value)
AWS_ECR_API RegistryScanningConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRules(RulesT &&value)
RegistryScanningConfiguration & WithRules(RulesT &&value)
ScanType GetScanType() const
RegistryScanningConfiguration & AddRules(RulesT &&value)
AWS_ECR_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue