regenerate code
This commit is contained in:
@@ -20,7 +20,9 @@ using AlibabaCloud::Slb::Model::DescribeZonesRequest;
|
||||
|
||||
DescribeZonesRequest::DescribeZonesRequest() :
|
||||
RpcServiceRequest("slb", "2014-05-15", "DescribeZones")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeZonesRequest::~DescribeZonesRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DescribeZonesRequest::getAccess_key_id()const
|
||||
void DescribeZonesRequest::setAccess_key_id(const std::string& access_key_id)
|
||||
{
|
||||
access_key_id_ = access_key_id;
|
||||
setCoreParameter("Access_key_id", access_key_id);
|
||||
setParameter("Access_key_id", access_key_id);
|
||||
}
|
||||
|
||||
long DescribeZonesRequest::getResourceOwnerId()const
|
||||
@@ -44,7 +46,7 @@ long DescribeZonesRequest::getResourceOwnerId()const
|
||||
void DescribeZonesRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DescribeZonesRequest::getRegionId()const
|
||||
@@ -55,7 +57,7 @@ std::string DescribeZonesRequest::getRegionId()const
|
||||
void DescribeZonesRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DescribeZonesRequest::getResourceOwnerAccount()const
|
||||
@@ -66,7 +68,7 @@ std::string DescribeZonesRequest::getResourceOwnerAccount()const
|
||||
void DescribeZonesRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DescribeZonesRequest::getOwnerAccount()const
|
||||
@@ -77,7 +79,7 @@ std::string DescribeZonesRequest::getOwnerAccount()const
|
||||
void DescribeZonesRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DescribeZonesRequest::getOwnerId()const
|
||||
@@ -88,7 +90,7 @@ long DescribeZonesRequest::getOwnerId()const
|
||||
void DescribeZonesRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string DescribeZonesRequest::getTags()const
|
||||
@@ -99,6 +101,6 @@ std::string DescribeZonesRequest::getTags()const
|
||||
void DescribeZonesRequest::setTags(const std::string& tags)
|
||||
{
|
||||
tags_ = tags;
|
||||
setCoreParameter("Tags", tags);
|
||||
setParameter("Tags", tags);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user