Generate SDK by new Generator

This commit is contained in:
wb-hx510875
2019-09-18 11:18:56 +08:00
parent be86048a76
commit f3eaf1d292
9054 changed files with 325898 additions and 381375 deletions

View File

@@ -36,6 +36,28 @@ void DescribeKernelReleaseNotesRequest::setResourceOwnerId(long resourceOwnerId)
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
}
std::string DescribeKernelReleaseNotesRequest::getAccessKeyId()const
{
return accessKeyId_;
}
void DescribeKernelReleaseNotesRequest::setAccessKeyId(const std::string& accessKeyId)
{
accessKeyId_ = accessKeyId;
setCoreParameter("AccessKeyId", accessKeyId);
}
std::string DescribeKernelReleaseNotesRequest::getKernelVersion()const
{
return kernelVersion_;
}
void DescribeKernelReleaseNotesRequest::setKernelVersion(const std::string& kernelVersion)
{
kernelVersion_ = kernelVersion;
setCoreParameter("KernelVersion", kernelVersion);
}
std::string DescribeKernelReleaseNotesRequest::getSecurityToken()const
{
return securityToken_;
@@ -58,17 +80,6 @@ void DescribeKernelReleaseNotesRequest::setResourceOwnerAccount(const std::strin
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
}
std::string DescribeKernelReleaseNotesRequest::getRegionId()const
{
return regionId_;
}
void DescribeKernelReleaseNotesRequest::setRegionId(const std::string& regionId)
{
regionId_ = regionId;
setCoreParameter("RegionId", regionId);
}
std::string DescribeKernelReleaseNotesRequest::getOwnerAccount()const
{
return ownerAccount_;
@@ -91,25 +102,3 @@ void DescribeKernelReleaseNotesRequest::setOwnerId(long ownerId)
setCoreParameter("OwnerId", std::to_string(ownerId));
}
std::string DescribeKernelReleaseNotesRequest::getAccessKeyId()const
{
return accessKeyId_;
}
void DescribeKernelReleaseNotesRequest::setAccessKeyId(const std::string& accessKeyId)
{
accessKeyId_ = accessKeyId;
setCoreParameter("AccessKeyId", accessKeyId);
}
std::string DescribeKernelReleaseNotesRequest::getKernelVersion()const
{
return kernelVersion_;
}
void DescribeKernelReleaseNotesRequest::setKernelVersion(const std::string& kernelVersion)
{
kernelVersion_ = kernelVersion;
setCoreParameter("KernelVersion", kernelVersion);
}