regenerate code

This commit is contained in:
wb-hx510875
2020-03-26 17:27:13 +08:00
committed by Axios
parent cba94f2119
commit f0c2600a26
6249 changed files with 188711 additions and 43443 deletions

View File

@@ -54,6 +54,8 @@ void GetRoleResult::parse(const std::string &payload)
role_.createDate = roleNode["CreateDate"].asString();
if(!roleNode["UpdateDate"].isNull())
role_.updateDate = roleNode["UpdateDate"].asString();
if(!roleNode["MaxSessionDuration"].isNull())
role_.maxSessionDuration = std::stol(roleNode["MaxSessionDuration"].asString());
}