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:
@@ -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_;
|
||||
|
||||
@@ -25,6 +25,17 @@ DescribeBackupGatewayListRequest::DescribeBackupGatewayListRequest() :
|
||||
DescribeBackupGatewayListRequest::~DescribeBackupGatewayListRequest()
|
||||
{}
|
||||
|
||||
std::string DescribeBackupGatewayListRequest::getIdentifier()const
|
||||
{
|
||||
return identifier_;
|
||||
}
|
||||
|
||||
void DescribeBackupGatewayListRequest::setIdentifier(const std::string& identifier)
|
||||
{
|
||||
identifier_ = identifier;
|
||||
setCoreParameter("Identifier", identifier);
|
||||
}
|
||||
|
||||
std::string DescribeBackupGatewayListRequest::getRegionId()const
|
||||
{
|
||||
return regionId_;
|
||||
|
||||
Reference in New Issue
Block a user