|
|
@@ -37,10 +37,14 @@ namespace AlibabaCloud
|
|
|
|
|
|
long getResourceOwnerId()const;
|
|
|
void setResourceOwnerId(long resourceOwnerId);
|
|
|
+ int getPageNumber()const;
|
|
|
+ void setPageNumber(int pageNumber);
|
|
|
std::string getAccessKeyId()const;
|
|
|
void setAccessKeyId(const std::string& accessKeyId);
|
|
|
std::string getSecurityToken()const;
|
|
|
void setSecurityToken(const std::string& securityToken);
|
|
|
+ int getPageSize()const;
|
|
|
+ void setPageSize(int pageSize);
|
|
|
std::string getResourceOwnerAccount()const;
|
|
|
void setResourceOwnerAccount(const std::string& resourceOwnerAccount);
|
|
|
std::string getDBClusterId()const;
|
|
|
@@ -52,8 +56,10 @@ namespace AlibabaCloud
|
|
|
|
|
|
private:
|
|
|
long resourceOwnerId_;
|
|
|
+ int pageNumber_;
|
|
|
std::string accessKeyId_;
|
|
|
std::string securityToken_;
|
|
|
+ int pageSize_;
|
|
|
std::string resourceOwnerAccount_;
|
|
|
std::string dBClusterId_;
|
|
|
std::string ownerAccount_;
|