Home
last modified time | relevance | path

Searched refs:rulesJsonList (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-securityhub/source/model/
H A DAwsS3BucketServerSideEncryptionConfiguration.cpp36 Array<JsonView> rulesJsonList = jsonValue.GetArray("Rules"); in operator =() local
37 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in operator =()
39 m_rules.push_back(rulesJsonList[rulesIndex].AsObject()); in operator =()
53 Array<JsonValue> rulesJsonList(m_rules.size()); in Jsonize() local
54 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in Jsonize()
56 rulesJsonList[rulesIndex].AsObject(m_rules[rulesIndex].Jsonize()); in Jsonize()
58 payload.WithArray("Rules", std::move(rulesJsonList)); in Jsonize()
H A DAwsS3BucketBucketLifecycleConfigurationDetails.cpp36 Array<JsonView> rulesJsonList = jsonValue.GetArray("Rules"); in operator =() local
37 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in operator =()
39 m_rules.push_back(rulesJsonList[rulesIndex].AsObject()); in operator =()
53 Array<JsonValue> rulesJsonList(m_rules.size()); in Jsonize() local
54 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in Jsonize()
56 rulesJsonList[rulesIndex].AsObject(m_rules[rulesIndex].Jsonize()); in Jsonize()
58 payload.WithArray("Rules", std::move(rulesJsonList)); in Jsonize()
H A DAwsWafWebAclDetails.cpp56 Array<JsonView> rulesJsonList = jsonValue.GetArray("Rules"); in operator =() local
57 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in operator =()
59 m_rules.push_back(rulesJsonList[rulesIndex].AsObject()); in operator =()
92 Array<JsonValue> rulesJsonList(m_rules.size()); in Jsonize() local
93 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in Jsonize()
95 rulesJsonList[rulesIndex].AsObject(m_rules[rulesIndex].Jsonize()); in Jsonize()
97 payload.WithArray("Rules", std::move(rulesJsonList)); in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cognito-identity/source/model/
H A DRulesConfigurationType.cpp36 Array<JsonView> rulesJsonList = jsonValue.GetArray("Rules"); in operator =() local
37 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in operator =()
39 m_rules.push_back(rulesJsonList[rulesIndex].AsObject()); in operator =()
53 Array<JsonValue> rulesJsonList(m_rules.size()); in Jsonize() local
54 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in Jsonize()
56 rulesJsonList[rulesIndex].AsObject(m_rules[rulesIndex].Jsonize()); in Jsonize()
58 payload.WithArray("Rules", std::move(rulesJsonList)); in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ecr/source/model/
H A DReplicationConfiguration.cpp36 Array<JsonView> rulesJsonList = jsonValue.GetArray("rules"); in operator =() local
37 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in operator =()
39 m_rules.push_back(rulesJsonList[rulesIndex].AsObject()); in operator =()
53 Array<JsonValue> rulesJsonList(m_rules.size()); in Jsonize() local
54 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in Jsonize()
56 rulesJsonList[rulesIndex].AsObject(m_rules[rulesIndex].Jsonize()); in Jsonize()
58 payload.WithArray("rules", std::move(rulesJsonList)); in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-glacier/source/model/
H A DDataRetrievalPolicy.cpp36 Array<JsonView> rulesJsonList = jsonValue.GetArray("Rules"); in operator =() local
37 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in operator =()
39 m_rules.push_back(rulesJsonList[rulesIndex].AsObject()); in operator =()
53 Array<JsonValue> rulesJsonList(m_rules.size()); in Jsonize() local
54 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in Jsonize()
56 rulesJsonList[rulesIndex].AsObject(m_rules[rulesIndex].Jsonize()); in Jsonize()
58 payload.WithArray("Rules", std::move(rulesJsonList)); in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticmapreduce/source/model/
H A DAutoScalingPolicy.cpp45 Array<JsonView> rulesJsonList = jsonValue.GetArray("Rules"); in operator =() local
46 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in operator =()
48 m_rules.push_back(rulesJsonList[rulesIndex].AsObject()); in operator =()
68 Array<JsonValue> rulesJsonList(m_rules.size()); in Jsonize() local
69 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in Jsonize()
71 rulesJsonList[rulesIndex].AsObject(m_rules[rulesIndex].Jsonize()); in Jsonize()
73 payload.WithArray("Rules", std::move(rulesJsonList)); in Jsonize()
H A DAutoScalingPolicyDescription.cpp54 Array<JsonView> rulesJsonList = jsonValue.GetArray("Rules"); in operator =() local
55 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in operator =()
57 m_rules.push_back(rulesJsonList[rulesIndex].AsObject()); in operator =()
83 Array<JsonValue> rulesJsonList(m_rules.size()); in Jsonize() local
84 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in Jsonize()
86 rulesJsonList[rulesIndex].AsObject(m_rules[rulesIndex].Jsonize()); in Jsonize()
88 payload.WithArray("Rules", std::move(rulesJsonList)); in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-transcribe/source/model/
H A DCategoryProperties.cpp49 Array<JsonView> rulesJsonList = jsonValue.GetArray("Rules"); in operator =() local
50 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in operator =()
52 m_rules.push_back(rulesJsonList[rulesIndex].AsObject()); in operator =()
86 Array<JsonValue> rulesJsonList(m_rules.size()); in Jsonize() local
87 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in Jsonize()
89 rulesJsonList[rulesIndex].AsObject(m_rules[rulesIndex].Jsonize()); in Jsonize()
91 payload.WithArray("Rules", std::move(rulesJsonList)); in Jsonize()
H A DUpdateCallAnalyticsCategoryRequest.cpp33 Array<JsonValue> rulesJsonList(m_rules.size()); in SerializePayload() local
34 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in SerializePayload()
36 rulesJsonList[rulesIndex].AsObject(m_rules[rulesIndex].Jsonize()); in SerializePayload()
38 payload.WithArray("Rules", std::move(rulesJsonList)); in SerializePayload()
H A DCreateCallAnalyticsCategoryRequest.cpp33 Array<JsonValue> rulesJsonList(m_rules.size()); in SerializePayload() local
34 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in SerializePayload()
36 rulesJsonList[rulesIndex].AsObject(m_rules[rulesIndex].Jsonize()); in SerializePayload()
38 payload.WithArray("Rules", std::move(rulesJsonList)); in SerializePayload()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-backup/source/model/
H A DBackupPlan.cpp47 Array<JsonView> rulesJsonList = jsonValue.GetArray("Rules"); in operator =() local
48 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in operator =()
50 m_rules.push_back(rulesJsonList[rulesIndex].AsObject()); in operator =()
80 Array<JsonValue> rulesJsonList(m_rules.size()); in Jsonize() local
81 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in Jsonize()
83 rulesJsonList[rulesIndex].AsObject(m_rules[rulesIndex].Jsonize()); in Jsonize()
85 payload.WithArray("Rules", std::move(rulesJsonList)); in Jsonize()
H A DBackupPlanInput.cpp47 Array<JsonView> rulesJsonList = jsonValue.GetArray("Rules"); in operator =() local
48 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in operator =()
50 m_rules.push_back(rulesJsonList[rulesIndex].AsObject()); in operator =()
80 Array<JsonValue> rulesJsonList(m_rules.size()); in Jsonize() local
81 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in Jsonize()
83 rulesJsonList[rulesIndex].AsObject(m_rules[rulesIndex].Jsonize()); in Jsonize()
85 payload.WithArray("Rules", std::move(rulesJsonList)); in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-waf/source/model/
H A DWebACL.cpp74 Array<JsonView> rulesJsonList = jsonValue.GetArray("Rules"); in operator =() local
75 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in operator =()
77 m_rules.push_back(rulesJsonList[rulesIndex].AsObject()); in operator =()
122 Array<JsonValue> rulesJsonList(m_rules.size()); in Jsonize() local
123 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in Jsonize()
125 rulesJsonList[rulesIndex].AsObject(m_rules[rulesIndex].Jsonize()); in Jsonize()
127 payload.WithArray("Rules", std::move(rulesJsonList)); in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-waf-regional/source/model/
H A DWebACL.cpp74 Array<JsonView> rulesJsonList = jsonValue.GetArray("Rules"); in operator =() local
75 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in operator =()
77 m_rules.push_back(rulesJsonList[rulesIndex].AsObject()); in operator =()
122 Array<JsonValue> rulesJsonList(m_rules.size()); in Jsonize() local
123 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in Jsonize()
125 rulesJsonList[rulesIndex].AsObject(m_rules[rulesIndex].Jsonize()); in Jsonize()
127 payload.WithArray("Rules", std::move(rulesJsonList)); in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-devicefarm/source/model/
H A DDevicePool.cpp78 Array<JsonView> rulesJsonList = jsonValue.GetArray("rules"); in operator =() local
79 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in operator =()
81 m_rules.push_back(rulesJsonList[rulesIndex].AsObject()); in operator =()
125 Array<JsonValue> rulesJsonList(m_rules.size()); in Jsonize() local
126 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in Jsonize()
128 rulesJsonList[rulesIndex].AsObject(m_rules[rulesIndex].Jsonize()); in Jsonize()
130 payload.WithArray("rules", std::move(rulesJsonList)); in Jsonize()
H A DCreateDevicePoolRequest.cpp49 Array<JsonValue> rulesJsonList(m_rules.size()); in SerializePayload() local
50 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in SerializePayload()
52 rulesJsonList[rulesIndex].AsObject(m_rules[rulesIndex].Jsonize()); in SerializePayload()
54 payload.WithArray("rules", std::move(rulesJsonList)); in SerializePayload()
H A DUpdateDevicePoolRequest.cpp51 Array<JsonValue> rulesJsonList(m_rules.size()); in SerializePayload() local
52 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in SerializePayload()
54 rulesJsonList[rulesIndex].AsObject(m_rules[rulesIndex].Jsonize()); in SerializePayload()
56 payload.WithArray("rules", std::move(rulesJsonList)); in SerializePayload()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ce/source/model/
H A DCostCategory.cpp89 Array<JsonView> rulesJsonList = jsonValue.GetArray("Rules"); in operator =() local
90 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in operator =()
92 m_rules.push_back(rulesJsonList[rulesIndex].AsObject()); in operator =()
162 Array<JsonValue> rulesJsonList(m_rules.size()); in Jsonize() local
163 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in Jsonize()
165 rulesJsonList[rulesIndex].AsObject(m_rules[rulesIndex].Jsonize()); in Jsonize()
167 payload.WithArray("Rules", std::move(rulesJsonList)); in Jsonize()
H A DUpdateCostCategoryDefinitionRequest.cpp42 Array<JsonValue> rulesJsonList(m_rules.size()); in SerializePayload() local
43 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in SerializePayload()
45 rulesJsonList[rulesIndex].AsObject(m_rules[rulesIndex].Jsonize()); in SerializePayload()
47 payload.WithArray("Rules", std::move(rulesJsonList)); in SerializePayload()
H A DCreateCostCategoryDefinitionRequest.cpp42 Array<JsonValue> rulesJsonList(m_rules.size()); in SerializePayload() local
43 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in SerializePayload()
45 rulesJsonList[rulesIndex].AsObject(m_rules[rulesIndex].Jsonize()); in SerializePayload()
47 payload.WithArray("Rules", std::move(rulesJsonList)); in SerializePayload()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-wafv2/source/model/
H A DRuleGroup.cpp93 Array<JsonView> rulesJsonList = jsonValue.GetArray("Rules"); in operator =() local
94 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in operator =()
96 m_rules.push_back(rulesJsonList[rulesIndex].AsObject()); in operator =()
184 Array<JsonValue> rulesJsonList(m_rules.size()); in Jsonize() local
185 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in Jsonize()
187 rulesJsonList[rulesIndex].AsObject(m_rules[rulesIndex].Jsonize()); in Jsonize()
189 payload.WithArray("Rules", std::move(rulesJsonList)); in Jsonize()
H A DWebACL.cpp99 Array<JsonView> rulesJsonList = jsonValue.GetArray("Rules"); in operator =() local
100 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in operator =()
102 m_rules.push_back(rulesJsonList[rulesIndex].AsObject()); in operator =()
204 Array<JsonValue> rulesJsonList(m_rules.size()); in Jsonize() local
205 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in Jsonize()
207 rulesJsonList[rulesIndex].AsObject(m_rules[rulesIndex].Jsonize()); in Jsonize()
209 payload.WithArray("Rules", std::move(rulesJsonList)); in Jsonize()
H A DCheckCapacityRequest.cpp33 Array<JsonValue> rulesJsonList(m_rules.size()); in SerializePayload() local
34 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in SerializePayload()
36 rulesJsonList[rulesIndex].AsObject(m_rules[rulesIndex].Jsonize()); in SerializePayload()
38 payload.WithArray("Rules", std::move(rulesJsonList)); in SerializePayload()
H A DUpdateRuleGroupRequest.cpp57 Array<JsonValue> rulesJsonList(m_rules.size()); in SerializePayload() local
58 for(unsigned rulesIndex = 0; rulesIndex < rulesJsonList.GetLength(); ++rulesIndex) in SerializePayload()
60 rulesJsonList[rulesIndex].AsObject(m_rules[rulesIndex].Jsonize()); in SerializePayload()
62 payload.WithArray("Rules", std::move(rulesJsonList)); in SerializePayload()

12