7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/ecr/ECR_EXPORTS.h>
9#include <aws/ecr/model/SigningRule.h>
44 template <
typename RulesT = Aws::Vector<SigningRule>>
46 m_rulesHasBeenSet =
true;
47 m_rules = std::forward<RulesT>(value);
49 template <
typename RulesT = Aws::Vector<SigningRule>>
51 SetRules(std::forward<RulesT>(value));
54 template <
typename RulesT = SigningRule>
56 m_rulesHasBeenSet =
true;
57 m_rules.emplace_back(std::forward<RulesT>(value));
63 bool m_rulesHasBeenSet =
false;
AWS_ECR_API SigningConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
SigningConfiguration & AddRules(RulesT &&value)
AWS_ECR_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< SigningRule > & GetRules() const
SigningConfiguration & WithRules(RulesT &&value)
AWS_ECR_API SigningConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool RulesHasBeenSet() const
AWS_ECR_API SigningConfiguration()=default
void SetRules(RulesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue