Home
last modified time | relevance | path

Searched refs:stagingAreaTagsJsonMap (Results 1 – 8 of 8) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mgn/source/model/
H A DReplicationConfigurationTemplate.cpp165 …Aws::Map<Aws::String, JsonView> stagingAreaTagsJsonMap = jsonValue.GetObject("stagingAreaTags").Ge… in operator =() local
166 for(auto& stagingAreaTagsItem : stagingAreaTagsJsonMap) in operator =()
273 JsonValue stagingAreaTagsJsonMap; in Jsonize() local
276 stagingAreaTagsJsonMap.WithString(stagingAreaTagsItem.first, stagingAreaTagsItem.second); in Jsonize()
278 payload.WithObject("stagingAreaTags", std::move(stagingAreaTagsJsonMap)); in Jsonize()
H A DUpdateReplicationConfigurationTemplateRequest.cpp120 JsonValue stagingAreaTagsJsonMap; in SerializePayload() local
123 stagingAreaTagsJsonMap.WithString(stagingAreaTagsItem.first, stagingAreaTagsItem.second); in SerializePayload()
125 payload.WithObject("stagingAreaTags", std::move(stagingAreaTagsJsonMap)); in SerializePayload()
H A DCreateReplicationConfigurationTemplateRequest.cpp107 JsonValue stagingAreaTagsJsonMap; in SerializePayload() local
110 stagingAreaTagsJsonMap.WithString(stagingAreaTagsItem.first, stagingAreaTagsItem.second); in SerializePayload()
112 payload.WithObject("stagingAreaTags", std::move(stagingAreaTagsJsonMap)); in SerializePayload()
H A DUpdateReplicationConfigurationRequest.cpp132 JsonValue stagingAreaTagsJsonMap; in SerializePayload() local
135 stagingAreaTagsJsonMap.WithString(stagingAreaTagsItem.first, stagingAreaTagsItem.second); in SerializePayload()
137 payload.WithObject("stagingAreaTags", std::move(stagingAreaTagsJsonMap)); in SerializePayload()
H A DCreateReplicationConfigurationTemplateResult.cpp122 …Aws::Map<Aws::String, JsonView> stagingAreaTagsJsonMap = jsonValue.GetObject("stagingAreaTags").Ge… in operator =() local
123 for(auto& stagingAreaTagsItem : stagingAreaTagsJsonMap) in operator =()
H A DGetReplicationConfigurationResult.cpp131 …Aws::Map<Aws::String, JsonView> stagingAreaTagsJsonMap = jsonValue.GetObject("stagingAreaTags").Ge… in operator =() local
132 for(auto& stagingAreaTagsItem : stagingAreaTagsJsonMap) in operator =()
H A DUpdateReplicationConfigurationResult.cpp131 …Aws::Map<Aws::String, JsonView> stagingAreaTagsJsonMap = jsonValue.GetObject("stagingAreaTags").Ge… in operator =() local
132 for(auto& stagingAreaTagsItem : stagingAreaTagsJsonMap) in operator =()
H A DUpdateReplicationConfigurationTemplateResult.cpp122 …Aws::Map<Aws::String, JsonView> stagingAreaTagsJsonMap = jsonValue.GetObject("stagingAreaTags").Ge… in operator =() local
123 for(auto& stagingAreaTagsItem : stagingAreaTagsJsonMap) in operator =()