Update endpoint data.

This commit is contained in:
sdk-team
2019-09-06 13:19:52 +08:00
parent 5817ec77ab
commit b24f4a88d4
822 changed files with 9753 additions and 39445 deletions

View File

@@ -25,17 +25,6 @@ DeleteKeyPairsRequest::DeleteKeyPairsRequest() :
DeleteKeyPairsRequest::~DeleteKeyPairsRequest()
{}
std::string DeleteKeyPairsRequest::getSourceRegionId()const
{
return sourceRegionId_;
}
void DeleteKeyPairsRequest::setSourceRegionId(const std::string& sourceRegionId)
{
sourceRegionId_ = sourceRegionId;
setCoreParameter("SourceRegionId", sourceRegionId);
}
long DeleteKeyPairsRequest::getResourceOwnerId()const
{
return resourceOwnerId_;
@@ -47,28 +36,6 @@ void DeleteKeyPairsRequest::setResourceOwnerId(long resourceOwnerId)
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
}
std::string DeleteKeyPairsRequest::getResourceOwnerAccount()const
{
return resourceOwnerAccount_;
}
void DeleteKeyPairsRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
{
resourceOwnerAccount_ = resourceOwnerAccount;
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
}
std::string DeleteKeyPairsRequest::getRegionId()const
{
return regionId_;
}
void DeleteKeyPairsRequest::setRegionId(const std::string& regionId)
{
regionId_ = regionId;
setCoreParameter("RegionId", regionId);
}
std::string DeleteKeyPairsRequest::getKeyPairNames()const
{
return keyPairNames_;
@@ -80,6 +47,28 @@ void DeleteKeyPairsRequest::setKeyPairNames(const std::string& keyPairNames)
setCoreParameter("KeyPairNames", keyPairNames);
}
std::string DeleteKeyPairsRequest::getRegionId()const
{
return regionId_;
}
void DeleteKeyPairsRequest::setRegionId(const std::string& regionId)
{
regionId_ = regionId;
setCoreParameter("RegionId", regionId);
}
std::string DeleteKeyPairsRequest::getResourceOwnerAccount()const
{
return resourceOwnerAccount_;
}
void DeleteKeyPairsRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
{
resourceOwnerAccount_ = resourceOwnerAccount;
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
}
long DeleteKeyPairsRequest::getOwnerId()const
{
return ownerId_;