|
@@ -37,8 +37,8 @@ namespace AlibabaCloud
|
|
|
|
|
|
|
|
long getResourceOwnerId()const;
|
|
long getResourceOwnerId()const;
|
|
|
void setResourceOwnerId(long resourceOwnerId);
|
|
void setResourceOwnerId(long resourceOwnerId);
|
|
|
- std::string getPageNumber()const;
|
|
|
|
|
- void setPageNumber(const std::string& pageNumber);
|
|
|
|
|
|
|
+ int getPageNumber()const;
|
|
|
|
|
+ void setPageNumber(int pageNumber);
|
|
|
std::string getAccessKeyId()const;
|
|
std::string getAccessKeyId()const;
|
|
|
void setAccessKeyId(const std::string& accessKeyId);
|
|
void setAccessKeyId(const std::string& accessKeyId);
|
|
|
std::string getSecurityToken()const;
|
|
std::string getSecurityToken()const;
|
|
@@ -53,8 +53,8 @@ namespace AlibabaCloud
|
|
|
void setResourceOwnerAccount(const std::string& resourceOwnerAccount);
|
|
void setResourceOwnerAccount(const std::string& resourceOwnerAccount);
|
|
|
std::string getOwnerAccount()const;
|
|
std::string getOwnerAccount()const;
|
|
|
void setOwnerAccount(const std::string& ownerAccount);
|
|
void setOwnerAccount(const std::string& ownerAccount);
|
|
|
- std::string getMaxRecordsPerPage()const;
|
|
|
|
|
- void setMaxRecordsPerPage(const std::string& maxRecordsPerPage);
|
|
|
|
|
|
|
+ int getMaxRecordsPerPage()const;
|
|
|
|
|
+ void setMaxRecordsPerPage(int maxRecordsPerPage);
|
|
|
std::string getClusterId()const;
|
|
std::string getClusterId()const;
|
|
|
void setClusterId(const std::string& clusterId);
|
|
void setClusterId(const std::string& clusterId);
|
|
|
long getOwnerId()const;
|
|
long getOwnerId()const;
|
|
@@ -66,7 +66,7 @@ namespace AlibabaCloud
|
|
|
|
|
|
|
|
private:
|
|
private:
|
|
|
long resourceOwnerId_;
|
|
long resourceOwnerId_;
|
|
|
- std::string pageNumber_;
|
|
|
|
|
|
|
+ int pageNumber_;
|
|
|
std::string accessKeyId_;
|
|
std::string accessKeyId_;
|
|
|
std::string securityToken_;
|
|
std::string securityToken_;
|
|
|
std::string regionId_;
|
|
std::string regionId_;
|
|
@@ -74,7 +74,7 @@ namespace AlibabaCloud
|
|
|
std::string instanceStatus_;
|
|
std::string instanceStatus_;
|
|
|
std::string resourceOwnerAccount_;
|
|
std::string resourceOwnerAccount_;
|
|
|
std::string ownerAccount_;
|
|
std::string ownerAccount_;
|
|
|
- std::string maxRecordsPerPage_;
|
|
|
|
|
|
|
+ int maxRecordsPerPage_;
|
|
|
std::string clusterId_;
|
|
std::string clusterId_;
|
|
|
long ownerId_;
|
|
long ownerId_;
|
|
|
std::string instanceIds_;
|
|
std::string instanceIds_;
|