@@ -33,7 +33,7 @@ long CreateGlobalAccelerationInstanceRequest::getResourceOwnerId()const
|
||||
void CreateGlobalAccelerationInstanceRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateGlobalAccelerationInstanceRequest::getBandwidthType()const
|
||||
@@ -44,7 +44,7 @@ std::string CreateGlobalAccelerationInstanceRequest::getBandwidthType()const
|
||||
void CreateGlobalAccelerationInstanceRequest::setBandwidthType(const std::string& bandwidthType)
|
||||
{
|
||||
bandwidthType_ = bandwidthType;
|
||||
setParameter("BandwidthType", bandwidthType);
|
||||
setCoreParameter("BandwidthType", bandwidthType);
|
||||
}
|
||||
|
||||
std::string CreateGlobalAccelerationInstanceRequest::getResourceOwnerAccount()const
|
||||
@@ -55,7 +55,7 @@ std::string CreateGlobalAccelerationInstanceRequest::getResourceOwnerAccount()co
|
||||
void CreateGlobalAccelerationInstanceRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreateGlobalAccelerationInstanceRequest::getServiceLocation()const
|
||||
@@ -66,7 +66,7 @@ std::string CreateGlobalAccelerationInstanceRequest::getServiceLocation()const
|
||||
void CreateGlobalAccelerationInstanceRequest::setServiceLocation(const std::string& serviceLocation)
|
||||
{
|
||||
serviceLocation_ = serviceLocation;
|
||||
setParameter("ServiceLocation", serviceLocation);
|
||||
setCoreParameter("ServiceLocation", serviceLocation);
|
||||
}
|
||||
|
||||
std::string CreateGlobalAccelerationInstanceRequest::getBandwidth()const
|
||||
@@ -77,7 +77,7 @@ std::string CreateGlobalAccelerationInstanceRequest::getBandwidth()const
|
||||
void CreateGlobalAccelerationInstanceRequest::setBandwidth(const std::string& bandwidth)
|
||||
{
|
||||
bandwidth_ = bandwidth;
|
||||
setParameter("Bandwidth", bandwidth);
|
||||
setCoreParameter("Bandwidth", bandwidth);
|
||||
}
|
||||
|
||||
std::string CreateGlobalAccelerationInstanceRequest::getClientToken()const
|
||||
@@ -88,7 +88,7 @@ std::string CreateGlobalAccelerationInstanceRequest::getClientToken()const
|
||||
void CreateGlobalAccelerationInstanceRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setParameter("ClientToken", clientToken);
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string CreateGlobalAccelerationInstanceRequest::getOwnerAccount()const
|
||||
@@ -99,7 +99,7 @@ std::string CreateGlobalAccelerationInstanceRequest::getOwnerAccount()const
|
||||
void CreateGlobalAccelerationInstanceRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
std::string CreateGlobalAccelerationInstanceRequest::getDescription()const
|
||||
@@ -110,7 +110,7 @@ std::string CreateGlobalAccelerationInstanceRequest::getDescription()const
|
||||
void CreateGlobalAccelerationInstanceRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setParameter("Description", description);
|
||||
setCoreParameter("Description", description);
|
||||
}
|
||||
|
||||
long CreateGlobalAccelerationInstanceRequest::getOwnerId()const
|
||||
@@ -121,7 +121,7 @@ long CreateGlobalAccelerationInstanceRequest::getOwnerId()const
|
||||
void CreateGlobalAccelerationInstanceRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string CreateGlobalAccelerationInstanceRequest::getRegionId()const
|
||||
@@ -132,7 +132,7 @@ std::string CreateGlobalAccelerationInstanceRequest::getRegionId()const
|
||||
void CreateGlobalAccelerationInstanceRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setParameter("RegionId", regionId);
|
||||
setCoreParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CreateGlobalAccelerationInstanceRequest::getInternetChargeType()const
|
||||
@@ -143,7 +143,7 @@ std::string CreateGlobalAccelerationInstanceRequest::getInternetChargeType()cons
|
||||
void CreateGlobalAccelerationInstanceRequest::setInternetChargeType(const std::string& internetChargeType)
|
||||
{
|
||||
internetChargeType_ = internetChargeType;
|
||||
setParameter("InternetChargeType", internetChargeType);
|
||||
setCoreParameter("InternetChargeType", internetChargeType);
|
||||
}
|
||||
|
||||
std::string CreateGlobalAccelerationInstanceRequest::getName()const
|
||||
@@ -154,6 +154,6 @@ std::string CreateGlobalAccelerationInstanceRequest::getName()const
|
||||
void CreateGlobalAccelerationInstanceRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setParameter("Name", name);
|
||||
setCoreParameter("Name", name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user