/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-securityhub/source/model/ |
H A D | AwsS3BucketServerSideEncryptionConfiguration.cpp | 36 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 D | AwsS3BucketBucketLifecycleConfigurationDetails.cpp | 36 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 D | AwsWafWebAclDetails.cpp | 56 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 D | RulesConfigurationType.cpp | 36 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 D | ReplicationConfiguration.cpp | 36 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 D | DataRetrievalPolicy.cpp | 36 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 D | AutoScalingPolicy.cpp | 45 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 D | AutoScalingPolicyDescription.cpp | 54 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 D | CategoryProperties.cpp | 49 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 D | UpdateCallAnalyticsCategoryRequest.cpp | 33 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 D | CreateCallAnalyticsCategoryRequest.cpp | 33 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 D | BackupPlan.cpp | 47 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 D | BackupPlanInput.cpp | 47 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 D | WebACL.cpp | 74 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 D | WebACL.cpp | 74 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 D | DevicePool.cpp | 78 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 D | CreateDevicePoolRequest.cpp | 49 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 D | UpdateDevicePoolRequest.cpp | 51 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 D | CostCategory.cpp | 89 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 D | UpdateCostCategoryDefinitionRequest.cpp | 42 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 D | CreateCostCategoryDefinitionRequest.cpp | 42 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 D | RuleGroup.cpp | 93 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 D | WebACL.cpp | 99 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 D | CheckCapacityRequest.cpp | 33 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 D | UpdateRuleGroupRequest.cpp | 57 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()
|