ECS SDK Auto Released By hongchen,Version:1.35.1
Signed-off-by: haowei.yao <haowei.yao@alibaba-inc.com>
This commit is contained in:
@@ -33,7 +33,7 @@ std::string DescribeAutoSnapshotPolicyExRequest::getSourceRegionId()const
|
||||
void DescribeAutoSnapshotPolicyExRequest::setSourceRegionId(const std::string& sourceRegionId)
|
||||
{
|
||||
sourceRegionId_ = sourceRegionId;
|
||||
setParameter("SourceRegionId", sourceRegionId);
|
||||
setCoreParameter("SourceRegionId", sourceRegionId);
|
||||
}
|
||||
|
||||
long DescribeAutoSnapshotPolicyExRequest::getResourceOwnerId()const
|
||||
@@ -44,7 +44,7 @@ long DescribeAutoSnapshotPolicyExRequest::getResourceOwnerId()const
|
||||
void DescribeAutoSnapshotPolicyExRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DescribeAutoSnapshotPolicyExRequest::getResourceOwnerAccount()const
|
||||
@@ -55,7 +55,7 @@ std::string DescribeAutoSnapshotPolicyExRequest::getResourceOwnerAccount()const
|
||||
void DescribeAutoSnapshotPolicyExRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DescribeAutoSnapshotPolicyExRequest::getRegionId()const
|
||||
@@ -66,7 +66,7 @@ std::string DescribeAutoSnapshotPolicyExRequest::getRegionId()const
|
||||
void DescribeAutoSnapshotPolicyExRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setParameter("RegionId", regionId);
|
||||
setCoreParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DescribeAutoSnapshotPolicyExRequest::getAutoSnapshotPolicyId()const
|
||||
@@ -77,7 +77,7 @@ std::string DescribeAutoSnapshotPolicyExRequest::getAutoSnapshotPolicyId()const
|
||||
void DescribeAutoSnapshotPolicyExRequest::setAutoSnapshotPolicyId(const std::string& autoSnapshotPolicyId)
|
||||
{
|
||||
autoSnapshotPolicyId_ = autoSnapshotPolicyId;
|
||||
setParameter("AutoSnapshotPolicyId", autoSnapshotPolicyId);
|
||||
setCoreParameter("AutoSnapshotPolicyId", autoSnapshotPolicyId);
|
||||
}
|
||||
|
||||
std::string DescribeAutoSnapshotPolicyExRequest::getOwnerAccount()const
|
||||
@@ -88,7 +88,7 @@ std::string DescribeAutoSnapshotPolicyExRequest::getOwnerAccount()const
|
||||
void DescribeAutoSnapshotPolicyExRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
int DescribeAutoSnapshotPolicyExRequest::getPageSize()const
|
||||
@@ -99,7 +99,7 @@ int DescribeAutoSnapshotPolicyExRequest::getPageSize()const
|
||||
void DescribeAutoSnapshotPolicyExRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
long DescribeAutoSnapshotPolicyExRequest::getOwnerId()const
|
||||
@@ -110,7 +110,7 @@ long DescribeAutoSnapshotPolicyExRequest::getOwnerId()const
|
||||
void DescribeAutoSnapshotPolicyExRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
int DescribeAutoSnapshotPolicyExRequest::getPageNumber()const
|
||||
@@ -121,6 +121,6 @@ int DescribeAutoSnapshotPolicyExRequest::getPageNumber()const
|
||||
void DescribeAutoSnapshotPolicyExRequest::setPageNumber(int pageNumber)
|
||||
{
|
||||
pageNumber_ = pageNumber;
|
||||
setParameter("PageNumber", std::to_string(pageNumber));
|
||||
setCoreParameter("PageNumber", std::to_string(pageNumber));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user