7#include <aws/ecr/ECR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ecr/model/ReplicationRule.h>
48 template<
typename RulesT = Aws::Vector<ReplicationRule>>
49 void SetRules(RulesT&& value) { m_rulesHasBeenSet =
true; m_rules = std::forward<RulesT>(value); }
50 template<
typename RulesT = Aws::Vector<ReplicationRule>>
52 template<
typename RulesT = ReplicationRule>
58 bool m_rulesHasBeenSet =
false;
AWS_ECR_API ReplicationConfiguration()=default
ReplicationConfiguration & WithRules(RulesT &&value)
const Aws::Vector< ReplicationRule > & GetRules() const
AWS_ECR_API Aws::Utils::Json::JsonValue Jsonize() const
bool RulesHasBeenSet() const
ReplicationConfiguration & AddRules(RulesT &&value)
void SetRules(RulesT &&value)
AWS_ECR_API ReplicationConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_ECR_API ReplicationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue