Home
last modified time | relevance | path

Searched refs:stagingAreaTagsItem (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.cpp166 for(auto& stagingAreaTagsItem : stagingAreaTagsJsonMap) in operator =() local
168 m_stagingAreaTags[stagingAreaTagsItem.first] = stagingAreaTagsItem.second.AsString(); in operator =()
274 for(auto& stagingAreaTagsItem : m_stagingAreaTags) in Jsonize() local
276 stagingAreaTagsJsonMap.WithString(stagingAreaTagsItem.first, stagingAreaTagsItem.second); in Jsonize()
H A DUpdateReplicationConfigurationTemplateRequest.cpp121 for(auto& stagingAreaTagsItem : m_stagingAreaTags) in SerializePayload() local
123 stagingAreaTagsJsonMap.WithString(stagingAreaTagsItem.first, stagingAreaTagsItem.second); in SerializePayload()
H A DCreateReplicationConfigurationTemplateRequest.cpp108 for(auto& stagingAreaTagsItem : m_stagingAreaTags) in SerializePayload() local
110 stagingAreaTagsJsonMap.WithString(stagingAreaTagsItem.first, stagingAreaTagsItem.second); in SerializePayload()
H A DUpdateReplicationConfigurationRequest.cpp133 for(auto& stagingAreaTagsItem : m_stagingAreaTags) in SerializePayload() local
135 stagingAreaTagsJsonMap.WithString(stagingAreaTagsItem.first, stagingAreaTagsItem.second); in SerializePayload()
H A DCreateReplicationConfigurationTemplateResult.cpp123 for(auto& stagingAreaTagsItem : stagingAreaTagsJsonMap) in operator =() local
125 m_stagingAreaTags[stagingAreaTagsItem.first] = stagingAreaTagsItem.second.AsString(); in operator =()
H A DGetReplicationConfigurationResult.cpp132 for(auto& stagingAreaTagsItem : stagingAreaTagsJsonMap) in operator =() local
134 m_stagingAreaTags[stagingAreaTagsItem.first] = stagingAreaTagsItem.second.AsString(); in operator =()
H A DUpdateReplicationConfigurationResult.cpp132 for(auto& stagingAreaTagsItem : stagingAreaTagsJsonMap) in operator =() local
134 m_stagingAreaTags[stagingAreaTagsItem.first] = stagingAreaTagsItem.second.AsString(); in operator =()
H A DUpdateReplicationConfigurationTemplateResult.cpp123 for(auto& stagingAreaTagsItem : stagingAreaTagsJsonMap) in operator =() local
125 m_stagingAreaTags[stagingAreaTagsItem.first] = stagingAreaTagsItem.second.AsString(); in operator =()