Generate SDK by new Generator

This commit is contained in:
wb-hx510875
2019-09-18 11:18:56 +08:00
parent be86048a76
commit f3eaf1d292
9054 changed files with 325898 additions and 381375 deletions

View File

@@ -35,17 +35,17 @@ namespace AlibabaCloud
UpdateGroupRequest();
~UpdateGroupRequest();
std::string getGroupName()const;
void setGroupName(const std::string& groupName);
std::string getNewGroupName()const;
void setNewGroupName(const std::string& newGroupName);
std::string getNewComments()const;
void setNewComments(const std::string& newComments);
std::string getGroupName()const;
void setGroupName(const std::string& groupName);
private:
std::string groupName_;
std::string newGroupName_;
std::string newComments_;
std::string groupName_;
};
}