DBS SDK Auto Released By wanxin,Version:1.36.1

Signed-off-by: haowei.yao <haowei.yao@alibaba-inc.com>
This commit is contained in:
haowei.yao
2019-04-10 23:30:48 +08:00
parent eafc1d87f5
commit fa74cc1f43
4 changed files with 18 additions and 1 deletions

View File

@@ -35,6 +35,8 @@ namespace AlibabaCloud
DescribeBackupGatewayListRequest();
~DescribeBackupGatewayListRequest();
std::string getIdentifier()const;
void setIdentifier(const std::string& identifier);
std::string getRegionId()const;
void setRegionId(const std::string& regionId);
std::string getClientToken()const;
@@ -49,6 +51,7 @@ namespace AlibabaCloud
void setOwnerId(const std::string& ownerId);
private:
std::string identifier_;
std::string regionId_;
std::string clientToken_;
int pageSize_;