|
|
@@ -43,6 +43,8 @@ namespace AlibabaCloud
|
|
|
void setSecurityToken(const std::string& securityToken);
|
|
|
std::string getRegionId()const;
|
|
|
void setRegionId(const std::string& regionId);
|
|
|
+ std::string getTaskId()const;
|
|
|
+ void setTaskId(const std::string& taskId);
|
|
|
std::string getResourceOwnerAccount()const;
|
|
|
void setResourceOwnerAccount(const std::string& resourceOwnerAccount);
|
|
|
std::string getOwnerAccount()const;
|
|
|
@@ -59,6 +61,7 @@ namespace AlibabaCloud
|
|
|
std::string accessKeyId_;
|
|
|
std::string securityToken_;
|
|
|
std::string regionId_;
|
|
|
+ std::string taskId_;
|
|
|
std::string resourceOwnerAccount_;
|
|
|
std::string ownerAccount_;
|
|
|
long ownerId_;
|