Support ModifyInstanceAttributes for SecurityGroupIds.
This commit is contained in:
@@ -35,7 +35,7 @@ std::string AcceptInquiredSystemEventRequest::getEventId()const
|
||||
void AcceptInquiredSystemEventRequest::setEventId(const std::string& eventId)
|
||||
{
|
||||
eventId_ = eventId;
|
||||
setCoreParameter("EventId", eventId);
|
||||
setParameter("EventId", eventId);
|
||||
}
|
||||
|
||||
long AcceptInquiredSystemEventRequest::getResourceOwnerId()const
|
||||
@@ -46,7 +46,7 @@ long AcceptInquiredSystemEventRequest::getResourceOwnerId()const
|
||||
void AcceptInquiredSystemEventRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string AcceptInquiredSystemEventRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string AcceptInquiredSystemEventRequest::getRegionId()const
|
||||
void AcceptInquiredSystemEventRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string AcceptInquiredSystemEventRequest::getResourceOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string AcceptInquiredSystemEventRequest::getResourceOwnerAccount()const
|
||||
void AcceptInquiredSystemEventRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string AcceptInquiredSystemEventRequest::getOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string AcceptInquiredSystemEventRequest::getOwnerAccount()const
|
||||
void AcceptInquiredSystemEventRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long AcceptInquiredSystemEventRequest::getOwnerId()const
|
||||
@@ -90,6 +90,6 @@ long AcceptInquiredSystemEventRequest::getOwnerId()const
|
||||
void AcceptInquiredSystemEventRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long ActivateRouterInterfaceRequest::getResourceOwnerId()const
|
||||
void ActivateRouterInterfaceRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string ActivateRouterInterfaceRequest::getResourceOwnerAccount()const
|
||||
@@ -46,7 +46,7 @@ std::string ActivateRouterInterfaceRequest::getResourceOwnerAccount()const
|
||||
void ActivateRouterInterfaceRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
long ActivateRouterInterfaceRequest::getOwnerId()const
|
||||
@@ -57,7 +57,7 @@ long ActivateRouterInterfaceRequest::getOwnerId()const
|
||||
void ActivateRouterInterfaceRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string ActivateRouterInterfaceRequest::getRouterInterfaceId()const
|
||||
@@ -68,7 +68,7 @@ std::string ActivateRouterInterfaceRequest::getRouterInterfaceId()const
|
||||
void ActivateRouterInterfaceRequest::setRouterInterfaceId(const std::string& routerInterfaceId)
|
||||
{
|
||||
routerInterfaceId_ = routerInterfaceId;
|
||||
setCoreParameter("RouterInterfaceId", routerInterfaceId);
|
||||
setParameter("RouterInterfaceId", routerInterfaceId);
|
||||
}
|
||||
|
||||
std::string ActivateRouterInterfaceRequest::getRegionId()const
|
||||
@@ -79,6 +79,6 @@ std::string ActivateRouterInterfaceRequest::getRegionId()const
|
||||
void ActivateRouterInterfaceRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long AddBandwidthPackageIpsRequest::getResourceOwnerId()const
|
||||
void AddBandwidthPackageIpsRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string AddBandwidthPackageIpsRequest::getClientToken()const
|
||||
@@ -46,7 +46,7 @@ std::string AddBandwidthPackageIpsRequest::getClientToken()const
|
||||
void AddBandwidthPackageIpsRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string AddBandwidthPackageIpsRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string AddBandwidthPackageIpsRequest::getRegionId()const
|
||||
void AddBandwidthPackageIpsRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string AddBandwidthPackageIpsRequest::getBandwidthPackageId()const
|
||||
@@ -68,7 +68,7 @@ std::string AddBandwidthPackageIpsRequest::getBandwidthPackageId()const
|
||||
void AddBandwidthPackageIpsRequest::setBandwidthPackageId(const std::string& bandwidthPackageId)
|
||||
{
|
||||
bandwidthPackageId_ = bandwidthPackageId;
|
||||
setCoreParameter("BandwidthPackageId", bandwidthPackageId);
|
||||
setParameter("BandwidthPackageId", bandwidthPackageId);
|
||||
}
|
||||
|
||||
std::string AddBandwidthPackageIpsRequest::getResourceOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string AddBandwidthPackageIpsRequest::getResourceOwnerAccount()const
|
||||
void AddBandwidthPackageIpsRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string AddBandwidthPackageIpsRequest::getOwnerAccount()const
|
||||
@@ -90,7 +90,7 @@ std::string AddBandwidthPackageIpsRequest::getOwnerAccount()const
|
||||
void AddBandwidthPackageIpsRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long AddBandwidthPackageIpsRequest::getOwnerId()const
|
||||
@@ -101,7 +101,7 @@ long AddBandwidthPackageIpsRequest::getOwnerId()const
|
||||
void AddBandwidthPackageIpsRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string AddBandwidthPackageIpsRequest::getIpCount()const
|
||||
@@ -112,6 +112,6 @@ std::string AddBandwidthPackageIpsRequest::getIpCount()const
|
||||
void AddBandwidthPackageIpsRequest::setIpCount(const std::string& ipCount)
|
||||
{
|
||||
ipCount_ = ipCount;
|
||||
setCoreParameter("IpCount", ipCount);
|
||||
setParameter("IpCount", ipCount);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long AddTagsRequest::getResourceOwnerId()const
|
||||
void AddTagsRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string AddTagsRequest::getRegionId()const
|
||||
@@ -46,7 +46,7 @@ std::string AddTagsRequest::getRegionId()const
|
||||
void AddTagsRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::vector<AddTagsRequest::Tag> AddTagsRequest::getTag()const
|
||||
@@ -59,9 +59,9 @@ void AddTagsRequest::setTag(const std::vector<Tag>& tag)
|
||||
tag_ = tag;
|
||||
for(int dep1 = 0; dep1!= tag.size(); dep1++) {
|
||||
auto tagObj = tag.at(dep1);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1);
|
||||
setCoreParameter(tagObjStr + ".Value", tagObj.value);
|
||||
setCoreParameter(tagObjStr + ".Key", tagObj.key);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1 + 1);
|
||||
setParameter(tagObjStr + ".Value", tagObj.value);
|
||||
setParameter(tagObjStr + ".Key", tagObj.key);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -73,7 +73,7 @@ std::string AddTagsRequest::getResourceId()const
|
||||
void AddTagsRequest::setResourceId(const std::string& resourceId)
|
||||
{
|
||||
resourceId_ = resourceId;
|
||||
setCoreParameter("ResourceId", resourceId);
|
||||
setParameter("ResourceId", resourceId);
|
||||
}
|
||||
|
||||
std::string AddTagsRequest::getResourceOwnerAccount()const
|
||||
@@ -84,7 +84,7 @@ std::string AddTagsRequest::getResourceOwnerAccount()const
|
||||
void AddTagsRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
long AddTagsRequest::getOwnerId()const
|
||||
@@ -95,7 +95,7 @@ long AddTagsRequest::getOwnerId()const
|
||||
void AddTagsRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string AddTagsRequest::getResourceType()const
|
||||
@@ -106,6 +106,6 @@ std::string AddTagsRequest::getResourceType()const
|
||||
void AddTagsRequest::setResourceType(const std::string& resourceType)
|
||||
{
|
||||
resourceType_ = resourceType;
|
||||
setCoreParameter("ResourceType", resourceType);
|
||||
setParameter("ResourceType", resourceType);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long AllocateDedicatedHostsRequest::getResourceOwnerId()const
|
||||
void AllocateDedicatedHostsRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string AllocateDedicatedHostsRequest::getClientToken()const
|
||||
@@ -46,7 +46,7 @@ std::string AllocateDedicatedHostsRequest::getClientToken()const
|
||||
void AllocateDedicatedHostsRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string AllocateDedicatedHostsRequest::getDescription()const
|
||||
@@ -57,7 +57,7 @@ std::string AllocateDedicatedHostsRequest::getDescription()const
|
||||
void AllocateDedicatedHostsRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string AllocateDedicatedHostsRequest::getResourceGroupId()const
|
||||
@@ -68,7 +68,7 @@ std::string AllocateDedicatedHostsRequest::getResourceGroupId()const
|
||||
void AllocateDedicatedHostsRequest::setResourceGroupId(const std::string& resourceGroupId)
|
||||
{
|
||||
resourceGroupId_ = resourceGroupId;
|
||||
setCoreParameter("ResourceGroupId", resourceGroupId);
|
||||
setParameter("ResourceGroupId", resourceGroupId);
|
||||
}
|
||||
|
||||
std::string AllocateDedicatedHostsRequest::getRegionId()const
|
||||
@@ -79,7 +79,7 @@ std::string AllocateDedicatedHostsRequest::getRegionId()const
|
||||
void AllocateDedicatedHostsRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string AllocateDedicatedHostsRequest::getActionOnMaintenance()const
|
||||
@@ -90,7 +90,7 @@ std::string AllocateDedicatedHostsRequest::getActionOnMaintenance()const
|
||||
void AllocateDedicatedHostsRequest::setActionOnMaintenance(const std::string& actionOnMaintenance)
|
||||
{
|
||||
actionOnMaintenance_ = actionOnMaintenance;
|
||||
setCoreParameter("ActionOnMaintenance", actionOnMaintenance);
|
||||
setParameter("ActionOnMaintenance", actionOnMaintenance);
|
||||
}
|
||||
|
||||
std::vector<AllocateDedicatedHostsRequest::Tag> AllocateDedicatedHostsRequest::getTag()const
|
||||
@@ -103,9 +103,9 @@ void AllocateDedicatedHostsRequest::setTag(const std::vector<Tag>& tag)
|
||||
tag_ = tag;
|
||||
for(int dep1 = 0; dep1!= tag.size(); dep1++) {
|
||||
auto tagObj = tag.at(dep1);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1);
|
||||
setCoreParameter(tagObjStr + ".Key", tagObj.key);
|
||||
setCoreParameter(tagObjStr + ".Value", tagObj.value);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1 + 1);
|
||||
setParameter(tagObjStr + ".Key", tagObj.key);
|
||||
setParameter(tagObjStr + ".Value", tagObj.value);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -117,7 +117,7 @@ std::string AllocateDedicatedHostsRequest::getDedicatedHostType()const
|
||||
void AllocateDedicatedHostsRequest::setDedicatedHostType(const std::string& dedicatedHostType)
|
||||
{
|
||||
dedicatedHostType_ = dedicatedHostType;
|
||||
setCoreParameter("DedicatedHostType", dedicatedHostType);
|
||||
setParameter("DedicatedHostType", dedicatedHostType);
|
||||
}
|
||||
|
||||
int AllocateDedicatedHostsRequest::getAutoRenewPeriod()const
|
||||
@@ -128,7 +128,7 @@ int AllocateDedicatedHostsRequest::getAutoRenewPeriod()const
|
||||
void AllocateDedicatedHostsRequest::setAutoRenewPeriod(int autoRenewPeriod)
|
||||
{
|
||||
autoRenewPeriod_ = autoRenewPeriod;
|
||||
setCoreParameter("AutoRenewPeriod", std::to_string(autoRenewPeriod));
|
||||
setParameter("AutoRenewPeriod", std::to_string(autoRenewPeriod));
|
||||
}
|
||||
|
||||
int AllocateDedicatedHostsRequest::getPeriod()const
|
||||
@@ -139,7 +139,7 @@ int AllocateDedicatedHostsRequest::getPeriod()const
|
||||
void AllocateDedicatedHostsRequest::setPeriod(int period)
|
||||
{
|
||||
period_ = period;
|
||||
setCoreParameter("Period", std::to_string(period));
|
||||
setParameter("Period", std::to_string(period));
|
||||
}
|
||||
|
||||
int AllocateDedicatedHostsRequest::getQuantity()const
|
||||
@@ -150,7 +150,7 @@ int AllocateDedicatedHostsRequest::getQuantity()const
|
||||
void AllocateDedicatedHostsRequest::setQuantity(int quantity)
|
||||
{
|
||||
quantity_ = quantity;
|
||||
setCoreParameter("Quantity", std::to_string(quantity));
|
||||
setParameter("Quantity", std::to_string(quantity));
|
||||
}
|
||||
|
||||
std::string AllocateDedicatedHostsRequest::getDedicatedHostName()const
|
||||
@@ -161,7 +161,7 @@ std::string AllocateDedicatedHostsRequest::getDedicatedHostName()const
|
||||
void AllocateDedicatedHostsRequest::setDedicatedHostName(const std::string& dedicatedHostName)
|
||||
{
|
||||
dedicatedHostName_ = dedicatedHostName;
|
||||
setCoreParameter("DedicatedHostName", dedicatedHostName);
|
||||
setParameter("DedicatedHostName", dedicatedHostName);
|
||||
}
|
||||
|
||||
std::string AllocateDedicatedHostsRequest::getResourceOwnerAccount()const
|
||||
@@ -172,7 +172,7 @@ std::string AllocateDedicatedHostsRequest::getResourceOwnerAccount()const
|
||||
void AllocateDedicatedHostsRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string AllocateDedicatedHostsRequest::getOwnerAccount()const
|
||||
@@ -183,7 +183,7 @@ std::string AllocateDedicatedHostsRequest::getOwnerAccount()const
|
||||
void AllocateDedicatedHostsRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
std::string AllocateDedicatedHostsRequest::getAutoReleaseTime()const
|
||||
@@ -194,7 +194,7 @@ std::string AllocateDedicatedHostsRequest::getAutoReleaseTime()const
|
||||
void AllocateDedicatedHostsRequest::setAutoReleaseTime(const std::string& autoReleaseTime)
|
||||
{
|
||||
autoReleaseTime_ = autoReleaseTime;
|
||||
setCoreParameter("AutoReleaseTime", autoReleaseTime);
|
||||
setParameter("AutoReleaseTime", autoReleaseTime);
|
||||
}
|
||||
|
||||
long AllocateDedicatedHostsRequest::getOwnerId()const
|
||||
@@ -205,7 +205,7 @@ long AllocateDedicatedHostsRequest::getOwnerId()const
|
||||
void AllocateDedicatedHostsRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string AllocateDedicatedHostsRequest::getPeriodUnit()const
|
||||
@@ -216,7 +216,7 @@ std::string AllocateDedicatedHostsRequest::getPeriodUnit()const
|
||||
void AllocateDedicatedHostsRequest::setPeriodUnit(const std::string& periodUnit)
|
||||
{
|
||||
periodUnit_ = periodUnit;
|
||||
setCoreParameter("PeriodUnit", periodUnit);
|
||||
setParameter("PeriodUnit", periodUnit);
|
||||
}
|
||||
|
||||
bool AllocateDedicatedHostsRequest::getAutoRenew()const
|
||||
@@ -227,7 +227,7 @@ bool AllocateDedicatedHostsRequest::getAutoRenew()const
|
||||
void AllocateDedicatedHostsRequest::setAutoRenew(bool autoRenew)
|
||||
{
|
||||
autoRenew_ = autoRenew;
|
||||
setCoreParameter("AutoRenew", autoRenew ? "true" : "false");
|
||||
setParameter("AutoRenew", autoRenew ? "true" : "false");
|
||||
}
|
||||
|
||||
int AllocateDedicatedHostsRequest::getNetworkAttributesSlbUdpTimeout()const
|
||||
@@ -238,7 +238,7 @@ int AllocateDedicatedHostsRequest::getNetworkAttributesSlbUdpTimeout()const
|
||||
void AllocateDedicatedHostsRequest::setNetworkAttributesSlbUdpTimeout(int networkAttributesSlbUdpTimeout)
|
||||
{
|
||||
networkAttributesSlbUdpTimeout_ = networkAttributesSlbUdpTimeout;
|
||||
setCoreParameter("NetworkAttributesSlbUdpTimeout", std::to_string(networkAttributesSlbUdpTimeout));
|
||||
setParameter("NetworkAttributesSlbUdpTimeout", std::to_string(networkAttributesSlbUdpTimeout));
|
||||
}
|
||||
|
||||
std::string AllocateDedicatedHostsRequest::getZoneId()const
|
||||
@@ -249,7 +249,7 @@ std::string AllocateDedicatedHostsRequest::getZoneId()const
|
||||
void AllocateDedicatedHostsRequest::setZoneId(const std::string& zoneId)
|
||||
{
|
||||
zoneId_ = zoneId;
|
||||
setCoreParameter("ZoneId", zoneId);
|
||||
setParameter("ZoneId", zoneId);
|
||||
}
|
||||
|
||||
std::string AllocateDedicatedHostsRequest::getAutoPlacement()const
|
||||
@@ -260,7 +260,7 @@ std::string AllocateDedicatedHostsRequest::getAutoPlacement()const
|
||||
void AllocateDedicatedHostsRequest::setAutoPlacement(const std::string& autoPlacement)
|
||||
{
|
||||
autoPlacement_ = autoPlacement;
|
||||
setCoreParameter("AutoPlacement", autoPlacement);
|
||||
setParameter("AutoPlacement", autoPlacement);
|
||||
}
|
||||
|
||||
std::string AllocateDedicatedHostsRequest::getChargeType()const
|
||||
@@ -271,7 +271,7 @@ std::string AllocateDedicatedHostsRequest::getChargeType()const
|
||||
void AllocateDedicatedHostsRequest::setChargeType(const std::string& chargeType)
|
||||
{
|
||||
chargeType_ = chargeType;
|
||||
setCoreParameter("ChargeType", chargeType);
|
||||
setParameter("ChargeType", chargeType);
|
||||
}
|
||||
|
||||
int AllocateDedicatedHostsRequest::getNetworkAttributesUdpTimeout()const
|
||||
@@ -282,6 +282,6 @@ int AllocateDedicatedHostsRequest::getNetworkAttributesUdpTimeout()const
|
||||
void AllocateDedicatedHostsRequest::setNetworkAttributesUdpTimeout(int networkAttributesUdpTimeout)
|
||||
{
|
||||
networkAttributesUdpTimeout_ = networkAttributesUdpTimeout;
|
||||
setCoreParameter("NetworkAttributesUdpTimeout", std::to_string(networkAttributesUdpTimeout));
|
||||
setParameter("NetworkAttributesUdpTimeout", std::to_string(networkAttributesUdpTimeout));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long AllocateEipAddressRequest::getResourceOwnerId()const
|
||||
void AllocateEipAddressRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string AllocateEipAddressRequest::getClientToken()const
|
||||
@@ -46,7 +46,7 @@ std::string AllocateEipAddressRequest::getClientToken()const
|
||||
void AllocateEipAddressRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string AllocateEipAddressRequest::getISP()const
|
||||
@@ -57,7 +57,7 @@ std::string AllocateEipAddressRequest::getISP()const
|
||||
void AllocateEipAddressRequest::setISP(const std::string& iSP)
|
||||
{
|
||||
iSP_ = iSP;
|
||||
setCoreParameter("ISP", iSP);
|
||||
setParameter("ISP", iSP);
|
||||
}
|
||||
|
||||
std::string AllocateEipAddressRequest::getRegionId()const
|
||||
@@ -68,7 +68,7 @@ std::string AllocateEipAddressRequest::getRegionId()const
|
||||
void AllocateEipAddressRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string AllocateEipAddressRequest::getResourceOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string AllocateEipAddressRequest::getResourceOwnerAccount()const
|
||||
void AllocateEipAddressRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string AllocateEipAddressRequest::getBandwidth()const
|
||||
@@ -90,7 +90,7 @@ std::string AllocateEipAddressRequest::getBandwidth()const
|
||||
void AllocateEipAddressRequest::setBandwidth(const std::string& bandwidth)
|
||||
{
|
||||
bandwidth_ = bandwidth;
|
||||
setCoreParameter("Bandwidth", bandwidth);
|
||||
setParameter("Bandwidth", bandwidth);
|
||||
}
|
||||
|
||||
std::string AllocateEipAddressRequest::getOwnerAccount()const
|
||||
@@ -101,7 +101,7 @@ std::string AllocateEipAddressRequest::getOwnerAccount()const
|
||||
void AllocateEipAddressRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long AllocateEipAddressRequest::getOwnerId()const
|
||||
@@ -112,7 +112,7 @@ long AllocateEipAddressRequest::getOwnerId()const
|
||||
void AllocateEipAddressRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
long AllocateEipAddressRequest::getActivityId()const
|
||||
@@ -123,7 +123,7 @@ long AllocateEipAddressRequest::getActivityId()const
|
||||
void AllocateEipAddressRequest::setActivityId(long activityId)
|
||||
{
|
||||
activityId_ = activityId;
|
||||
setCoreParameter("ActivityId", std::to_string(activityId));
|
||||
setParameter("ActivityId", std::to_string(activityId));
|
||||
}
|
||||
|
||||
std::string AllocateEipAddressRequest::getInternetChargeType()const
|
||||
@@ -134,6 +134,6 @@ std::string AllocateEipAddressRequest::getInternetChargeType()const
|
||||
void AllocateEipAddressRequest::setInternetChargeType(const std::string& internetChargeType)
|
||||
{
|
||||
internetChargeType_ = internetChargeType;
|
||||
setCoreParameter("InternetChargeType", internetChargeType);
|
||||
setParameter("InternetChargeType", internetChargeType);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ std::string AllocatePublicIpAddressRequest::getIpAddress()const
|
||||
void AllocatePublicIpAddressRequest::setIpAddress(const std::string& ipAddress)
|
||||
{
|
||||
ipAddress_ = ipAddress;
|
||||
setCoreParameter("IpAddress", ipAddress);
|
||||
setParameter("IpAddress", ipAddress);
|
||||
}
|
||||
|
||||
long AllocatePublicIpAddressRequest::getResourceOwnerId()const
|
||||
@@ -46,7 +46,7 @@ long AllocatePublicIpAddressRequest::getResourceOwnerId()const
|
||||
void AllocatePublicIpAddressRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string AllocatePublicIpAddressRequest::getVlanId()const
|
||||
@@ -57,7 +57,7 @@ std::string AllocatePublicIpAddressRequest::getVlanId()const
|
||||
void AllocatePublicIpAddressRequest::setVlanId(const std::string& vlanId)
|
||||
{
|
||||
vlanId_ = vlanId;
|
||||
setCoreParameter("VlanId", vlanId);
|
||||
setParameter("VlanId", vlanId);
|
||||
}
|
||||
|
||||
std::string AllocatePublicIpAddressRequest::getResourceOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string AllocatePublicIpAddressRequest::getResourceOwnerAccount()const
|
||||
void AllocatePublicIpAddressRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string AllocatePublicIpAddressRequest::getOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string AllocatePublicIpAddressRequest::getOwnerAccount()const
|
||||
void AllocatePublicIpAddressRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long AllocatePublicIpAddressRequest::getOwnerId()const
|
||||
@@ -90,7 +90,7 @@ long AllocatePublicIpAddressRequest::getOwnerId()const
|
||||
void AllocatePublicIpAddressRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string AllocatePublicIpAddressRequest::getInstanceId()const
|
||||
@@ -101,6 +101,6 @@ std::string AllocatePublicIpAddressRequest::getInstanceId()const
|
||||
void AllocatePublicIpAddressRequest::setInstanceId(const std::string& instanceId)
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
setCoreParameter("InstanceId", instanceId);
|
||||
setParameter("InstanceId", instanceId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long ApplyAutoSnapshotPolicyRequest::getResourceOwnerId()const
|
||||
void ApplyAutoSnapshotPolicyRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string ApplyAutoSnapshotPolicyRequest::getAutoSnapshotPolicyId()const
|
||||
@@ -46,7 +46,7 @@ std::string ApplyAutoSnapshotPolicyRequest::getAutoSnapshotPolicyId()const
|
||||
void ApplyAutoSnapshotPolicyRequest::setAutoSnapshotPolicyId(const std::string& autoSnapshotPolicyId)
|
||||
{
|
||||
autoSnapshotPolicyId_ = autoSnapshotPolicyId;
|
||||
setCoreParameter("AutoSnapshotPolicyId", autoSnapshotPolicyId);
|
||||
setParameter("AutoSnapshotPolicyId", autoSnapshotPolicyId);
|
||||
}
|
||||
|
||||
std::string ApplyAutoSnapshotPolicyRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string ApplyAutoSnapshotPolicyRequest::getRegionId()const
|
||||
void ApplyAutoSnapshotPolicyRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string ApplyAutoSnapshotPolicyRequest::getDiskIds()const
|
||||
@@ -68,7 +68,7 @@ std::string ApplyAutoSnapshotPolicyRequest::getDiskIds()const
|
||||
void ApplyAutoSnapshotPolicyRequest::setDiskIds(const std::string& diskIds)
|
||||
{
|
||||
diskIds_ = diskIds;
|
||||
setCoreParameter("DiskIds", diskIds);
|
||||
setParameter("DiskIds", diskIds);
|
||||
}
|
||||
|
||||
std::string ApplyAutoSnapshotPolicyRequest::getResourceOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string ApplyAutoSnapshotPolicyRequest::getResourceOwnerAccount()const
|
||||
void ApplyAutoSnapshotPolicyRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
long ApplyAutoSnapshotPolicyRequest::getOwnerId()const
|
||||
@@ -90,6 +90,6 @@ long ApplyAutoSnapshotPolicyRequest::getOwnerId()const
|
||||
void ApplyAutoSnapshotPolicyRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long AssignIpv6AddressesRequest::getResourceOwnerId()const
|
||||
void AssignIpv6AddressesRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string AssignIpv6AddressesRequest::getRegionId()const
|
||||
@@ -46,7 +46,7 @@ std::string AssignIpv6AddressesRequest::getRegionId()const
|
||||
void AssignIpv6AddressesRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string AssignIpv6AddressesRequest::getResourceOwnerAccount()const
|
||||
@@ -57,7 +57,7 @@ std::string AssignIpv6AddressesRequest::getResourceOwnerAccount()const
|
||||
void AssignIpv6AddressesRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
int AssignIpv6AddressesRequest::getIpv6AddressCount()const
|
||||
@@ -68,7 +68,7 @@ int AssignIpv6AddressesRequest::getIpv6AddressCount()const
|
||||
void AssignIpv6AddressesRequest::setIpv6AddressCount(int ipv6AddressCount)
|
||||
{
|
||||
ipv6AddressCount_ = ipv6AddressCount;
|
||||
setCoreParameter("Ipv6AddressCount", std::to_string(ipv6AddressCount));
|
||||
setParameter("Ipv6AddressCount", std::to_string(ipv6AddressCount));
|
||||
}
|
||||
|
||||
std::string AssignIpv6AddressesRequest::getOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string AssignIpv6AddressesRequest::getOwnerAccount()const
|
||||
void AssignIpv6AddressesRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long AssignIpv6AddressesRequest::getOwnerId()const
|
||||
@@ -90,7 +90,7 @@ long AssignIpv6AddressesRequest::getOwnerId()const
|
||||
void AssignIpv6AddressesRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string AssignIpv6AddressesRequest::getNetworkInterfaceId()const
|
||||
@@ -101,7 +101,7 @@ std::string AssignIpv6AddressesRequest::getNetworkInterfaceId()const
|
||||
void AssignIpv6AddressesRequest::setNetworkInterfaceId(const std::string& networkInterfaceId)
|
||||
{
|
||||
networkInterfaceId_ = networkInterfaceId;
|
||||
setCoreParameter("NetworkInterfaceId", networkInterfaceId);
|
||||
setParameter("NetworkInterfaceId", networkInterfaceId);
|
||||
}
|
||||
|
||||
std::vector<std::string> AssignIpv6AddressesRequest::getIpv6Address()const
|
||||
@@ -113,7 +113,7 @@ void AssignIpv6AddressesRequest::setIpv6Address(const std::vector<std::string>&
|
||||
{
|
||||
ipv6Address_ = ipv6Address;
|
||||
for(int dep1 = 0; dep1!= ipv6Address.size(); dep1++) {
|
||||
setCoreParameter("Ipv6Address."+ std::to_string(dep1), ipv6Address.at(dep1));
|
||||
setParameter("Ipv6Address."+ std::to_string(dep1), ipv6Address.at(dep1));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long AssignPrivateIpAddressesRequest::getResourceOwnerId()const
|
||||
void AssignPrivateIpAddressesRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
int AssignPrivateIpAddressesRequest::getSecondaryPrivateIpAddressCount()const
|
||||
@@ -46,7 +46,7 @@ int AssignPrivateIpAddressesRequest::getSecondaryPrivateIpAddressCount()const
|
||||
void AssignPrivateIpAddressesRequest::setSecondaryPrivateIpAddressCount(int secondaryPrivateIpAddressCount)
|
||||
{
|
||||
secondaryPrivateIpAddressCount_ = secondaryPrivateIpAddressCount;
|
||||
setCoreParameter("SecondaryPrivateIpAddressCount", std::to_string(secondaryPrivateIpAddressCount));
|
||||
setParameter("SecondaryPrivateIpAddressCount", std::to_string(secondaryPrivateIpAddressCount));
|
||||
}
|
||||
|
||||
std::string AssignPrivateIpAddressesRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string AssignPrivateIpAddressesRequest::getRegionId()const
|
||||
void AssignPrivateIpAddressesRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string AssignPrivateIpAddressesRequest::getResourceOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string AssignPrivateIpAddressesRequest::getResourceOwnerAccount()const
|
||||
void AssignPrivateIpAddressesRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string AssignPrivateIpAddressesRequest::getOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string AssignPrivateIpAddressesRequest::getOwnerAccount()const
|
||||
void AssignPrivateIpAddressesRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long AssignPrivateIpAddressesRequest::getOwnerId()const
|
||||
@@ -90,7 +90,7 @@ long AssignPrivateIpAddressesRequest::getOwnerId()const
|
||||
void AssignPrivateIpAddressesRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::vector<std::string> AssignPrivateIpAddressesRequest::getPrivateIpAddress()const
|
||||
@@ -102,7 +102,7 @@ void AssignPrivateIpAddressesRequest::setPrivateIpAddress(const std::vector<std:
|
||||
{
|
||||
privateIpAddress_ = privateIpAddress;
|
||||
for(int dep1 = 0; dep1!= privateIpAddress.size(); dep1++) {
|
||||
setCoreParameter("PrivateIpAddress."+ std::to_string(dep1), privateIpAddress.at(dep1));
|
||||
setParameter("PrivateIpAddress."+ std::to_string(dep1), privateIpAddress.at(dep1));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -114,6 +114,6 @@ std::string AssignPrivateIpAddressesRequest::getNetworkInterfaceId()const
|
||||
void AssignPrivateIpAddressesRequest::setNetworkInterfaceId(const std::string& networkInterfaceId)
|
||||
{
|
||||
networkInterfaceId_ = networkInterfaceId;
|
||||
setCoreParameter("NetworkInterfaceId", networkInterfaceId);
|
||||
setParameter("NetworkInterfaceId", networkInterfaceId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long AssociateEipAddressRequest::getResourceOwnerId()const
|
||||
void AssociateEipAddressRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string AssociateEipAddressRequest::getAllocationId()const
|
||||
@@ -46,7 +46,7 @@ std::string AssociateEipAddressRequest::getAllocationId()const
|
||||
void AssociateEipAddressRequest::setAllocationId(const std::string& allocationId)
|
||||
{
|
||||
allocationId_ = allocationId;
|
||||
setCoreParameter("AllocationId", allocationId);
|
||||
setParameter("AllocationId", allocationId);
|
||||
}
|
||||
|
||||
std::string AssociateEipAddressRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string AssociateEipAddressRequest::getRegionId()const
|
||||
void AssociateEipAddressRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string AssociateEipAddressRequest::getInstanceType()const
|
||||
@@ -68,7 +68,7 @@ std::string AssociateEipAddressRequest::getInstanceType()const
|
||||
void AssociateEipAddressRequest::setInstanceType(const std::string& instanceType)
|
||||
{
|
||||
instanceType_ = instanceType;
|
||||
setCoreParameter("InstanceType", instanceType);
|
||||
setParameter("InstanceType", instanceType);
|
||||
}
|
||||
|
||||
std::string AssociateEipAddressRequest::getResourceOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string AssociateEipAddressRequest::getResourceOwnerAccount()const
|
||||
void AssociateEipAddressRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string AssociateEipAddressRequest::getOwnerAccount()const
|
||||
@@ -90,7 +90,7 @@ std::string AssociateEipAddressRequest::getOwnerAccount()const
|
||||
void AssociateEipAddressRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long AssociateEipAddressRequest::getOwnerId()const
|
||||
@@ -101,7 +101,7 @@ long AssociateEipAddressRequest::getOwnerId()const
|
||||
void AssociateEipAddressRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string AssociateEipAddressRequest::getInstanceId()const
|
||||
@@ -112,6 +112,6 @@ std::string AssociateEipAddressRequest::getInstanceId()const
|
||||
void AssociateEipAddressRequest::setInstanceId(const std::string& instanceId)
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
setCoreParameter("InstanceId", instanceId);
|
||||
setParameter("InstanceId", instanceId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long AssociateHaVipRequest::getResourceOwnerId()const
|
||||
void AssociateHaVipRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string AssociateHaVipRequest::getClientToken()const
|
||||
@@ -46,7 +46,7 @@ std::string AssociateHaVipRequest::getClientToken()const
|
||||
void AssociateHaVipRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string AssociateHaVipRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string AssociateHaVipRequest::getRegionId()const
|
||||
void AssociateHaVipRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string AssociateHaVipRequest::getHaVipId()const
|
||||
@@ -68,7 +68,7 @@ std::string AssociateHaVipRequest::getHaVipId()const
|
||||
void AssociateHaVipRequest::setHaVipId(const std::string& haVipId)
|
||||
{
|
||||
haVipId_ = haVipId;
|
||||
setCoreParameter("HaVipId", haVipId);
|
||||
setParameter("HaVipId", haVipId);
|
||||
}
|
||||
|
||||
std::string AssociateHaVipRequest::getResourceOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string AssociateHaVipRequest::getResourceOwnerAccount()const
|
||||
void AssociateHaVipRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string AssociateHaVipRequest::getOwnerAccount()const
|
||||
@@ -90,7 +90,7 @@ std::string AssociateHaVipRequest::getOwnerAccount()const
|
||||
void AssociateHaVipRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long AssociateHaVipRequest::getOwnerId()const
|
||||
@@ -101,7 +101,7 @@ long AssociateHaVipRequest::getOwnerId()const
|
||||
void AssociateHaVipRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string AssociateHaVipRequest::getInstanceId()const
|
||||
@@ -112,6 +112,6 @@ std::string AssociateHaVipRequest::getInstanceId()const
|
||||
void AssociateHaVipRequest::setInstanceId(const std::string& instanceId)
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
setCoreParameter("InstanceId", instanceId);
|
||||
setParameter("InstanceId", instanceId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long AttachClassicLinkVpcRequest::getResourceOwnerId()const
|
||||
void AttachClassicLinkVpcRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string AttachClassicLinkVpcRequest::getRegionId()const
|
||||
@@ -46,7 +46,7 @@ std::string AttachClassicLinkVpcRequest::getRegionId()const
|
||||
void AttachClassicLinkVpcRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string AttachClassicLinkVpcRequest::getResourceOwnerAccount()const
|
||||
@@ -57,7 +57,7 @@ std::string AttachClassicLinkVpcRequest::getResourceOwnerAccount()const
|
||||
void AttachClassicLinkVpcRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
long AttachClassicLinkVpcRequest::getOwnerId()const
|
||||
@@ -68,7 +68,7 @@ long AttachClassicLinkVpcRequest::getOwnerId()const
|
||||
void AttachClassicLinkVpcRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string AttachClassicLinkVpcRequest::getInstanceId()const
|
||||
@@ -79,7 +79,7 @@ std::string AttachClassicLinkVpcRequest::getInstanceId()const
|
||||
void AttachClassicLinkVpcRequest::setInstanceId(const std::string& instanceId)
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
setCoreParameter("InstanceId", instanceId);
|
||||
setParameter("InstanceId", instanceId);
|
||||
}
|
||||
|
||||
std::string AttachClassicLinkVpcRequest::getVpcId()const
|
||||
@@ -90,6 +90,6 @@ std::string AttachClassicLinkVpcRequest::getVpcId()const
|
||||
void AttachClassicLinkVpcRequest::setVpcId(const std::string& vpcId)
|
||||
{
|
||||
vpcId_ = vpcId;
|
||||
setCoreParameter("VpcId", vpcId);
|
||||
setParameter("VpcId", vpcId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long AttachDiskRequest::getResourceOwnerId()const
|
||||
void AttachDiskRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string AttachDiskRequest::getKeyPairName()const
|
||||
@@ -46,7 +46,7 @@ std::string AttachDiskRequest::getKeyPairName()const
|
||||
void AttachDiskRequest::setKeyPairName(const std::string& keyPairName)
|
||||
{
|
||||
keyPairName_ = keyPairName;
|
||||
setCoreParameter("KeyPairName", keyPairName);
|
||||
setParameter("KeyPairName", keyPairName);
|
||||
}
|
||||
|
||||
bool AttachDiskRequest::getBootable()const
|
||||
@@ -57,7 +57,7 @@ bool AttachDiskRequest::getBootable()const
|
||||
void AttachDiskRequest::setBootable(bool bootable)
|
||||
{
|
||||
bootable_ = bootable;
|
||||
setCoreParameter("Bootable", bootable ? "true" : "false");
|
||||
setParameter("Bootable", bootable ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string AttachDiskRequest::getPassword()const
|
||||
@@ -68,7 +68,7 @@ std::string AttachDiskRequest::getPassword()const
|
||||
void AttachDiskRequest::setPassword(const std::string& password)
|
||||
{
|
||||
password_ = password;
|
||||
setCoreParameter("Password", password);
|
||||
setParameter("Password", password);
|
||||
}
|
||||
|
||||
std::string AttachDiskRequest::getDiskId()const
|
||||
@@ -79,7 +79,7 @@ std::string AttachDiskRequest::getDiskId()const
|
||||
void AttachDiskRequest::setDiskId(const std::string& diskId)
|
||||
{
|
||||
diskId_ = diskId;
|
||||
setCoreParameter("DiskId", diskId);
|
||||
setParameter("DiskId", diskId);
|
||||
}
|
||||
|
||||
bool AttachDiskRequest::getDeleteWithInstance()const
|
||||
@@ -90,7 +90,7 @@ bool AttachDiskRequest::getDeleteWithInstance()const
|
||||
void AttachDiskRequest::setDeleteWithInstance(bool deleteWithInstance)
|
||||
{
|
||||
deleteWithInstance_ = deleteWithInstance;
|
||||
setCoreParameter("DeleteWithInstance", deleteWithInstance ? "true" : "false");
|
||||
setParameter("DeleteWithInstance", deleteWithInstance ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string AttachDiskRequest::getResourceOwnerAccount()const
|
||||
@@ -101,7 +101,7 @@ std::string AttachDiskRequest::getResourceOwnerAccount()const
|
||||
void AttachDiskRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string AttachDiskRequest::getOwnerAccount()const
|
||||
@@ -112,7 +112,7 @@ std::string AttachDiskRequest::getOwnerAccount()const
|
||||
void AttachDiskRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long AttachDiskRequest::getOwnerId()const
|
||||
@@ -123,7 +123,7 @@ long AttachDiskRequest::getOwnerId()const
|
||||
void AttachDiskRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string AttachDiskRequest::getInstanceId()const
|
||||
@@ -134,7 +134,7 @@ std::string AttachDiskRequest::getInstanceId()const
|
||||
void AttachDiskRequest::setInstanceId(const std::string& instanceId)
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
setCoreParameter("InstanceId", instanceId);
|
||||
setParameter("InstanceId", instanceId);
|
||||
}
|
||||
|
||||
std::string AttachDiskRequest::getDevice()const
|
||||
@@ -145,6 +145,6 @@ std::string AttachDiskRequest::getDevice()const
|
||||
void AttachDiskRequest::setDevice(const std::string& device)
|
||||
{
|
||||
device_ = device;
|
||||
setCoreParameter("Device", device);
|
||||
setParameter("Device", device);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long AttachInstanceRamRoleRequest::getResourceOwnerId()const
|
||||
void AttachInstanceRamRoleRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string AttachInstanceRamRoleRequest::getRegionId()const
|
||||
@@ -46,7 +46,7 @@ std::string AttachInstanceRamRoleRequest::getRegionId()const
|
||||
void AttachInstanceRamRoleRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string AttachInstanceRamRoleRequest::getResourceOwnerAccount()const
|
||||
@@ -57,7 +57,7 @@ std::string AttachInstanceRamRoleRequest::getResourceOwnerAccount()const
|
||||
void AttachInstanceRamRoleRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string AttachInstanceRamRoleRequest::getRamRoleName()const
|
||||
@@ -68,7 +68,7 @@ std::string AttachInstanceRamRoleRequest::getRamRoleName()const
|
||||
void AttachInstanceRamRoleRequest::setRamRoleName(const std::string& ramRoleName)
|
||||
{
|
||||
ramRoleName_ = ramRoleName;
|
||||
setCoreParameter("RamRoleName", ramRoleName);
|
||||
setParameter("RamRoleName", ramRoleName);
|
||||
}
|
||||
|
||||
long AttachInstanceRamRoleRequest::getOwnerId()const
|
||||
@@ -79,7 +79,7 @@ long AttachInstanceRamRoleRequest::getOwnerId()const
|
||||
void AttachInstanceRamRoleRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string AttachInstanceRamRoleRequest::getInstanceIds()const
|
||||
@@ -90,6 +90,6 @@ std::string AttachInstanceRamRoleRequest::getInstanceIds()const
|
||||
void AttachInstanceRamRoleRequest::setInstanceIds(const std::string& instanceIds)
|
||||
{
|
||||
instanceIds_ = instanceIds;
|
||||
setCoreParameter("InstanceIds", instanceIds);
|
||||
setParameter("InstanceIds", instanceIds);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long AttachKeyPairRequest::getResourceOwnerId()const
|
||||
void AttachKeyPairRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string AttachKeyPairRequest::getKeyPairName()const
|
||||
@@ -46,7 +46,7 @@ std::string AttachKeyPairRequest::getKeyPairName()const
|
||||
void AttachKeyPairRequest::setKeyPairName(const std::string& keyPairName)
|
||||
{
|
||||
keyPairName_ = keyPairName;
|
||||
setCoreParameter("KeyPairName", keyPairName);
|
||||
setParameter("KeyPairName", keyPairName);
|
||||
}
|
||||
|
||||
std::string AttachKeyPairRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string AttachKeyPairRequest::getRegionId()const
|
||||
void AttachKeyPairRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string AttachKeyPairRequest::getResourceOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string AttachKeyPairRequest::getResourceOwnerAccount()const
|
||||
void AttachKeyPairRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
long AttachKeyPairRequest::getOwnerId()const
|
||||
@@ -79,7 +79,7 @@ long AttachKeyPairRequest::getOwnerId()const
|
||||
void AttachKeyPairRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string AttachKeyPairRequest::getInstanceIds()const
|
||||
@@ -90,6 +90,6 @@ std::string AttachKeyPairRequest::getInstanceIds()const
|
||||
void AttachKeyPairRequest::setInstanceIds(const std::string& instanceIds)
|
||||
{
|
||||
instanceIds_ = instanceIds;
|
||||
setCoreParameter("InstanceIds", instanceIds);
|
||||
setParameter("InstanceIds", instanceIds);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long AttachNetworkInterfaceRequest::getResourceOwnerId()const
|
||||
void AttachNetworkInterfaceRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string AttachNetworkInterfaceRequest::getRegionId()const
|
||||
@@ -46,7 +46,7 @@ std::string AttachNetworkInterfaceRequest::getRegionId()const
|
||||
void AttachNetworkInterfaceRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string AttachNetworkInterfaceRequest::getResourceOwnerAccount()const
|
||||
@@ -57,7 +57,7 @@ std::string AttachNetworkInterfaceRequest::getResourceOwnerAccount()const
|
||||
void AttachNetworkInterfaceRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string AttachNetworkInterfaceRequest::getOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string AttachNetworkInterfaceRequest::getOwnerAccount()const
|
||||
void AttachNetworkInterfaceRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long AttachNetworkInterfaceRequest::getOwnerId()const
|
||||
@@ -79,7 +79,7 @@ long AttachNetworkInterfaceRequest::getOwnerId()const
|
||||
void AttachNetworkInterfaceRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string AttachNetworkInterfaceRequest::getInstanceId()const
|
||||
@@ -90,7 +90,7 @@ std::string AttachNetworkInterfaceRequest::getInstanceId()const
|
||||
void AttachNetworkInterfaceRequest::setInstanceId(const std::string& instanceId)
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
setCoreParameter("InstanceId", instanceId);
|
||||
setParameter("InstanceId", instanceId);
|
||||
}
|
||||
|
||||
std::string AttachNetworkInterfaceRequest::getNetworkInterfaceId()const
|
||||
@@ -101,6 +101,6 @@ std::string AttachNetworkInterfaceRequest::getNetworkInterfaceId()const
|
||||
void AttachNetworkInterfaceRequest::setNetworkInterfaceId(const std::string& networkInterfaceId)
|
||||
{
|
||||
networkInterfaceId_ = networkInterfaceId;
|
||||
setCoreParameter("NetworkInterfaceId", networkInterfaceId);
|
||||
setParameter("NetworkInterfaceId", networkInterfaceId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ std::string AuthorizeSecurityGroupEgressRequest::getNicType()const
|
||||
void AuthorizeSecurityGroupEgressRequest::setNicType(const std::string& nicType)
|
||||
{
|
||||
nicType_ = nicType;
|
||||
setCoreParameter("NicType", nicType);
|
||||
setParameter("NicType", nicType);
|
||||
}
|
||||
|
||||
long AuthorizeSecurityGroupEgressRequest::getResourceOwnerId()const
|
||||
@@ -46,7 +46,7 @@ long AuthorizeSecurityGroupEgressRequest::getResourceOwnerId()const
|
||||
void AuthorizeSecurityGroupEgressRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupEgressRequest::getSourcePortRange()const
|
||||
@@ -57,7 +57,7 @@ std::string AuthorizeSecurityGroupEgressRequest::getSourcePortRange()const
|
||||
void AuthorizeSecurityGroupEgressRequest::setSourcePortRange(const std::string& sourcePortRange)
|
||||
{
|
||||
sourcePortRange_ = sourcePortRange;
|
||||
setCoreParameter("SourcePortRange", sourcePortRange);
|
||||
setParameter("SourcePortRange", sourcePortRange);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupEgressRequest::getClientToken()const
|
||||
@@ -68,7 +68,7 @@ std::string AuthorizeSecurityGroupEgressRequest::getClientToken()const
|
||||
void AuthorizeSecurityGroupEgressRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupEgressRequest::getSecurityGroupId()const
|
||||
@@ -79,7 +79,7 @@ std::string AuthorizeSecurityGroupEgressRequest::getSecurityGroupId()const
|
||||
void AuthorizeSecurityGroupEgressRequest::setSecurityGroupId(const std::string& securityGroupId)
|
||||
{
|
||||
securityGroupId_ = securityGroupId;
|
||||
setCoreParameter("SecurityGroupId", securityGroupId);
|
||||
setParameter("SecurityGroupId", securityGroupId);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupEgressRequest::getDescription()const
|
||||
@@ -90,7 +90,7 @@ std::string AuthorizeSecurityGroupEgressRequest::getDescription()const
|
||||
void AuthorizeSecurityGroupEgressRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupEgressRequest::getRegionId()const
|
||||
@@ -101,7 +101,7 @@ std::string AuthorizeSecurityGroupEgressRequest::getRegionId()const
|
||||
void AuthorizeSecurityGroupEgressRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupEgressRequest::getIpv6DestCidrIp()const
|
||||
@@ -112,7 +112,7 @@ std::string AuthorizeSecurityGroupEgressRequest::getIpv6DestCidrIp()const
|
||||
void AuthorizeSecurityGroupEgressRequest::setIpv6DestCidrIp(const std::string& ipv6DestCidrIp)
|
||||
{
|
||||
ipv6DestCidrIp_ = ipv6DestCidrIp;
|
||||
setCoreParameter("Ipv6DestCidrIp", ipv6DestCidrIp);
|
||||
setParameter("Ipv6DestCidrIp", ipv6DestCidrIp);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupEgressRequest::getIpv6SourceCidrIp()const
|
||||
@@ -123,7 +123,7 @@ std::string AuthorizeSecurityGroupEgressRequest::getIpv6SourceCidrIp()const
|
||||
void AuthorizeSecurityGroupEgressRequest::setIpv6SourceCidrIp(const std::string& ipv6SourceCidrIp)
|
||||
{
|
||||
ipv6SourceCidrIp_ = ipv6SourceCidrIp;
|
||||
setCoreParameter("Ipv6SourceCidrIp", ipv6SourceCidrIp);
|
||||
setParameter("Ipv6SourceCidrIp", ipv6SourceCidrIp);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupEgressRequest::getPolicy()const
|
||||
@@ -134,7 +134,7 @@ std::string AuthorizeSecurityGroupEgressRequest::getPolicy()const
|
||||
void AuthorizeSecurityGroupEgressRequest::setPolicy(const std::string& policy)
|
||||
{
|
||||
policy_ = policy;
|
||||
setCoreParameter("Policy", policy);
|
||||
setParameter("Policy", policy);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupEgressRequest::getPortRange()const
|
||||
@@ -145,7 +145,7 @@ std::string AuthorizeSecurityGroupEgressRequest::getPortRange()const
|
||||
void AuthorizeSecurityGroupEgressRequest::setPortRange(const std::string& portRange)
|
||||
{
|
||||
portRange_ = portRange;
|
||||
setCoreParameter("PortRange", portRange);
|
||||
setParameter("PortRange", portRange);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupEgressRequest::getResourceOwnerAccount()const
|
||||
@@ -156,7 +156,7 @@ std::string AuthorizeSecurityGroupEgressRequest::getResourceOwnerAccount()const
|
||||
void AuthorizeSecurityGroupEgressRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupEgressRequest::getIpProtocol()const
|
||||
@@ -167,7 +167,7 @@ std::string AuthorizeSecurityGroupEgressRequest::getIpProtocol()const
|
||||
void AuthorizeSecurityGroupEgressRequest::setIpProtocol(const std::string& ipProtocol)
|
||||
{
|
||||
ipProtocol_ = ipProtocol;
|
||||
setCoreParameter("IpProtocol", ipProtocol);
|
||||
setParameter("IpProtocol", ipProtocol);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupEgressRequest::getOwnerAccount()const
|
||||
@@ -178,7 +178,7 @@ std::string AuthorizeSecurityGroupEgressRequest::getOwnerAccount()const
|
||||
void AuthorizeSecurityGroupEgressRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupEgressRequest::getSourceCidrIp()const
|
||||
@@ -189,7 +189,7 @@ std::string AuthorizeSecurityGroupEgressRequest::getSourceCidrIp()const
|
||||
void AuthorizeSecurityGroupEgressRequest::setSourceCidrIp(const std::string& sourceCidrIp)
|
||||
{
|
||||
sourceCidrIp_ = sourceCidrIp;
|
||||
setCoreParameter("SourceCidrIp", sourceCidrIp);
|
||||
setParameter("SourceCidrIp", sourceCidrIp);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupEgressRequest::getDestGroupId()const
|
||||
@@ -200,7 +200,7 @@ std::string AuthorizeSecurityGroupEgressRequest::getDestGroupId()const
|
||||
void AuthorizeSecurityGroupEgressRequest::setDestGroupId(const std::string& destGroupId)
|
||||
{
|
||||
destGroupId_ = destGroupId;
|
||||
setCoreParameter("DestGroupId", destGroupId);
|
||||
setParameter("DestGroupId", destGroupId);
|
||||
}
|
||||
|
||||
long AuthorizeSecurityGroupEgressRequest::getOwnerId()const
|
||||
@@ -211,7 +211,7 @@ long AuthorizeSecurityGroupEgressRequest::getOwnerId()const
|
||||
void AuthorizeSecurityGroupEgressRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupEgressRequest::getDestGroupOwnerAccount()const
|
||||
@@ -222,7 +222,7 @@ std::string AuthorizeSecurityGroupEgressRequest::getDestGroupOwnerAccount()const
|
||||
void AuthorizeSecurityGroupEgressRequest::setDestGroupOwnerAccount(const std::string& destGroupOwnerAccount)
|
||||
{
|
||||
destGroupOwnerAccount_ = destGroupOwnerAccount;
|
||||
setCoreParameter("DestGroupOwnerAccount", destGroupOwnerAccount);
|
||||
setParameter("DestGroupOwnerAccount", destGroupOwnerAccount);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupEgressRequest::getPriority()const
|
||||
@@ -233,7 +233,7 @@ std::string AuthorizeSecurityGroupEgressRequest::getPriority()const
|
||||
void AuthorizeSecurityGroupEgressRequest::setPriority(const std::string& priority)
|
||||
{
|
||||
priority_ = priority;
|
||||
setCoreParameter("Priority", priority);
|
||||
setParameter("Priority", priority);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupEgressRequest::getDestCidrIp()const
|
||||
@@ -244,7 +244,7 @@ std::string AuthorizeSecurityGroupEgressRequest::getDestCidrIp()const
|
||||
void AuthorizeSecurityGroupEgressRequest::setDestCidrIp(const std::string& destCidrIp)
|
||||
{
|
||||
destCidrIp_ = destCidrIp;
|
||||
setCoreParameter("DestCidrIp", destCidrIp);
|
||||
setParameter("DestCidrIp", destCidrIp);
|
||||
}
|
||||
|
||||
long AuthorizeSecurityGroupEgressRequest::getDestGroupOwnerId()const
|
||||
@@ -255,6 +255,6 @@ long AuthorizeSecurityGroupEgressRequest::getDestGroupOwnerId()const
|
||||
void AuthorizeSecurityGroupEgressRequest::setDestGroupOwnerId(long destGroupOwnerId)
|
||||
{
|
||||
destGroupOwnerId_ = destGroupOwnerId;
|
||||
setCoreParameter("DestGroupOwnerId", std::to_string(destGroupOwnerId));
|
||||
setParameter("DestGroupOwnerId", std::to_string(destGroupOwnerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ std::string AuthorizeSecurityGroupRequest::getNicType()const
|
||||
void AuthorizeSecurityGroupRequest::setNicType(const std::string& nicType)
|
||||
{
|
||||
nicType_ = nicType;
|
||||
setCoreParameter("NicType", nicType);
|
||||
setParameter("NicType", nicType);
|
||||
}
|
||||
|
||||
long AuthorizeSecurityGroupRequest::getResourceOwnerId()const
|
||||
@@ -46,7 +46,7 @@ long AuthorizeSecurityGroupRequest::getResourceOwnerId()const
|
||||
void AuthorizeSecurityGroupRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupRequest::getSourcePortRange()const
|
||||
@@ -57,7 +57,7 @@ std::string AuthorizeSecurityGroupRequest::getSourcePortRange()const
|
||||
void AuthorizeSecurityGroupRequest::setSourcePortRange(const std::string& sourcePortRange)
|
||||
{
|
||||
sourcePortRange_ = sourcePortRange;
|
||||
setCoreParameter("SourcePortRange", sourcePortRange);
|
||||
setParameter("SourcePortRange", sourcePortRange);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupRequest::getClientToken()const
|
||||
@@ -68,7 +68,7 @@ std::string AuthorizeSecurityGroupRequest::getClientToken()const
|
||||
void AuthorizeSecurityGroupRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupRequest::getSecurityGroupId()const
|
||||
@@ -79,7 +79,7 @@ std::string AuthorizeSecurityGroupRequest::getSecurityGroupId()const
|
||||
void AuthorizeSecurityGroupRequest::setSecurityGroupId(const std::string& securityGroupId)
|
||||
{
|
||||
securityGroupId_ = securityGroupId;
|
||||
setCoreParameter("SecurityGroupId", securityGroupId);
|
||||
setParameter("SecurityGroupId", securityGroupId);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupRequest::getDescription()const
|
||||
@@ -90,7 +90,7 @@ std::string AuthorizeSecurityGroupRequest::getDescription()const
|
||||
void AuthorizeSecurityGroupRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
long AuthorizeSecurityGroupRequest::getSourceGroupOwnerId()const
|
||||
@@ -101,7 +101,7 @@ long AuthorizeSecurityGroupRequest::getSourceGroupOwnerId()const
|
||||
void AuthorizeSecurityGroupRequest::setSourceGroupOwnerId(long sourceGroupOwnerId)
|
||||
{
|
||||
sourceGroupOwnerId_ = sourceGroupOwnerId;
|
||||
setCoreParameter("SourceGroupOwnerId", std::to_string(sourceGroupOwnerId));
|
||||
setParameter("SourceGroupOwnerId", std::to_string(sourceGroupOwnerId));
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupRequest::getSourceGroupOwnerAccount()const
|
||||
@@ -112,7 +112,7 @@ std::string AuthorizeSecurityGroupRequest::getSourceGroupOwnerAccount()const
|
||||
void AuthorizeSecurityGroupRequest::setSourceGroupOwnerAccount(const std::string& sourceGroupOwnerAccount)
|
||||
{
|
||||
sourceGroupOwnerAccount_ = sourceGroupOwnerAccount;
|
||||
setCoreParameter("SourceGroupOwnerAccount", sourceGroupOwnerAccount);
|
||||
setParameter("SourceGroupOwnerAccount", sourceGroupOwnerAccount);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupRequest::getRegionId()const
|
||||
@@ -123,7 +123,7 @@ std::string AuthorizeSecurityGroupRequest::getRegionId()const
|
||||
void AuthorizeSecurityGroupRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupRequest::getIpv6SourceCidrIp()const
|
||||
@@ -134,7 +134,7 @@ std::string AuthorizeSecurityGroupRequest::getIpv6SourceCidrIp()const
|
||||
void AuthorizeSecurityGroupRequest::setIpv6SourceCidrIp(const std::string& ipv6SourceCidrIp)
|
||||
{
|
||||
ipv6SourceCidrIp_ = ipv6SourceCidrIp;
|
||||
setCoreParameter("Ipv6SourceCidrIp", ipv6SourceCidrIp);
|
||||
setParameter("Ipv6SourceCidrIp", ipv6SourceCidrIp);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupRequest::getIpv6DestCidrIp()const
|
||||
@@ -145,7 +145,7 @@ std::string AuthorizeSecurityGroupRequest::getIpv6DestCidrIp()const
|
||||
void AuthorizeSecurityGroupRequest::setIpv6DestCidrIp(const std::string& ipv6DestCidrIp)
|
||||
{
|
||||
ipv6DestCidrIp_ = ipv6DestCidrIp;
|
||||
setCoreParameter("Ipv6DestCidrIp", ipv6DestCidrIp);
|
||||
setParameter("Ipv6DestCidrIp", ipv6DestCidrIp);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupRequest::getPolicy()const
|
||||
@@ -156,7 +156,7 @@ std::string AuthorizeSecurityGroupRequest::getPolicy()const
|
||||
void AuthorizeSecurityGroupRequest::setPolicy(const std::string& policy)
|
||||
{
|
||||
policy_ = policy;
|
||||
setCoreParameter("Policy", policy);
|
||||
setParameter("Policy", policy);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupRequest::getPortRange()const
|
||||
@@ -167,7 +167,7 @@ std::string AuthorizeSecurityGroupRequest::getPortRange()const
|
||||
void AuthorizeSecurityGroupRequest::setPortRange(const std::string& portRange)
|
||||
{
|
||||
portRange_ = portRange;
|
||||
setCoreParameter("PortRange", portRange);
|
||||
setParameter("PortRange", portRange);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupRequest::getResourceOwnerAccount()const
|
||||
@@ -178,7 +178,7 @@ std::string AuthorizeSecurityGroupRequest::getResourceOwnerAccount()const
|
||||
void AuthorizeSecurityGroupRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupRequest::getIpProtocol()const
|
||||
@@ -189,7 +189,7 @@ std::string AuthorizeSecurityGroupRequest::getIpProtocol()const
|
||||
void AuthorizeSecurityGroupRequest::setIpProtocol(const std::string& ipProtocol)
|
||||
{
|
||||
ipProtocol_ = ipProtocol;
|
||||
setCoreParameter("IpProtocol", ipProtocol);
|
||||
setParameter("IpProtocol", ipProtocol);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupRequest::getOwnerAccount()const
|
||||
@@ -200,7 +200,7 @@ std::string AuthorizeSecurityGroupRequest::getOwnerAccount()const
|
||||
void AuthorizeSecurityGroupRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupRequest::getSourceCidrIp()const
|
||||
@@ -211,7 +211,7 @@ std::string AuthorizeSecurityGroupRequest::getSourceCidrIp()const
|
||||
void AuthorizeSecurityGroupRequest::setSourceCidrIp(const std::string& sourceCidrIp)
|
||||
{
|
||||
sourceCidrIp_ = sourceCidrIp;
|
||||
setCoreParameter("SourceCidrIp", sourceCidrIp);
|
||||
setParameter("SourceCidrIp", sourceCidrIp);
|
||||
}
|
||||
|
||||
long AuthorizeSecurityGroupRequest::getOwnerId()const
|
||||
@@ -222,7 +222,7 @@ long AuthorizeSecurityGroupRequest::getOwnerId()const
|
||||
void AuthorizeSecurityGroupRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupRequest::getPriority()const
|
||||
@@ -233,7 +233,7 @@ std::string AuthorizeSecurityGroupRequest::getPriority()const
|
||||
void AuthorizeSecurityGroupRequest::setPriority(const std::string& priority)
|
||||
{
|
||||
priority_ = priority;
|
||||
setCoreParameter("Priority", priority);
|
||||
setParameter("Priority", priority);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupRequest::getDestCidrIp()const
|
||||
@@ -244,7 +244,7 @@ std::string AuthorizeSecurityGroupRequest::getDestCidrIp()const
|
||||
void AuthorizeSecurityGroupRequest::setDestCidrIp(const std::string& destCidrIp)
|
||||
{
|
||||
destCidrIp_ = destCidrIp;
|
||||
setCoreParameter("DestCidrIp", destCidrIp);
|
||||
setParameter("DestCidrIp", destCidrIp);
|
||||
}
|
||||
|
||||
std::string AuthorizeSecurityGroupRequest::getSourceGroupId()const
|
||||
@@ -255,6 +255,6 @@ std::string AuthorizeSecurityGroupRequest::getSourceGroupId()const
|
||||
void AuthorizeSecurityGroupRequest::setSourceGroupId(const std::string& sourceGroupId)
|
||||
{
|
||||
sourceGroupId_ = sourceGroupId;
|
||||
setCoreParameter("SourceGroupId", sourceGroupId);
|
||||
setParameter("SourceGroupId", sourceGroupId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CancelAutoSnapshotPolicyRequest::getResourceOwnerId()const
|
||||
void CancelAutoSnapshotPolicyRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CancelAutoSnapshotPolicyRequest::getRegionId()const
|
||||
@@ -46,7 +46,7 @@ std::string CancelAutoSnapshotPolicyRequest::getRegionId()const
|
||||
void CancelAutoSnapshotPolicyRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CancelAutoSnapshotPolicyRequest::getDiskIds()const
|
||||
@@ -57,7 +57,7 @@ std::string CancelAutoSnapshotPolicyRequest::getDiskIds()const
|
||||
void CancelAutoSnapshotPolicyRequest::setDiskIds(const std::string& diskIds)
|
||||
{
|
||||
diskIds_ = diskIds;
|
||||
setCoreParameter("DiskIds", diskIds);
|
||||
setParameter("DiskIds", diskIds);
|
||||
}
|
||||
|
||||
std::string CancelAutoSnapshotPolicyRequest::getResourceOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string CancelAutoSnapshotPolicyRequest::getResourceOwnerAccount()const
|
||||
void CancelAutoSnapshotPolicyRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
long CancelAutoSnapshotPolicyRequest::getOwnerId()const
|
||||
@@ -79,6 +79,6 @@ long CancelAutoSnapshotPolicyRequest::getOwnerId()const
|
||||
void CancelAutoSnapshotPolicyRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CancelCopyImageRequest::getResourceOwnerId()const
|
||||
void CancelCopyImageRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CancelCopyImageRequest::getImageId()const
|
||||
@@ -46,7 +46,7 @@ std::string CancelCopyImageRequest::getImageId()const
|
||||
void CancelCopyImageRequest::setImageId(const std::string& imageId)
|
||||
{
|
||||
imageId_ = imageId;
|
||||
setCoreParameter("ImageId", imageId);
|
||||
setParameter("ImageId", imageId);
|
||||
}
|
||||
|
||||
std::string CancelCopyImageRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string CancelCopyImageRequest::getRegionId()const
|
||||
void CancelCopyImageRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CancelCopyImageRequest::getResourceOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string CancelCopyImageRequest::getResourceOwnerAccount()const
|
||||
void CancelCopyImageRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CancelCopyImageRequest::getOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string CancelCopyImageRequest::getOwnerAccount()const
|
||||
void CancelCopyImageRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long CancelCopyImageRequest::getOwnerId()const
|
||||
@@ -90,6 +90,6 @@ long CancelCopyImageRequest::getOwnerId()const
|
||||
void CancelCopyImageRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CancelPhysicalConnectionRequest::getResourceOwnerId()const
|
||||
void CancelPhysicalConnectionRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CancelPhysicalConnectionRequest::getClientToken()const
|
||||
@@ -46,7 +46,7 @@ std::string CancelPhysicalConnectionRequest::getClientToken()const
|
||||
void CancelPhysicalConnectionRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string CancelPhysicalConnectionRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string CancelPhysicalConnectionRequest::getRegionId()const
|
||||
void CancelPhysicalConnectionRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CancelPhysicalConnectionRequest::getUserCidr()const
|
||||
@@ -68,7 +68,7 @@ std::string CancelPhysicalConnectionRequest::getUserCidr()const
|
||||
void CancelPhysicalConnectionRequest::setUserCidr(const std::string& userCidr)
|
||||
{
|
||||
userCidr_ = userCidr;
|
||||
setCoreParameter("UserCidr", userCidr);
|
||||
setParameter("UserCidr", userCidr);
|
||||
}
|
||||
|
||||
std::string CancelPhysicalConnectionRequest::getResourceOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string CancelPhysicalConnectionRequest::getResourceOwnerAccount()const
|
||||
void CancelPhysicalConnectionRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CancelPhysicalConnectionRequest::getOwnerAccount()const
|
||||
@@ -90,7 +90,7 @@ std::string CancelPhysicalConnectionRequest::getOwnerAccount()const
|
||||
void CancelPhysicalConnectionRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long CancelPhysicalConnectionRequest::getOwnerId()const
|
||||
@@ -101,7 +101,7 @@ long CancelPhysicalConnectionRequest::getOwnerId()const
|
||||
void CancelPhysicalConnectionRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string CancelPhysicalConnectionRequest::getPhysicalConnectionId()const
|
||||
@@ -112,6 +112,6 @@ std::string CancelPhysicalConnectionRequest::getPhysicalConnectionId()const
|
||||
void CancelPhysicalConnectionRequest::setPhysicalConnectionId(const std::string& physicalConnectionId)
|
||||
{
|
||||
physicalConnectionId_ = physicalConnectionId;
|
||||
setCoreParameter("PhysicalConnectionId", physicalConnectionId);
|
||||
setParameter("PhysicalConnectionId", physicalConnectionId);
|
||||
}
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ void CancelSimulatedSystemEventsRequest::setEventId(const std::vector<std::strin
|
||||
{
|
||||
eventId_ = eventId;
|
||||
for(int dep1 = 0; dep1!= eventId.size(); dep1++) {
|
||||
setCoreParameter("EventId."+ std::to_string(dep1), eventId.at(dep1));
|
||||
setParameter("EventId."+ std::to_string(dep1), eventId.at(dep1));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ long CancelSimulatedSystemEventsRequest::getResourceOwnerId()const
|
||||
void CancelSimulatedSystemEventsRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CancelSimulatedSystemEventsRequest::getRegionId()const
|
||||
@@ -59,7 +59,7 @@ std::string CancelSimulatedSystemEventsRequest::getRegionId()const
|
||||
void CancelSimulatedSystemEventsRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CancelSimulatedSystemEventsRequest::getResourceOwnerAccount()const
|
||||
@@ -70,7 +70,7 @@ std::string CancelSimulatedSystemEventsRequest::getResourceOwnerAccount()const
|
||||
void CancelSimulatedSystemEventsRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CancelSimulatedSystemEventsRequest::getOwnerAccount()const
|
||||
@@ -81,7 +81,7 @@ std::string CancelSimulatedSystemEventsRequest::getOwnerAccount()const
|
||||
void CancelSimulatedSystemEventsRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long CancelSimulatedSystemEventsRequest::getOwnerId()const
|
||||
@@ -92,6 +92,6 @@ long CancelSimulatedSystemEventsRequest::getOwnerId()const
|
||||
void CancelSimulatedSystemEventsRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CancelTaskRequest::getResourceOwnerId()const
|
||||
void CancelTaskRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CancelTaskRequest::getRegionId()const
|
||||
@@ -46,7 +46,7 @@ std::string CancelTaskRequest::getRegionId()const
|
||||
void CancelTaskRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CancelTaskRequest::getTaskId()const
|
||||
@@ -57,7 +57,7 @@ std::string CancelTaskRequest::getTaskId()const
|
||||
void CancelTaskRequest::setTaskId(const std::string& taskId)
|
||||
{
|
||||
taskId_ = taskId;
|
||||
setCoreParameter("TaskId", taskId);
|
||||
setParameter("TaskId", taskId);
|
||||
}
|
||||
|
||||
std::string CancelTaskRequest::getResourceOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string CancelTaskRequest::getResourceOwnerAccount()const
|
||||
void CancelTaskRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
long CancelTaskRequest::getOwnerId()const
|
||||
@@ -79,6 +79,6 @@ long CancelTaskRequest::getOwnerId()const
|
||||
void CancelTaskRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long ConnectRouterInterfaceRequest::getResourceOwnerId()const
|
||||
void ConnectRouterInterfaceRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string ConnectRouterInterfaceRequest::getResourceOwnerAccount()const
|
||||
@@ -46,7 +46,7 @@ std::string ConnectRouterInterfaceRequest::getResourceOwnerAccount()const
|
||||
void ConnectRouterInterfaceRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
long ConnectRouterInterfaceRequest::getOwnerId()const
|
||||
@@ -57,7 +57,7 @@ long ConnectRouterInterfaceRequest::getOwnerId()const
|
||||
void ConnectRouterInterfaceRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string ConnectRouterInterfaceRequest::getRouterInterfaceId()const
|
||||
@@ -68,7 +68,7 @@ std::string ConnectRouterInterfaceRequest::getRouterInterfaceId()const
|
||||
void ConnectRouterInterfaceRequest::setRouterInterfaceId(const std::string& routerInterfaceId)
|
||||
{
|
||||
routerInterfaceId_ = routerInterfaceId;
|
||||
setCoreParameter("RouterInterfaceId", routerInterfaceId);
|
||||
setParameter("RouterInterfaceId", routerInterfaceId);
|
||||
}
|
||||
|
||||
std::string ConnectRouterInterfaceRequest::getRegionId()const
|
||||
@@ -79,6 +79,6 @@ std::string ConnectRouterInterfaceRequest::getRegionId()const
|
||||
void ConnectRouterInterfaceRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long ConvertNatPublicIpToEipRequest::getResourceOwnerId()const
|
||||
void ConvertNatPublicIpToEipRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string ConvertNatPublicIpToEipRequest::getRegionId()const
|
||||
@@ -46,7 +46,7 @@ std::string ConvertNatPublicIpToEipRequest::getRegionId()const
|
||||
void ConvertNatPublicIpToEipRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string ConvertNatPublicIpToEipRequest::getResourceOwnerAccount()const
|
||||
@@ -57,7 +57,7 @@ std::string ConvertNatPublicIpToEipRequest::getResourceOwnerAccount()const
|
||||
void ConvertNatPublicIpToEipRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
long ConvertNatPublicIpToEipRequest::getOwnerId()const
|
||||
@@ -68,7 +68,7 @@ long ConvertNatPublicIpToEipRequest::getOwnerId()const
|
||||
void ConvertNatPublicIpToEipRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string ConvertNatPublicIpToEipRequest::getInstanceId()const
|
||||
@@ -79,6 +79,6 @@ std::string ConvertNatPublicIpToEipRequest::getInstanceId()const
|
||||
void ConvertNatPublicIpToEipRequest::setInstanceId(const std::string& instanceId)
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
setCoreParameter("InstanceId", instanceId);
|
||||
setParameter("InstanceId", instanceId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CopyImageRequest::getResourceOwnerId()const
|
||||
void CopyImageRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CopyImageRequest::getImageId()const
|
||||
@@ -46,7 +46,7 @@ std::string CopyImageRequest::getImageId()const
|
||||
void CopyImageRequest::setImageId(const std::string& imageId)
|
||||
{
|
||||
imageId_ = imageId;
|
||||
setCoreParameter("ImageId", imageId);
|
||||
setParameter("ImageId", imageId);
|
||||
}
|
||||
|
||||
std::string CopyImageRequest::getDestinationRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string CopyImageRequest::getDestinationRegionId()const
|
||||
void CopyImageRequest::setDestinationRegionId(const std::string& destinationRegionId)
|
||||
{
|
||||
destinationRegionId_ = destinationRegionId;
|
||||
setCoreParameter("DestinationRegionId", destinationRegionId);
|
||||
setParameter("DestinationRegionId", destinationRegionId);
|
||||
}
|
||||
|
||||
std::string CopyImageRequest::getRegionId()const
|
||||
@@ -68,7 +68,7 @@ std::string CopyImageRequest::getRegionId()const
|
||||
void CopyImageRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::vector<CopyImageRequest::Tag> CopyImageRequest::getTag()const
|
||||
@@ -81,9 +81,9 @@ void CopyImageRequest::setTag(const std::vector<Tag>& tag)
|
||||
tag_ = tag;
|
||||
for(int dep1 = 0; dep1!= tag.size(); dep1++) {
|
||||
auto tagObj = tag.at(dep1);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1);
|
||||
setCoreParameter(tagObjStr + ".Value", tagObj.value);
|
||||
setCoreParameter(tagObjStr + ".Key", tagObj.key);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1 + 1);
|
||||
setParameter(tagObjStr + ".Value", tagObj.value);
|
||||
setParameter(tagObjStr + ".Key", tagObj.key);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -95,7 +95,7 @@ std::string CopyImageRequest::getResourceOwnerAccount()const
|
||||
void CopyImageRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CopyImageRequest::getDestinationImageName()const
|
||||
@@ -106,7 +106,7 @@ std::string CopyImageRequest::getDestinationImageName()const
|
||||
void CopyImageRequest::setDestinationImageName(const std::string& destinationImageName)
|
||||
{
|
||||
destinationImageName_ = destinationImageName;
|
||||
setCoreParameter("DestinationImageName", destinationImageName);
|
||||
setParameter("DestinationImageName", destinationImageName);
|
||||
}
|
||||
|
||||
std::string CopyImageRequest::getOwnerAccount()const
|
||||
@@ -117,7 +117,7 @@ std::string CopyImageRequest::getOwnerAccount()const
|
||||
void CopyImageRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long CopyImageRequest::getOwnerId()const
|
||||
@@ -128,7 +128,7 @@ long CopyImageRequest::getOwnerId()const
|
||||
void CopyImageRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
bool CopyImageRequest::getEncrypted()const
|
||||
@@ -139,7 +139,7 @@ bool CopyImageRequest::getEncrypted()const
|
||||
void CopyImageRequest::setEncrypted(bool encrypted)
|
||||
{
|
||||
encrypted_ = encrypted;
|
||||
setCoreParameter("Encrypted", encrypted ? "true" : "false");
|
||||
setParameter("Encrypted", encrypted ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string CopyImageRequest::getKMSKeyId()const
|
||||
@@ -150,7 +150,7 @@ std::string CopyImageRequest::getKMSKeyId()const
|
||||
void CopyImageRequest::setKMSKeyId(const std::string& kMSKeyId)
|
||||
{
|
||||
kMSKeyId_ = kMSKeyId;
|
||||
setCoreParameter("KMSKeyId", kMSKeyId);
|
||||
setParameter("KMSKeyId", kMSKeyId);
|
||||
}
|
||||
|
||||
std::string CopyImageRequest::getDestinationDescription()const
|
||||
@@ -161,6 +161,6 @@ std::string CopyImageRequest::getDestinationDescription()const
|
||||
void CopyImageRequest::setDestinationDescription(const std::string& destinationDescription)
|
||||
{
|
||||
destinationDescription_ = destinationDescription;
|
||||
setCoreParameter("DestinationDescription", destinationDescription);
|
||||
setParameter("DestinationDescription", destinationDescription);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CreateAutoProvisioningGroupRequest::getResourceOwnerId()const
|
||||
void CreateAutoProvisioningGroupRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateAutoProvisioningGroupRequest::getAutoProvisioningGroupType()const
|
||||
@@ -46,7 +46,7 @@ std::string CreateAutoProvisioningGroupRequest::getAutoProvisioningGroupType()co
|
||||
void CreateAutoProvisioningGroupRequest::setAutoProvisioningGroupType(const std::string& autoProvisioningGroupType)
|
||||
{
|
||||
autoProvisioningGroupType_ = autoProvisioningGroupType;
|
||||
setCoreParameter("AutoProvisioningGroupType", autoProvisioningGroupType);
|
||||
setParameter("AutoProvisioningGroupType", autoProvisioningGroupType);
|
||||
}
|
||||
|
||||
std::string CreateAutoProvisioningGroupRequest::getDescription()const
|
||||
@@ -57,7 +57,7 @@ std::string CreateAutoProvisioningGroupRequest::getDescription()const
|
||||
void CreateAutoProvisioningGroupRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
bool CreateAutoProvisioningGroupRequest::getTerminateInstancesWithExpiration()const
|
||||
@@ -68,7 +68,7 @@ bool CreateAutoProvisioningGroupRequest::getTerminateInstancesWithExpiration()co
|
||||
void CreateAutoProvisioningGroupRequest::setTerminateInstancesWithExpiration(bool terminateInstancesWithExpiration)
|
||||
{
|
||||
terminateInstancesWithExpiration_ = terminateInstancesWithExpiration;
|
||||
setCoreParameter("TerminateInstancesWithExpiration", terminateInstancesWithExpiration ? "true" : "false");
|
||||
setParameter("TerminateInstancesWithExpiration", terminateInstancesWithExpiration ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string CreateAutoProvisioningGroupRequest::getResourceGroupId()const
|
||||
@@ -79,7 +79,7 @@ std::string CreateAutoProvisioningGroupRequest::getResourceGroupId()const
|
||||
void CreateAutoProvisioningGroupRequest::setResourceGroupId(const std::string& resourceGroupId)
|
||||
{
|
||||
resourceGroupId_ = resourceGroupId;
|
||||
setCoreParameter("ResourceGroupId", resourceGroupId);
|
||||
setParameter("ResourceGroupId", resourceGroupId);
|
||||
}
|
||||
|
||||
std::string CreateAutoProvisioningGroupRequest::getSpotAllocationStrategy()const
|
||||
@@ -90,7 +90,7 @@ std::string CreateAutoProvisioningGroupRequest::getSpotAllocationStrategy()const
|
||||
void CreateAutoProvisioningGroupRequest::setSpotAllocationStrategy(const std::string& spotAllocationStrategy)
|
||||
{
|
||||
spotAllocationStrategy_ = spotAllocationStrategy;
|
||||
setCoreParameter("SpotAllocationStrategy", spotAllocationStrategy);
|
||||
setParameter("SpotAllocationStrategy", spotAllocationStrategy);
|
||||
}
|
||||
|
||||
std::string CreateAutoProvisioningGroupRequest::getRegionId()const
|
||||
@@ -101,7 +101,7 @@ std::string CreateAutoProvisioningGroupRequest::getRegionId()const
|
||||
void CreateAutoProvisioningGroupRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
bool CreateAutoProvisioningGroupRequest::getTerminateInstances()const
|
||||
@@ -112,7 +112,7 @@ bool CreateAutoProvisioningGroupRequest::getTerminateInstances()const
|
||||
void CreateAutoProvisioningGroupRequest::setTerminateInstances(bool terminateInstances)
|
||||
{
|
||||
terminateInstances_ = terminateInstances;
|
||||
setCoreParameter("TerminateInstances", terminateInstances ? "true" : "false");
|
||||
setParameter("TerminateInstances", terminateInstances ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string CreateAutoProvisioningGroupRequest::getPayAsYouGoAllocationStrategy()const
|
||||
@@ -123,7 +123,7 @@ std::string CreateAutoProvisioningGroupRequest::getPayAsYouGoAllocationStrategy(
|
||||
void CreateAutoProvisioningGroupRequest::setPayAsYouGoAllocationStrategy(const std::string& payAsYouGoAllocationStrategy)
|
||||
{
|
||||
payAsYouGoAllocationStrategy_ = payAsYouGoAllocationStrategy;
|
||||
setCoreParameter("PayAsYouGoAllocationStrategy", payAsYouGoAllocationStrategy);
|
||||
setParameter("PayAsYouGoAllocationStrategy", payAsYouGoAllocationStrategy);
|
||||
}
|
||||
|
||||
std::string CreateAutoProvisioningGroupRequest::getDefaultTargetCapacityType()const
|
||||
@@ -134,7 +134,7 @@ std::string CreateAutoProvisioningGroupRequest::getDefaultTargetCapacityType()co
|
||||
void CreateAutoProvisioningGroupRequest::setDefaultTargetCapacityType(const std::string& defaultTargetCapacityType)
|
||||
{
|
||||
defaultTargetCapacityType_ = defaultTargetCapacityType;
|
||||
setCoreParameter("DefaultTargetCapacityType", defaultTargetCapacityType);
|
||||
setParameter("DefaultTargetCapacityType", defaultTargetCapacityType);
|
||||
}
|
||||
|
||||
std::string CreateAutoProvisioningGroupRequest::getExcessCapacityTerminationPolicy()const
|
||||
@@ -145,7 +145,7 @@ std::string CreateAutoProvisioningGroupRequest::getExcessCapacityTerminationPoli
|
||||
void CreateAutoProvisioningGroupRequest::setExcessCapacityTerminationPolicy(const std::string& excessCapacityTerminationPolicy)
|
||||
{
|
||||
excessCapacityTerminationPolicy_ = excessCapacityTerminationPolicy;
|
||||
setCoreParameter("ExcessCapacityTerminationPolicy", excessCapacityTerminationPolicy);
|
||||
setParameter("ExcessCapacityTerminationPolicy", excessCapacityTerminationPolicy);
|
||||
}
|
||||
|
||||
std::vector<CreateAutoProvisioningGroupRequest::LaunchTemplateConfig> CreateAutoProvisioningGroupRequest::getLaunchTemplateConfig()const
|
||||
@@ -158,12 +158,12 @@ void CreateAutoProvisioningGroupRequest::setLaunchTemplateConfig(const std::vect
|
||||
launchTemplateConfig_ = launchTemplateConfig;
|
||||
for(int dep1 = 0; dep1!= launchTemplateConfig.size(); dep1++) {
|
||||
auto launchTemplateConfigObj = launchTemplateConfig.at(dep1);
|
||||
std::string launchTemplateConfigObjStr = "LaunchTemplateConfig." + std::to_string(dep1);
|
||||
setCoreParameter(launchTemplateConfigObjStr + ".InstanceType", launchTemplateConfigObj.instanceType);
|
||||
setCoreParameter(launchTemplateConfigObjStr + ".MaxPrice", std::to_string(launchTemplateConfigObj.maxPrice));
|
||||
setCoreParameter(launchTemplateConfigObjStr + ".VSwitchId", launchTemplateConfigObj.vSwitchId);
|
||||
setCoreParameter(launchTemplateConfigObjStr + ".WeightedCapacity", std::to_string(launchTemplateConfigObj.weightedCapacity));
|
||||
setCoreParameter(launchTemplateConfigObjStr + ".Priority", std::to_string(launchTemplateConfigObj.priority));
|
||||
std::string launchTemplateConfigObjStr = "LaunchTemplateConfig." + std::to_string(dep1 + 1);
|
||||
setParameter(launchTemplateConfigObjStr + ".InstanceType", launchTemplateConfigObj.instanceType);
|
||||
setParameter(launchTemplateConfigObjStr + ".MaxPrice", std::to_string(launchTemplateConfigObj.maxPrice));
|
||||
setParameter(launchTemplateConfigObjStr + ".VSwitchId", launchTemplateConfigObj.vSwitchId);
|
||||
setParameter(launchTemplateConfigObjStr + ".WeightedCapacity", std::to_string(launchTemplateConfigObj.weightedCapacity));
|
||||
setParameter(launchTemplateConfigObjStr + ".Priority", std::to_string(launchTemplateConfigObj.priority));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -175,7 +175,7 @@ std::string CreateAutoProvisioningGroupRequest::getValidUntil()const
|
||||
void CreateAutoProvisioningGroupRequest::setValidUntil(const std::string& validUntil)
|
||||
{
|
||||
validUntil_ = validUntil;
|
||||
setCoreParameter("ValidUntil", validUntil);
|
||||
setParameter("ValidUntil", validUntil);
|
||||
}
|
||||
|
||||
std::string CreateAutoProvisioningGroupRequest::getSpotInstanceInterruptionBehavior()const
|
||||
@@ -186,7 +186,7 @@ std::string CreateAutoProvisioningGroupRequest::getSpotInstanceInterruptionBehav
|
||||
void CreateAutoProvisioningGroupRequest::setSpotInstanceInterruptionBehavior(const std::string& spotInstanceInterruptionBehavior)
|
||||
{
|
||||
spotInstanceInterruptionBehavior_ = spotInstanceInterruptionBehavior;
|
||||
setCoreParameter("SpotInstanceInterruptionBehavior", spotInstanceInterruptionBehavior);
|
||||
setParameter("SpotInstanceInterruptionBehavior", spotInstanceInterruptionBehavior);
|
||||
}
|
||||
|
||||
std::string CreateAutoProvisioningGroupRequest::getLaunchTemplateId()const
|
||||
@@ -197,7 +197,7 @@ std::string CreateAutoProvisioningGroupRequest::getLaunchTemplateId()const
|
||||
void CreateAutoProvisioningGroupRequest::setLaunchTemplateId(const std::string& launchTemplateId)
|
||||
{
|
||||
launchTemplateId_ = launchTemplateId;
|
||||
setCoreParameter("LaunchTemplateId", launchTemplateId);
|
||||
setParameter("LaunchTemplateId", launchTemplateId);
|
||||
}
|
||||
|
||||
std::string CreateAutoProvisioningGroupRequest::getResourceOwnerAccount()const
|
||||
@@ -208,7 +208,7 @@ std::string CreateAutoProvisioningGroupRequest::getResourceOwnerAccount()const
|
||||
void CreateAutoProvisioningGroupRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreateAutoProvisioningGroupRequest::getOwnerAccount()const
|
||||
@@ -219,7 +219,7 @@ std::string CreateAutoProvisioningGroupRequest::getOwnerAccount()const
|
||||
void CreateAutoProvisioningGroupRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
int CreateAutoProvisioningGroupRequest::getSpotInstancePoolsToUseCount()const
|
||||
@@ -230,7 +230,7 @@ int CreateAutoProvisioningGroupRequest::getSpotInstancePoolsToUseCount()const
|
||||
void CreateAutoProvisioningGroupRequest::setSpotInstancePoolsToUseCount(int spotInstancePoolsToUseCount)
|
||||
{
|
||||
spotInstancePoolsToUseCount_ = spotInstancePoolsToUseCount;
|
||||
setCoreParameter("SpotInstancePoolsToUseCount", std::to_string(spotInstancePoolsToUseCount));
|
||||
setParameter("SpotInstancePoolsToUseCount", std::to_string(spotInstancePoolsToUseCount));
|
||||
}
|
||||
|
||||
long CreateAutoProvisioningGroupRequest::getOwnerId()const
|
||||
@@ -241,7 +241,7 @@ long CreateAutoProvisioningGroupRequest::getOwnerId()const
|
||||
void CreateAutoProvisioningGroupRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string CreateAutoProvisioningGroupRequest::getLaunchTemplateVersion()const
|
||||
@@ -252,7 +252,7 @@ std::string CreateAutoProvisioningGroupRequest::getLaunchTemplateVersion()const
|
||||
void CreateAutoProvisioningGroupRequest::setLaunchTemplateVersion(const std::string& launchTemplateVersion)
|
||||
{
|
||||
launchTemplateVersion_ = launchTemplateVersion;
|
||||
setCoreParameter("LaunchTemplateVersion", launchTemplateVersion);
|
||||
setParameter("LaunchTemplateVersion", launchTemplateVersion);
|
||||
}
|
||||
|
||||
std::string CreateAutoProvisioningGroupRequest::getPayAsYouGoTargetCapacity()const
|
||||
@@ -263,7 +263,7 @@ std::string CreateAutoProvisioningGroupRequest::getPayAsYouGoTargetCapacity()con
|
||||
void CreateAutoProvisioningGroupRequest::setPayAsYouGoTargetCapacity(const std::string& payAsYouGoTargetCapacity)
|
||||
{
|
||||
payAsYouGoTargetCapacity_ = payAsYouGoTargetCapacity;
|
||||
setCoreParameter("PayAsYouGoTargetCapacity", payAsYouGoTargetCapacity);
|
||||
setParameter("PayAsYouGoTargetCapacity", payAsYouGoTargetCapacity);
|
||||
}
|
||||
|
||||
std::string CreateAutoProvisioningGroupRequest::getTotalTargetCapacity()const
|
||||
@@ -274,7 +274,7 @@ std::string CreateAutoProvisioningGroupRequest::getTotalTargetCapacity()const
|
||||
void CreateAutoProvisioningGroupRequest::setTotalTargetCapacity(const std::string& totalTargetCapacity)
|
||||
{
|
||||
totalTargetCapacity_ = totalTargetCapacity;
|
||||
setCoreParameter("TotalTargetCapacity", totalTargetCapacity);
|
||||
setParameter("TotalTargetCapacity", totalTargetCapacity);
|
||||
}
|
||||
|
||||
std::string CreateAutoProvisioningGroupRequest::getSpotTargetCapacity()const
|
||||
@@ -285,7 +285,7 @@ std::string CreateAutoProvisioningGroupRequest::getSpotTargetCapacity()const
|
||||
void CreateAutoProvisioningGroupRequest::setSpotTargetCapacity(const std::string& spotTargetCapacity)
|
||||
{
|
||||
spotTargetCapacity_ = spotTargetCapacity;
|
||||
setCoreParameter("SpotTargetCapacity", spotTargetCapacity);
|
||||
setParameter("SpotTargetCapacity", spotTargetCapacity);
|
||||
}
|
||||
|
||||
std::string CreateAutoProvisioningGroupRequest::getValidFrom()const
|
||||
@@ -296,7 +296,7 @@ std::string CreateAutoProvisioningGroupRequest::getValidFrom()const
|
||||
void CreateAutoProvisioningGroupRequest::setValidFrom(const std::string& validFrom)
|
||||
{
|
||||
validFrom_ = validFrom;
|
||||
setCoreParameter("ValidFrom", validFrom);
|
||||
setParameter("ValidFrom", validFrom);
|
||||
}
|
||||
|
||||
std::string CreateAutoProvisioningGroupRequest::getAutoProvisioningGroupName()const
|
||||
@@ -307,7 +307,7 @@ std::string CreateAutoProvisioningGroupRequest::getAutoProvisioningGroupName()co
|
||||
void CreateAutoProvisioningGroupRequest::setAutoProvisioningGroupName(const std::string& autoProvisioningGroupName)
|
||||
{
|
||||
autoProvisioningGroupName_ = autoProvisioningGroupName;
|
||||
setCoreParameter("AutoProvisioningGroupName", autoProvisioningGroupName);
|
||||
setParameter("AutoProvisioningGroupName", autoProvisioningGroupName);
|
||||
}
|
||||
|
||||
float CreateAutoProvisioningGroupRequest::getMaxSpotPrice()const
|
||||
@@ -318,6 +318,6 @@ float CreateAutoProvisioningGroupRequest::getMaxSpotPrice()const
|
||||
void CreateAutoProvisioningGroupRequest::setMaxSpotPrice(float maxSpotPrice)
|
||||
{
|
||||
maxSpotPrice_ = maxSpotPrice;
|
||||
setCoreParameter("MaxSpotPrice", std::to_string(maxSpotPrice));
|
||||
setParameter("MaxSpotPrice", std::to_string(maxSpotPrice));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CreateAutoSnapshotPolicyRequest::getResourceOwnerId()const
|
||||
void CreateAutoSnapshotPolicyRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateAutoSnapshotPolicyRequest::getTimePoints()const
|
||||
@@ -46,7 +46,7 @@ std::string CreateAutoSnapshotPolicyRequest::getTimePoints()const
|
||||
void CreateAutoSnapshotPolicyRequest::setTimePoints(const std::string& timePoints)
|
||||
{
|
||||
timePoints_ = timePoints;
|
||||
setCoreParameter("TimePoints", timePoints);
|
||||
setParameter("TimePoints", timePoints);
|
||||
}
|
||||
|
||||
std::string CreateAutoSnapshotPolicyRequest::getRepeatWeekdays()const
|
||||
@@ -57,7 +57,7 @@ std::string CreateAutoSnapshotPolicyRequest::getRepeatWeekdays()const
|
||||
void CreateAutoSnapshotPolicyRequest::setRepeatWeekdays(const std::string& repeatWeekdays)
|
||||
{
|
||||
repeatWeekdays_ = repeatWeekdays;
|
||||
setCoreParameter("RepeatWeekdays", repeatWeekdays);
|
||||
setParameter("RepeatWeekdays", repeatWeekdays);
|
||||
}
|
||||
|
||||
std::string CreateAutoSnapshotPolicyRequest::getRegionId()const
|
||||
@@ -68,7 +68,7 @@ std::string CreateAutoSnapshotPolicyRequest::getRegionId()const
|
||||
void CreateAutoSnapshotPolicyRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CreateAutoSnapshotPolicyRequest::getResourceOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string CreateAutoSnapshotPolicyRequest::getResourceOwnerAccount()const
|
||||
void CreateAutoSnapshotPolicyRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
long CreateAutoSnapshotPolicyRequest::getOwnerId()const
|
||||
@@ -90,7 +90,7 @@ long CreateAutoSnapshotPolicyRequest::getOwnerId()const
|
||||
void CreateAutoSnapshotPolicyRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string CreateAutoSnapshotPolicyRequest::getAutoSnapshotPolicyName()const
|
||||
@@ -101,7 +101,7 @@ std::string CreateAutoSnapshotPolicyRequest::getAutoSnapshotPolicyName()const
|
||||
void CreateAutoSnapshotPolicyRequest::setAutoSnapshotPolicyName(const std::string& autoSnapshotPolicyName)
|
||||
{
|
||||
autoSnapshotPolicyName_ = autoSnapshotPolicyName;
|
||||
setCoreParameter("AutoSnapshotPolicyName", autoSnapshotPolicyName);
|
||||
setParameter("AutoSnapshotPolicyName", autoSnapshotPolicyName);
|
||||
}
|
||||
|
||||
int CreateAutoSnapshotPolicyRequest::getRetentionDays()const
|
||||
@@ -112,6 +112,6 @@ int CreateAutoSnapshotPolicyRequest::getRetentionDays()const
|
||||
void CreateAutoSnapshotPolicyRequest::setRetentionDays(int retentionDays)
|
||||
{
|
||||
retentionDays_ = retentionDays;
|
||||
setCoreParameter("RetentionDays", std::to_string(retentionDays));
|
||||
setParameter("RetentionDays", std::to_string(retentionDays));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CreateCommandRequest::getResourceOwnerId()const
|
||||
void CreateCommandRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateCommandRequest::getWorkingDir()const
|
||||
@@ -46,7 +46,7 @@ std::string CreateCommandRequest::getWorkingDir()const
|
||||
void CreateCommandRequest::setWorkingDir(const std::string& workingDir)
|
||||
{
|
||||
workingDir_ = workingDir;
|
||||
setCoreParameter("WorkingDir", workingDir);
|
||||
setParameter("WorkingDir", workingDir);
|
||||
}
|
||||
|
||||
std::string CreateCommandRequest::getDescription()const
|
||||
@@ -57,7 +57,7 @@ std::string CreateCommandRequest::getDescription()const
|
||||
void CreateCommandRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string CreateCommandRequest::getType()const
|
||||
@@ -68,7 +68,7 @@ std::string CreateCommandRequest::getType()const
|
||||
void CreateCommandRequest::setType(const std::string& type)
|
||||
{
|
||||
type_ = type;
|
||||
setCoreParameter("Type", type);
|
||||
setParameter("Type", type);
|
||||
}
|
||||
|
||||
std::string CreateCommandRequest::getCommandContent()const
|
||||
@@ -79,7 +79,7 @@ std::string CreateCommandRequest::getCommandContent()const
|
||||
void CreateCommandRequest::setCommandContent(const std::string& commandContent)
|
||||
{
|
||||
commandContent_ = commandContent;
|
||||
setCoreParameter("CommandContent", commandContent);
|
||||
setParameter("CommandContent", commandContent);
|
||||
}
|
||||
|
||||
long CreateCommandRequest::getTimeout()const
|
||||
@@ -90,7 +90,7 @@ long CreateCommandRequest::getTimeout()const
|
||||
void CreateCommandRequest::setTimeout(long timeout)
|
||||
{
|
||||
timeout_ = timeout;
|
||||
setCoreParameter("Timeout", std::to_string(timeout));
|
||||
setParameter("Timeout", std::to_string(timeout));
|
||||
}
|
||||
|
||||
std::string CreateCommandRequest::getRegionId()const
|
||||
@@ -101,7 +101,7 @@ std::string CreateCommandRequest::getRegionId()const
|
||||
void CreateCommandRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CreateCommandRequest::getResourceOwnerAccount()const
|
||||
@@ -112,7 +112,7 @@ std::string CreateCommandRequest::getResourceOwnerAccount()const
|
||||
void CreateCommandRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreateCommandRequest::getOwnerAccount()const
|
||||
@@ -123,7 +123,7 @@ std::string CreateCommandRequest::getOwnerAccount()const
|
||||
void CreateCommandRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long CreateCommandRequest::getOwnerId()const
|
||||
@@ -134,7 +134,7 @@ long CreateCommandRequest::getOwnerId()const
|
||||
void CreateCommandRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string CreateCommandRequest::getName()const
|
||||
@@ -145,7 +145,7 @@ std::string CreateCommandRequest::getName()const
|
||||
void CreateCommandRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
setParameter("Name", name);
|
||||
}
|
||||
|
||||
bool CreateCommandRequest::getEnableParameter()const
|
||||
@@ -156,6 +156,6 @@ bool CreateCommandRequest::getEnableParameter()const
|
||||
void CreateCommandRequest::setEnableParameter(bool enableParameter)
|
||||
{
|
||||
enableParameter_ = enableParameter;
|
||||
setCoreParameter("EnableParameter", enableParameter ? "true" : "false");
|
||||
setParameter("EnableParameter", enableParameter ? "true" : "false");
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CreateDemandRequest::getResourceOwnerId()const
|
||||
void CreateDemandRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateDemandRequest::getClientToken()const
|
||||
@@ -46,7 +46,7 @@ std::string CreateDemandRequest::getClientToken()const
|
||||
void CreateDemandRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string CreateDemandRequest::getStartTime()const
|
||||
@@ -57,7 +57,7 @@ std::string CreateDemandRequest::getStartTime()const
|
||||
void CreateDemandRequest::setStartTime(const std::string& startTime)
|
||||
{
|
||||
startTime_ = startTime;
|
||||
setCoreParameter("StartTime", startTime);
|
||||
setParameter("StartTime", startTime);
|
||||
}
|
||||
|
||||
std::string CreateDemandRequest::getDemandDescription()const
|
||||
@@ -68,7 +68,7 @@ std::string CreateDemandRequest::getDemandDescription()const
|
||||
void CreateDemandRequest::setDemandDescription(const std::string& demandDescription)
|
||||
{
|
||||
demandDescription_ = demandDescription;
|
||||
setCoreParameter("DemandDescription", demandDescription);
|
||||
setParameter("DemandDescription", demandDescription);
|
||||
}
|
||||
|
||||
std::string CreateDemandRequest::getRegionId()const
|
||||
@@ -79,7 +79,7 @@ std::string CreateDemandRequest::getRegionId()const
|
||||
void CreateDemandRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CreateDemandRequest::getInstanceType()const
|
||||
@@ -90,7 +90,7 @@ std::string CreateDemandRequest::getInstanceType()const
|
||||
void CreateDemandRequest::setInstanceType(const std::string& instanceType)
|
||||
{
|
||||
instanceType_ = instanceType;
|
||||
setCoreParameter("InstanceType", instanceType);
|
||||
setParameter("InstanceType", instanceType);
|
||||
}
|
||||
|
||||
std::string CreateDemandRequest::getInstanceChargeType()const
|
||||
@@ -101,7 +101,7 @@ std::string CreateDemandRequest::getInstanceChargeType()const
|
||||
void CreateDemandRequest::setInstanceChargeType(const std::string& instanceChargeType)
|
||||
{
|
||||
instanceChargeType_ = instanceChargeType;
|
||||
setCoreParameter("InstanceChargeType", instanceChargeType);
|
||||
setParameter("InstanceChargeType", instanceChargeType);
|
||||
}
|
||||
|
||||
std::string CreateDemandRequest::getDemandName()const
|
||||
@@ -112,7 +112,7 @@ std::string CreateDemandRequest::getDemandName()const
|
||||
void CreateDemandRequest::setDemandName(const std::string& demandName)
|
||||
{
|
||||
demandName_ = demandName;
|
||||
setCoreParameter("DemandName", demandName);
|
||||
setParameter("DemandName", demandName);
|
||||
}
|
||||
|
||||
int CreateDemandRequest::getAmount()const
|
||||
@@ -123,7 +123,7 @@ int CreateDemandRequest::getAmount()const
|
||||
void CreateDemandRequest::setAmount(int amount)
|
||||
{
|
||||
amount_ = amount;
|
||||
setCoreParameter("Amount", std::to_string(amount));
|
||||
setParameter("Amount", std::to_string(amount));
|
||||
}
|
||||
|
||||
int CreateDemandRequest::getPeriod()const
|
||||
@@ -134,7 +134,7 @@ int CreateDemandRequest::getPeriod()const
|
||||
void CreateDemandRequest::setPeriod(int period)
|
||||
{
|
||||
period_ = period;
|
||||
setCoreParameter("Period", std::to_string(period));
|
||||
setParameter("Period", std::to_string(period));
|
||||
}
|
||||
|
||||
std::string CreateDemandRequest::getResourceOwnerAccount()const
|
||||
@@ -145,7 +145,7 @@ std::string CreateDemandRequest::getResourceOwnerAccount()const
|
||||
void CreateDemandRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreateDemandRequest::getOwnerAccount()const
|
||||
@@ -156,7 +156,7 @@ std::string CreateDemandRequest::getOwnerAccount()const
|
||||
void CreateDemandRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
std::string CreateDemandRequest::getEndTime()const
|
||||
@@ -167,7 +167,7 @@ std::string CreateDemandRequest::getEndTime()const
|
||||
void CreateDemandRequest::setEndTime(const std::string& endTime)
|
||||
{
|
||||
endTime_ = endTime;
|
||||
setCoreParameter("EndTime", endTime);
|
||||
setParameter("EndTime", endTime);
|
||||
}
|
||||
|
||||
long CreateDemandRequest::getOwnerId()const
|
||||
@@ -178,7 +178,7 @@ long CreateDemandRequest::getOwnerId()const
|
||||
void CreateDemandRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string CreateDemandRequest::getPeriodUnit()const
|
||||
@@ -189,7 +189,7 @@ std::string CreateDemandRequest::getPeriodUnit()const
|
||||
void CreateDemandRequest::setPeriodUnit(const std::string& periodUnit)
|
||||
{
|
||||
periodUnit_ = periodUnit;
|
||||
setCoreParameter("PeriodUnit", periodUnit);
|
||||
setParameter("PeriodUnit", periodUnit);
|
||||
}
|
||||
|
||||
std::string CreateDemandRequest::getZoneId()const
|
||||
@@ -200,6 +200,6 @@ std::string CreateDemandRequest::getZoneId()const
|
||||
void CreateDemandRequest::setZoneId(const std::string& zoneId)
|
||||
{
|
||||
zoneId_ = zoneId;
|
||||
setCoreParameter("ZoneId", zoneId);
|
||||
setParameter("ZoneId", zoneId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CreateDeploymentSetRequest::getResourceOwnerId()const
|
||||
void CreateDeploymentSetRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateDeploymentSetRequest::getClientToken()const
|
||||
@@ -46,7 +46,7 @@ std::string CreateDeploymentSetRequest::getClientToken()const
|
||||
void CreateDeploymentSetRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string CreateDeploymentSetRequest::getDescription()const
|
||||
@@ -57,7 +57,7 @@ std::string CreateDeploymentSetRequest::getDescription()const
|
||||
void CreateDeploymentSetRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string CreateDeploymentSetRequest::getRegionId()const
|
||||
@@ -68,7 +68,7 @@ std::string CreateDeploymentSetRequest::getRegionId()const
|
||||
void CreateDeploymentSetRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CreateDeploymentSetRequest::getResourceOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string CreateDeploymentSetRequest::getResourceOwnerAccount()const
|
||||
void CreateDeploymentSetRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreateDeploymentSetRequest::getOwnerAccount()const
|
||||
@@ -90,7 +90,7 @@ std::string CreateDeploymentSetRequest::getOwnerAccount()const
|
||||
void CreateDeploymentSetRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
std::string CreateDeploymentSetRequest::getDeploymentSetName()const
|
||||
@@ -101,7 +101,7 @@ std::string CreateDeploymentSetRequest::getDeploymentSetName()const
|
||||
void CreateDeploymentSetRequest::setDeploymentSetName(const std::string& deploymentSetName)
|
||||
{
|
||||
deploymentSetName_ = deploymentSetName;
|
||||
setCoreParameter("DeploymentSetName", deploymentSetName);
|
||||
setParameter("DeploymentSetName", deploymentSetName);
|
||||
}
|
||||
|
||||
long CreateDeploymentSetRequest::getOwnerId()const
|
||||
@@ -112,7 +112,7 @@ long CreateDeploymentSetRequest::getOwnerId()const
|
||||
void CreateDeploymentSetRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string CreateDeploymentSetRequest::getOnUnableToRedeployFailedInstance()const
|
||||
@@ -123,7 +123,7 @@ std::string CreateDeploymentSetRequest::getOnUnableToRedeployFailedInstance()con
|
||||
void CreateDeploymentSetRequest::setOnUnableToRedeployFailedInstance(const std::string& onUnableToRedeployFailedInstance)
|
||||
{
|
||||
onUnableToRedeployFailedInstance_ = onUnableToRedeployFailedInstance;
|
||||
setCoreParameter("OnUnableToRedeployFailedInstance", onUnableToRedeployFailedInstance);
|
||||
setParameter("OnUnableToRedeployFailedInstance", onUnableToRedeployFailedInstance);
|
||||
}
|
||||
|
||||
std::string CreateDeploymentSetRequest::getGranularity()const
|
||||
@@ -134,7 +134,7 @@ std::string CreateDeploymentSetRequest::getGranularity()const
|
||||
void CreateDeploymentSetRequest::setGranularity(const std::string& granularity)
|
||||
{
|
||||
granularity_ = granularity;
|
||||
setCoreParameter("Granularity", granularity);
|
||||
setParameter("Granularity", granularity);
|
||||
}
|
||||
|
||||
std::string CreateDeploymentSetRequest::getDomain()const
|
||||
@@ -145,7 +145,7 @@ std::string CreateDeploymentSetRequest::getDomain()const
|
||||
void CreateDeploymentSetRequest::setDomain(const std::string& domain)
|
||||
{
|
||||
domain_ = domain;
|
||||
setCoreParameter("Domain", domain);
|
||||
setParameter("Domain", domain);
|
||||
}
|
||||
|
||||
std::string CreateDeploymentSetRequest::getStrategy()const
|
||||
@@ -156,6 +156,6 @@ std::string CreateDeploymentSetRequest::getStrategy()const
|
||||
void CreateDeploymentSetRequest::setStrategy(const std::string& strategy)
|
||||
{
|
||||
strategy_ = strategy;
|
||||
setCoreParameter("Strategy", strategy);
|
||||
setParameter("Strategy", strategy);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CreateDiskRequest::getResourceOwnerId()const
|
||||
void CreateDiskRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateDiskRequest::getSnapshotId()const
|
||||
@@ -46,7 +46,7 @@ std::string CreateDiskRequest::getSnapshotId()const
|
||||
void CreateDiskRequest::setSnapshotId(const std::string& snapshotId)
|
||||
{
|
||||
snapshotId_ = snapshotId;
|
||||
setCoreParameter("SnapshotId", snapshotId);
|
||||
setParameter("SnapshotId", snapshotId);
|
||||
}
|
||||
|
||||
std::string CreateDiskRequest::getClientToken()const
|
||||
@@ -57,7 +57,7 @@ std::string CreateDiskRequest::getClientToken()const
|
||||
void CreateDiskRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string CreateDiskRequest::getDescription()const
|
||||
@@ -68,7 +68,7 @@ std::string CreateDiskRequest::getDescription()const
|
||||
void CreateDiskRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string CreateDiskRequest::getDiskName()const
|
||||
@@ -79,7 +79,7 @@ std::string CreateDiskRequest::getDiskName()const
|
||||
void CreateDiskRequest::setDiskName(const std::string& diskName)
|
||||
{
|
||||
diskName_ = diskName;
|
||||
setCoreParameter("DiskName", diskName);
|
||||
setParameter("DiskName", diskName);
|
||||
}
|
||||
|
||||
std::string CreateDiskRequest::getResourceGroupId()const
|
||||
@@ -90,7 +90,7 @@ std::string CreateDiskRequest::getResourceGroupId()const
|
||||
void CreateDiskRequest::setResourceGroupId(const std::string& resourceGroupId)
|
||||
{
|
||||
resourceGroupId_ = resourceGroupId;
|
||||
setCoreParameter("ResourceGroupId", resourceGroupId);
|
||||
setParameter("ResourceGroupId", resourceGroupId);
|
||||
}
|
||||
|
||||
std::string CreateDiskRequest::getRegionId()const
|
||||
@@ -101,7 +101,7 @@ std::string CreateDiskRequest::getRegionId()const
|
||||
void CreateDiskRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CreateDiskRequest::getDiskCategory()const
|
||||
@@ -112,7 +112,7 @@ std::string CreateDiskRequest::getDiskCategory()const
|
||||
void CreateDiskRequest::setDiskCategory(const std::string& diskCategory)
|
||||
{
|
||||
diskCategory_ = diskCategory;
|
||||
setCoreParameter("DiskCategory", diskCategory);
|
||||
setParameter("DiskCategory", diskCategory);
|
||||
}
|
||||
|
||||
int CreateDiskRequest::getStorageSetPartitionNumber()const
|
||||
@@ -123,7 +123,7 @@ int CreateDiskRequest::getStorageSetPartitionNumber()const
|
||||
void CreateDiskRequest::setStorageSetPartitionNumber(int storageSetPartitionNumber)
|
||||
{
|
||||
storageSetPartitionNumber_ = storageSetPartitionNumber;
|
||||
setCoreParameter("StorageSetPartitionNumber", std::to_string(storageSetPartitionNumber));
|
||||
setParameter("StorageSetPartitionNumber", std::to_string(storageSetPartitionNumber));
|
||||
}
|
||||
|
||||
std::vector<CreateDiskRequest::Tag> CreateDiskRequest::getTag()const
|
||||
@@ -136,9 +136,9 @@ void CreateDiskRequest::setTag(const std::vector<Tag>& tag)
|
||||
tag_ = tag;
|
||||
for(int dep1 = 0; dep1!= tag.size(); dep1++) {
|
||||
auto tagObj = tag.at(dep1);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1);
|
||||
setCoreParameter(tagObjStr + ".Value", tagObj.value);
|
||||
setCoreParameter(tagObjStr + ".Key", tagObj.key);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1 + 1);
|
||||
setParameter(tagObjStr + ".Value", tagObj.value);
|
||||
setParameter(tagObjStr + ".Key", tagObj.key);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -152,10 +152,10 @@ void CreateDiskRequest::setArn(const std::vector<Arn>& arn)
|
||||
arn_ = arn;
|
||||
for(int dep1 = 0; dep1!= arn.size(); dep1++) {
|
||||
auto arnObj = arn.at(dep1);
|
||||
std::string arnObjStr = "Arn." + std::to_string(dep1);
|
||||
setCoreParameter(arnObjStr + ".Rolearn", arnObj.rolearn);
|
||||
setCoreParameter(arnObjStr + ".RoleType", arnObj.roleType);
|
||||
setCoreParameter(arnObjStr + ".AssumeRoleFor", std::to_string(arnObj.assumeRoleFor));
|
||||
std::string arnObjStr = "Arn." + std::to_string(dep1 + 1);
|
||||
setParameter(arnObjStr + ".Rolearn", arnObj.rolearn);
|
||||
setParameter(arnObjStr + ".RoleType", arnObj.roleType);
|
||||
setParameter(arnObjStr + ".AssumeRoleFor", std::to_string(arnObj.assumeRoleFor));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -167,7 +167,7 @@ std::string CreateDiskRequest::getAdvancedFeatures()const
|
||||
void CreateDiskRequest::setAdvancedFeatures(const std::string& advancedFeatures)
|
||||
{
|
||||
advancedFeatures_ = advancedFeatures;
|
||||
setCoreParameter("AdvancedFeatures", advancedFeatures);
|
||||
setParameter("AdvancedFeatures", advancedFeatures);
|
||||
}
|
||||
|
||||
std::string CreateDiskRequest::getResourceOwnerAccount()const
|
||||
@@ -178,7 +178,7 @@ std::string CreateDiskRequest::getResourceOwnerAccount()const
|
||||
void CreateDiskRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreateDiskRequest::getPerformanceLevel()const
|
||||
@@ -189,7 +189,7 @@ std::string CreateDiskRequest::getPerformanceLevel()const
|
||||
void CreateDiskRequest::setPerformanceLevel(const std::string& performanceLevel)
|
||||
{
|
||||
performanceLevel_ = performanceLevel;
|
||||
setCoreParameter("PerformanceLevel", performanceLevel);
|
||||
setParameter("PerformanceLevel", performanceLevel);
|
||||
}
|
||||
|
||||
std::string CreateDiskRequest::getOwnerAccount()const
|
||||
@@ -200,7 +200,7 @@ std::string CreateDiskRequest::getOwnerAccount()const
|
||||
void CreateDiskRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long CreateDiskRequest::getOwnerId()const
|
||||
@@ -211,7 +211,7 @@ long CreateDiskRequest::getOwnerId()const
|
||||
void CreateDiskRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string CreateDiskRequest::getInstanceId()const
|
||||
@@ -222,7 +222,7 @@ std::string CreateDiskRequest::getInstanceId()const
|
||||
void CreateDiskRequest::setInstanceId(const std::string& instanceId)
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
setCoreParameter("InstanceId", instanceId);
|
||||
setParameter("InstanceId", instanceId);
|
||||
}
|
||||
|
||||
std::string CreateDiskRequest::getStorageSetId()const
|
||||
@@ -233,7 +233,7 @@ std::string CreateDiskRequest::getStorageSetId()const
|
||||
void CreateDiskRequest::setStorageSetId(const std::string& storageSetId)
|
||||
{
|
||||
storageSetId_ = storageSetId;
|
||||
setCoreParameter("StorageSetId", storageSetId);
|
||||
setParameter("StorageSetId", storageSetId);
|
||||
}
|
||||
|
||||
int CreateDiskRequest::getSize()const
|
||||
@@ -244,7 +244,7 @@ int CreateDiskRequest::getSize()const
|
||||
void CreateDiskRequest::setSize(int size)
|
||||
{
|
||||
size_ = size;
|
||||
setCoreParameter("Size", std::to_string(size));
|
||||
setParameter("Size", std::to_string(size));
|
||||
}
|
||||
|
||||
bool CreateDiskRequest::getEncrypted()const
|
||||
@@ -255,7 +255,7 @@ bool CreateDiskRequest::getEncrypted()const
|
||||
void CreateDiskRequest::setEncrypted(bool encrypted)
|
||||
{
|
||||
encrypted_ = encrypted;
|
||||
setCoreParameter("Encrypted", encrypted ? "true" : "false");
|
||||
setParameter("Encrypted", encrypted ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string CreateDiskRequest::getZoneId()const
|
||||
@@ -266,7 +266,7 @@ std::string CreateDiskRequest::getZoneId()const
|
||||
void CreateDiskRequest::setZoneId(const std::string& zoneId)
|
||||
{
|
||||
zoneId_ = zoneId;
|
||||
setCoreParameter("ZoneId", zoneId);
|
||||
setParameter("ZoneId", zoneId);
|
||||
}
|
||||
|
||||
std::string CreateDiskRequest::getKMSKeyId()const
|
||||
@@ -277,6 +277,6 @@ std::string CreateDiskRequest::getKMSKeyId()const
|
||||
void CreateDiskRequest::setKMSKeyId(const std::string& kMSKeyId)
|
||||
{
|
||||
kMSKeyId_ = kMSKeyId;
|
||||
setCoreParameter("KMSKeyId", kMSKeyId);
|
||||
setParameter("KMSKeyId", kMSKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CreateForwardEntryRequest::getResourceOwnerId()const
|
||||
void CreateForwardEntryRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateForwardEntryRequest::getForwardTableId()const
|
||||
@@ -46,7 +46,7 @@ std::string CreateForwardEntryRequest::getForwardTableId()const
|
||||
void CreateForwardEntryRequest::setForwardTableId(const std::string& forwardTableId)
|
||||
{
|
||||
forwardTableId_ = forwardTableId;
|
||||
setCoreParameter("ForwardTableId", forwardTableId);
|
||||
setParameter("ForwardTableId", forwardTableId);
|
||||
}
|
||||
|
||||
std::string CreateForwardEntryRequest::getInternalIp()const
|
||||
@@ -57,7 +57,7 @@ std::string CreateForwardEntryRequest::getInternalIp()const
|
||||
void CreateForwardEntryRequest::setInternalIp(const std::string& internalIp)
|
||||
{
|
||||
internalIp_ = internalIp;
|
||||
setCoreParameter("InternalIp", internalIp);
|
||||
setParameter("InternalIp", internalIp);
|
||||
}
|
||||
|
||||
std::string CreateForwardEntryRequest::getRegionId()const
|
||||
@@ -68,7 +68,7 @@ std::string CreateForwardEntryRequest::getRegionId()const
|
||||
void CreateForwardEntryRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CreateForwardEntryRequest::getExternalIp()const
|
||||
@@ -79,7 +79,7 @@ std::string CreateForwardEntryRequest::getExternalIp()const
|
||||
void CreateForwardEntryRequest::setExternalIp(const std::string& externalIp)
|
||||
{
|
||||
externalIp_ = externalIp;
|
||||
setCoreParameter("ExternalIp", externalIp);
|
||||
setParameter("ExternalIp", externalIp);
|
||||
}
|
||||
|
||||
std::string CreateForwardEntryRequest::getResourceOwnerAccount()const
|
||||
@@ -90,7 +90,7 @@ std::string CreateForwardEntryRequest::getResourceOwnerAccount()const
|
||||
void CreateForwardEntryRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreateForwardEntryRequest::getIpProtocol()const
|
||||
@@ -101,7 +101,7 @@ std::string CreateForwardEntryRequest::getIpProtocol()const
|
||||
void CreateForwardEntryRequest::setIpProtocol(const std::string& ipProtocol)
|
||||
{
|
||||
ipProtocol_ = ipProtocol;
|
||||
setCoreParameter("IpProtocol", ipProtocol);
|
||||
setParameter("IpProtocol", ipProtocol);
|
||||
}
|
||||
|
||||
std::string CreateForwardEntryRequest::getOwnerAccount()const
|
||||
@@ -112,7 +112,7 @@ std::string CreateForwardEntryRequest::getOwnerAccount()const
|
||||
void CreateForwardEntryRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long CreateForwardEntryRequest::getOwnerId()const
|
||||
@@ -123,7 +123,7 @@ long CreateForwardEntryRequest::getOwnerId()const
|
||||
void CreateForwardEntryRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string CreateForwardEntryRequest::getInternalPort()const
|
||||
@@ -134,7 +134,7 @@ std::string CreateForwardEntryRequest::getInternalPort()const
|
||||
void CreateForwardEntryRequest::setInternalPort(const std::string& internalPort)
|
||||
{
|
||||
internalPort_ = internalPort;
|
||||
setCoreParameter("InternalPort", internalPort);
|
||||
setParameter("InternalPort", internalPort);
|
||||
}
|
||||
|
||||
std::string CreateForwardEntryRequest::getExternalPort()const
|
||||
@@ -145,6 +145,6 @@ std::string CreateForwardEntryRequest::getExternalPort()const
|
||||
void CreateForwardEntryRequest::setExternalPort(const std::string& externalPort)
|
||||
{
|
||||
externalPort_ = externalPort;
|
||||
setCoreParameter("ExternalPort", externalPort);
|
||||
setParameter("ExternalPort", externalPort);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ std::string CreateHaVipRequest::getIpAddress()const
|
||||
void CreateHaVipRequest::setIpAddress(const std::string& ipAddress)
|
||||
{
|
||||
ipAddress_ = ipAddress;
|
||||
setCoreParameter("IpAddress", ipAddress);
|
||||
setParameter("IpAddress", ipAddress);
|
||||
}
|
||||
|
||||
long CreateHaVipRequest::getResourceOwnerId()const
|
||||
@@ -46,7 +46,7 @@ long CreateHaVipRequest::getResourceOwnerId()const
|
||||
void CreateHaVipRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateHaVipRequest::getClientToken()const
|
||||
@@ -57,7 +57,7 @@ std::string CreateHaVipRequest::getClientToken()const
|
||||
void CreateHaVipRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string CreateHaVipRequest::getDescription()const
|
||||
@@ -68,7 +68,7 @@ std::string CreateHaVipRequest::getDescription()const
|
||||
void CreateHaVipRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string CreateHaVipRequest::getRegionId()const
|
||||
@@ -79,7 +79,7 @@ std::string CreateHaVipRequest::getRegionId()const
|
||||
void CreateHaVipRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CreateHaVipRequest::getResourceOwnerAccount()const
|
||||
@@ -90,7 +90,7 @@ std::string CreateHaVipRequest::getResourceOwnerAccount()const
|
||||
void CreateHaVipRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreateHaVipRequest::getOwnerAccount()const
|
||||
@@ -101,7 +101,7 @@ std::string CreateHaVipRequest::getOwnerAccount()const
|
||||
void CreateHaVipRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long CreateHaVipRequest::getOwnerId()const
|
||||
@@ -112,7 +112,7 @@ long CreateHaVipRequest::getOwnerId()const
|
||||
void CreateHaVipRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string CreateHaVipRequest::getVSwitchId()const
|
||||
@@ -123,6 +123,6 @@ std::string CreateHaVipRequest::getVSwitchId()const
|
||||
void CreateHaVipRequest::setVSwitchId(const std::string& vSwitchId)
|
||||
{
|
||||
vSwitchId_ = vSwitchId;
|
||||
setCoreParameter("VSwitchId", vSwitchId);
|
||||
setParameter("VSwitchId", vSwitchId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CreateHpcClusterRequest::getResourceOwnerId()const
|
||||
void CreateHpcClusterRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateHpcClusterRequest::getClientToken()const
|
||||
@@ -46,7 +46,7 @@ std::string CreateHpcClusterRequest::getClientToken()const
|
||||
void CreateHpcClusterRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string CreateHpcClusterRequest::getDescription()const
|
||||
@@ -57,7 +57,7 @@ std::string CreateHpcClusterRequest::getDescription()const
|
||||
void CreateHpcClusterRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string CreateHpcClusterRequest::getRegionId()const
|
||||
@@ -68,7 +68,7 @@ std::string CreateHpcClusterRequest::getRegionId()const
|
||||
void CreateHpcClusterRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CreateHpcClusterRequest::getResourceOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string CreateHpcClusterRequest::getResourceOwnerAccount()const
|
||||
void CreateHpcClusterRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreateHpcClusterRequest::getOwnerAccount()const
|
||||
@@ -90,7 +90,7 @@ std::string CreateHpcClusterRequest::getOwnerAccount()const
|
||||
void CreateHpcClusterRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long CreateHpcClusterRequest::getOwnerId()const
|
||||
@@ -101,7 +101,7 @@ long CreateHpcClusterRequest::getOwnerId()const
|
||||
void CreateHpcClusterRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string CreateHpcClusterRequest::getName()const
|
||||
@@ -112,6 +112,6 @@ std::string CreateHpcClusterRequest::getName()const
|
||||
void CreateHpcClusterRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
setParameter("Name", name);
|
||||
}
|
||||
|
||||
|
||||
@@ -37,11 +37,11 @@ void CreateImageRequest::setDiskDeviceMapping(const std::vector<DiskDeviceMappin
|
||||
diskDeviceMapping_ = diskDeviceMapping;
|
||||
for(int dep1 = 0; dep1!= diskDeviceMapping.size(); dep1++) {
|
||||
auto diskDeviceMappingObj = diskDeviceMapping.at(dep1);
|
||||
std::string diskDeviceMappingObjStr = "DiskDeviceMapping." + std::to_string(dep1);
|
||||
setCoreParameter(diskDeviceMappingObjStr + ".SnapshotId", diskDeviceMappingObj.snapshotId);
|
||||
setCoreParameter(diskDeviceMappingObjStr + ".Size", std::to_string(diskDeviceMappingObj.size));
|
||||
setCoreParameter(diskDeviceMappingObjStr + ".DiskType", diskDeviceMappingObj.diskType);
|
||||
setCoreParameter(diskDeviceMappingObjStr + ".Device", diskDeviceMappingObj.device);
|
||||
std::string diskDeviceMappingObjStr = "DiskDeviceMapping." + std::to_string(dep1 + 1);
|
||||
setParameter(diskDeviceMappingObjStr + ".SnapshotId", diskDeviceMappingObj.snapshotId);
|
||||
setParameter(diskDeviceMappingObjStr + ".Size", std::to_string(diskDeviceMappingObj.size));
|
||||
setParameter(diskDeviceMappingObjStr + ".DiskType", diskDeviceMappingObj.diskType);
|
||||
setParameter(diskDeviceMappingObjStr + ".Device", diskDeviceMappingObj.device);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -53,7 +53,7 @@ long CreateImageRequest::getResourceOwnerId()const
|
||||
void CreateImageRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateImageRequest::getSnapshotId()const
|
||||
@@ -64,7 +64,7 @@ std::string CreateImageRequest::getSnapshotId()const
|
||||
void CreateImageRequest::setSnapshotId(const std::string& snapshotId)
|
||||
{
|
||||
snapshotId_ = snapshotId;
|
||||
setCoreParameter("SnapshotId", snapshotId);
|
||||
setParameter("SnapshotId", snapshotId);
|
||||
}
|
||||
|
||||
std::string CreateImageRequest::getClientToken()const
|
||||
@@ -75,7 +75,7 @@ std::string CreateImageRequest::getClientToken()const
|
||||
void CreateImageRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string CreateImageRequest::getDescription()const
|
||||
@@ -86,7 +86,7 @@ std::string CreateImageRequest::getDescription()const
|
||||
void CreateImageRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string CreateImageRequest::getPlatform()const
|
||||
@@ -97,7 +97,7 @@ std::string CreateImageRequest::getPlatform()const
|
||||
void CreateImageRequest::setPlatform(const std::string& platform)
|
||||
{
|
||||
platform_ = platform;
|
||||
setCoreParameter("Platform", platform);
|
||||
setParameter("Platform", platform);
|
||||
}
|
||||
|
||||
std::string CreateImageRequest::getResourceGroupId()const
|
||||
@@ -108,7 +108,7 @@ std::string CreateImageRequest::getResourceGroupId()const
|
||||
void CreateImageRequest::setResourceGroupId(const std::string& resourceGroupId)
|
||||
{
|
||||
resourceGroupId_ = resourceGroupId;
|
||||
setCoreParameter("ResourceGroupId", resourceGroupId);
|
||||
setParameter("ResourceGroupId", resourceGroupId);
|
||||
}
|
||||
|
||||
std::string CreateImageRequest::getRegionId()const
|
||||
@@ -119,7 +119,7 @@ std::string CreateImageRequest::getRegionId()const
|
||||
void CreateImageRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CreateImageRequest::getImageName()const
|
||||
@@ -130,7 +130,7 @@ std::string CreateImageRequest::getImageName()const
|
||||
void CreateImageRequest::setImageName(const std::string& imageName)
|
||||
{
|
||||
imageName_ = imageName;
|
||||
setCoreParameter("ImageName", imageName);
|
||||
setParameter("ImageName", imageName);
|
||||
}
|
||||
|
||||
std::vector<CreateImageRequest::Tag> CreateImageRequest::getTag()const
|
||||
@@ -143,9 +143,9 @@ void CreateImageRequest::setTag(const std::vector<Tag>& tag)
|
||||
tag_ = tag;
|
||||
for(int dep1 = 0; dep1!= tag.size(); dep1++) {
|
||||
auto tagObj = tag.at(dep1);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1);
|
||||
setCoreParameter(tagObjStr + ".Value", tagObj.value);
|
||||
setCoreParameter(tagObjStr + ".Key", tagObj.key);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1 + 1);
|
||||
setParameter(tagObjStr + ".Value", tagObj.value);
|
||||
setParameter(tagObjStr + ".Key", tagObj.key);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -157,7 +157,7 @@ std::string CreateImageRequest::getArchitecture()const
|
||||
void CreateImageRequest::setArchitecture(const std::string& architecture)
|
||||
{
|
||||
architecture_ = architecture;
|
||||
setCoreParameter("Architecture", architecture);
|
||||
setParameter("Architecture", architecture);
|
||||
}
|
||||
|
||||
std::string CreateImageRequest::getResourceOwnerAccount()const
|
||||
@@ -168,7 +168,7 @@ std::string CreateImageRequest::getResourceOwnerAccount()const
|
||||
void CreateImageRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreateImageRequest::getOwnerAccount()const
|
||||
@@ -179,7 +179,7 @@ std::string CreateImageRequest::getOwnerAccount()const
|
||||
void CreateImageRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long CreateImageRequest::getOwnerId()const
|
||||
@@ -190,7 +190,7 @@ long CreateImageRequest::getOwnerId()const
|
||||
void CreateImageRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string CreateImageRequest::getInstanceId()const
|
||||
@@ -201,7 +201,7 @@ std::string CreateImageRequest::getInstanceId()const
|
||||
void CreateImageRequest::setInstanceId(const std::string& instanceId)
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
setCoreParameter("InstanceId", instanceId);
|
||||
setParameter("InstanceId", instanceId);
|
||||
}
|
||||
|
||||
std::string CreateImageRequest::getImageVersion()const
|
||||
@@ -212,6 +212,6 @@ std::string CreateImageRequest::getImageVersion()const
|
||||
void CreateImageRequest::setImageVersion(const std::string& imageVersion)
|
||||
{
|
||||
imageVersion_ = imageVersion;
|
||||
setCoreParameter("ImageVersion", imageVersion);
|
||||
setParameter("ImageVersion", imageVersion);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CreateInstanceRequest::getResourceOwnerId()const
|
||||
void CreateInstanceRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getHpcClusterId()const
|
||||
@@ -46,7 +46,7 @@ std::string CreateInstanceRequest::getHpcClusterId()const
|
||||
void CreateInstanceRequest::setHpcClusterId(const std::string& hpcClusterId)
|
||||
{
|
||||
hpcClusterId_ = hpcClusterId;
|
||||
setCoreParameter("HpcClusterId", hpcClusterId);
|
||||
setParameter("HpcClusterId", hpcClusterId);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getSecurityEnhancementStrategy()const
|
||||
@@ -57,7 +57,7 @@ std::string CreateInstanceRequest::getSecurityEnhancementStrategy()const
|
||||
void CreateInstanceRequest::setSecurityEnhancementStrategy(const std::string& securityEnhancementStrategy)
|
||||
{
|
||||
securityEnhancementStrategy_ = securityEnhancementStrategy;
|
||||
setCoreParameter("SecurityEnhancementStrategy", securityEnhancementStrategy);
|
||||
setParameter("SecurityEnhancementStrategy", securityEnhancementStrategy);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getKeyPairName()const
|
||||
@@ -68,7 +68,7 @@ std::string CreateInstanceRequest::getKeyPairName()const
|
||||
void CreateInstanceRequest::setKeyPairName(const std::string& keyPairName)
|
||||
{
|
||||
keyPairName_ = keyPairName;
|
||||
setCoreParameter("KeyPairName", keyPairName);
|
||||
setParameter("KeyPairName", keyPairName);
|
||||
}
|
||||
|
||||
float CreateInstanceRequest::getSpotPriceLimit()const
|
||||
@@ -79,7 +79,7 @@ float CreateInstanceRequest::getSpotPriceLimit()const
|
||||
void CreateInstanceRequest::setSpotPriceLimit(float spotPriceLimit)
|
||||
{
|
||||
spotPriceLimit_ = spotPriceLimit;
|
||||
setCoreParameter("SpotPriceLimit", std::to_string(spotPriceLimit));
|
||||
setParameter("SpotPriceLimit", std::to_string(spotPriceLimit));
|
||||
}
|
||||
|
||||
bool CreateInstanceRequest::getDeletionProtection()const
|
||||
@@ -90,7 +90,7 @@ bool CreateInstanceRequest::getDeletionProtection()const
|
||||
void CreateInstanceRequest::setDeletionProtection(bool deletionProtection)
|
||||
{
|
||||
deletionProtection_ = deletionProtection;
|
||||
setCoreParameter("DeletionProtection", deletionProtection ? "true" : "false");
|
||||
setParameter("DeletionProtection", deletionProtection ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getResourceGroupId()const
|
||||
@@ -101,7 +101,7 @@ std::string CreateInstanceRequest::getResourceGroupId()const
|
||||
void CreateInstanceRequest::setResourceGroupId(const std::string& resourceGroupId)
|
||||
{
|
||||
resourceGroupId_ = resourceGroupId;
|
||||
setCoreParameter("ResourceGroupId", resourceGroupId);
|
||||
setParameter("ResourceGroupId", resourceGroupId);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getHostName()const
|
||||
@@ -112,7 +112,7 @@ std::string CreateInstanceRequest::getHostName()const
|
||||
void CreateInstanceRequest::setHostName(const std::string& hostName)
|
||||
{
|
||||
hostName_ = hostName;
|
||||
setCoreParameter("HostName", hostName);
|
||||
setParameter("HostName", hostName);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getPassword()const
|
||||
@@ -123,7 +123,7 @@ std::string CreateInstanceRequest::getPassword()const
|
||||
void CreateInstanceRequest::setPassword(const std::string& password)
|
||||
{
|
||||
password_ = password;
|
||||
setCoreParameter("Password", password);
|
||||
setParameter("Password", password);
|
||||
}
|
||||
|
||||
int CreateInstanceRequest::getStorageSetPartitionNumber()const
|
||||
@@ -134,7 +134,7 @@ int CreateInstanceRequest::getStorageSetPartitionNumber()const
|
||||
void CreateInstanceRequest::setStorageSetPartitionNumber(int storageSetPartitionNumber)
|
||||
{
|
||||
storageSetPartitionNumber_ = storageSetPartitionNumber;
|
||||
setCoreParameter("StorageSetPartitionNumber", std::to_string(storageSetPartitionNumber));
|
||||
setParameter("StorageSetPartitionNumber", std::to_string(storageSetPartitionNumber));
|
||||
}
|
||||
|
||||
std::vector<CreateInstanceRequest::Tag> CreateInstanceRequest::getTag()const
|
||||
@@ -147,9 +147,9 @@ void CreateInstanceRequest::setTag(const std::vector<Tag>& tag)
|
||||
tag_ = tag;
|
||||
for(int dep1 = 0; dep1!= tag.size(); dep1++) {
|
||||
auto tagObj = tag.at(dep1);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1);
|
||||
setCoreParameter(tagObjStr + ".Value", tagObj.value);
|
||||
setCoreParameter(tagObjStr + ".Key", tagObj.key);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1 + 1);
|
||||
setParameter(tagObjStr + ".Value", tagObj.value);
|
||||
setParameter(tagObjStr + ".Key", tagObj.key);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -161,7 +161,7 @@ int CreateInstanceRequest::getAutoRenewPeriod()const
|
||||
void CreateInstanceRequest::setAutoRenewPeriod(int autoRenewPeriod)
|
||||
{
|
||||
autoRenewPeriod_ = autoRenewPeriod;
|
||||
setCoreParameter("AutoRenewPeriod", std::to_string(autoRenewPeriod));
|
||||
setParameter("AutoRenewPeriod", std::to_string(autoRenewPeriod));
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getNodeControllerId()const
|
||||
@@ -172,7 +172,7 @@ std::string CreateInstanceRequest::getNodeControllerId()const
|
||||
void CreateInstanceRequest::setNodeControllerId(const std::string& nodeControllerId)
|
||||
{
|
||||
nodeControllerId_ = nodeControllerId;
|
||||
setCoreParameter("NodeControllerId", nodeControllerId);
|
||||
setParameter("NodeControllerId", nodeControllerId);
|
||||
}
|
||||
|
||||
int CreateInstanceRequest::getPeriod()const
|
||||
@@ -183,7 +183,7 @@ int CreateInstanceRequest::getPeriod()const
|
||||
void CreateInstanceRequest::setPeriod(int period)
|
||||
{
|
||||
period_ = period;
|
||||
setCoreParameter("Period", std::to_string(period));
|
||||
setParameter("Period", std::to_string(period));
|
||||
}
|
||||
|
||||
bool CreateInstanceRequest::getDryRun()const
|
||||
@@ -194,7 +194,7 @@ bool CreateInstanceRequest::getDryRun()const
|
||||
void CreateInstanceRequest::setDryRun(bool dryRun)
|
||||
{
|
||||
dryRun_ = dryRun;
|
||||
setCoreParameter("DryRun", dryRun ? "true" : "false");
|
||||
setParameter("DryRun", dryRun ? "true" : "false");
|
||||
}
|
||||
|
||||
long CreateInstanceRequest::getOwnerId()const
|
||||
@@ -205,7 +205,7 @@ long CreateInstanceRequest::getOwnerId()const
|
||||
void CreateInstanceRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getCapacityReservationPreference()const
|
||||
@@ -216,7 +216,7 @@ std::string CreateInstanceRequest::getCapacityReservationPreference()const
|
||||
void CreateInstanceRequest::setCapacityReservationPreference(const std::string& capacityReservationPreference)
|
||||
{
|
||||
capacityReservationPreference_ = capacityReservationPreference;
|
||||
setCoreParameter("CapacityReservationPreference", capacityReservationPreference);
|
||||
setParameter("CapacityReservationPreference", capacityReservationPreference);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getVSwitchId()const
|
||||
@@ -227,7 +227,7 @@ std::string CreateInstanceRequest::getVSwitchId()const
|
||||
void CreateInstanceRequest::setVSwitchId(const std::string& vSwitchId)
|
||||
{
|
||||
vSwitchId_ = vSwitchId;
|
||||
setCoreParameter("VSwitchId", vSwitchId);
|
||||
setParameter("VSwitchId", vSwitchId);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getPrivateIpAddress()const
|
||||
@@ -238,7 +238,7 @@ std::string CreateInstanceRequest::getPrivateIpAddress()const
|
||||
void CreateInstanceRequest::setPrivateIpAddress(const std::string& privateIpAddress)
|
||||
{
|
||||
privateIpAddress_ = privateIpAddress;
|
||||
setCoreParameter("PrivateIpAddress", privateIpAddress);
|
||||
setParameter("PrivateIpAddress", privateIpAddress);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getSpotStrategy()const
|
||||
@@ -249,7 +249,7 @@ std::string CreateInstanceRequest::getSpotStrategy()const
|
||||
void CreateInstanceRequest::setSpotStrategy(const std::string& spotStrategy)
|
||||
{
|
||||
spotStrategy_ = spotStrategy;
|
||||
setCoreParameter("SpotStrategy", spotStrategy);
|
||||
setParameter("SpotStrategy", spotStrategy);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getPeriodUnit()const
|
||||
@@ -260,7 +260,7 @@ std::string CreateInstanceRequest::getPeriodUnit()const
|
||||
void CreateInstanceRequest::setPeriodUnit(const std::string& periodUnit)
|
||||
{
|
||||
periodUnit_ = periodUnit;
|
||||
setCoreParameter("PeriodUnit", periodUnit);
|
||||
setParameter("PeriodUnit", periodUnit);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getInstanceName()const
|
||||
@@ -271,7 +271,7 @@ std::string CreateInstanceRequest::getInstanceName()const
|
||||
void CreateInstanceRequest::setInstanceName(const std::string& instanceName)
|
||||
{
|
||||
instanceName_ = instanceName;
|
||||
setCoreParameter("InstanceName", instanceName);
|
||||
setParameter("InstanceName", instanceName);
|
||||
}
|
||||
|
||||
bool CreateInstanceRequest::getAutoRenew()const
|
||||
@@ -282,7 +282,7 @@ bool CreateInstanceRequest::getAutoRenew()const
|
||||
void CreateInstanceRequest::setAutoRenew(bool autoRenew)
|
||||
{
|
||||
autoRenew_ = autoRenew;
|
||||
setCoreParameter("AutoRenew", autoRenew ? "true" : "false");
|
||||
setParameter("AutoRenew", autoRenew ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getInternetChargeType()const
|
||||
@@ -293,7 +293,7 @@ std::string CreateInstanceRequest::getInternetChargeType()const
|
||||
void CreateInstanceRequest::setInternetChargeType(const std::string& internetChargeType)
|
||||
{
|
||||
internetChargeType_ = internetChargeType;
|
||||
setCoreParameter("InternetChargeType", internetChargeType);
|
||||
setParameter("InternetChargeType", internetChargeType);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getZoneId()const
|
||||
@@ -304,7 +304,7 @@ std::string CreateInstanceRequest::getZoneId()const
|
||||
void CreateInstanceRequest::setZoneId(const std::string& zoneId)
|
||||
{
|
||||
zoneId_ = zoneId;
|
||||
setCoreParameter("ZoneId", zoneId);
|
||||
setParameter("ZoneId", zoneId);
|
||||
}
|
||||
|
||||
int CreateInstanceRequest::getInternetMaxBandwidthIn()const
|
||||
@@ -315,7 +315,7 @@ int CreateInstanceRequest::getInternetMaxBandwidthIn()const
|
||||
void CreateInstanceRequest::setInternetMaxBandwidthIn(int internetMaxBandwidthIn)
|
||||
{
|
||||
internetMaxBandwidthIn_ = internetMaxBandwidthIn;
|
||||
setCoreParameter("InternetMaxBandwidthIn", std::to_string(internetMaxBandwidthIn));
|
||||
setParameter("InternetMaxBandwidthIn", std::to_string(internetMaxBandwidthIn));
|
||||
}
|
||||
|
||||
bool CreateInstanceRequest::getUseAdditionalService()const
|
||||
@@ -326,7 +326,7 @@ bool CreateInstanceRequest::getUseAdditionalService()const
|
||||
void CreateInstanceRequest::setUseAdditionalService(bool useAdditionalService)
|
||||
{
|
||||
useAdditionalService_ = useAdditionalService;
|
||||
setCoreParameter("UseAdditionalService", useAdditionalService ? "true" : "false");
|
||||
setParameter("UseAdditionalService", useAdditionalService ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getAffinity()const
|
||||
@@ -337,7 +337,7 @@ std::string CreateInstanceRequest::getAffinity()const
|
||||
void CreateInstanceRequest::setAffinity(const std::string& affinity)
|
||||
{
|
||||
affinity_ = affinity;
|
||||
setCoreParameter("Affinity", affinity);
|
||||
setParameter("Affinity", affinity);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getImageId()const
|
||||
@@ -348,7 +348,7 @@ std::string CreateInstanceRequest::getImageId()const
|
||||
void CreateInstanceRequest::setImageId(const std::string& imageId)
|
||||
{
|
||||
imageId_ = imageId;
|
||||
setCoreParameter("ImageId", imageId);
|
||||
setParameter("ImageId", imageId);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getClientToken()const
|
||||
@@ -359,7 +359,7 @@ std::string CreateInstanceRequest::getClientToken()const
|
||||
void CreateInstanceRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getVlanId()const
|
||||
@@ -370,7 +370,7 @@ std::string CreateInstanceRequest::getVlanId()const
|
||||
void CreateInstanceRequest::setVlanId(const std::string& vlanId)
|
||||
{
|
||||
vlanId_ = vlanId;
|
||||
setCoreParameter("VlanId", vlanId);
|
||||
setParameter("VlanId", vlanId);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getSpotInterruptionBehavior()const
|
||||
@@ -381,7 +381,7 @@ std::string CreateInstanceRequest::getSpotInterruptionBehavior()const
|
||||
void CreateInstanceRequest::setSpotInterruptionBehavior(const std::string& spotInterruptionBehavior)
|
||||
{
|
||||
spotInterruptionBehavior_ = spotInterruptionBehavior;
|
||||
setCoreParameter("SpotInterruptionBehavior", spotInterruptionBehavior);
|
||||
setParameter("SpotInterruptionBehavior", spotInterruptionBehavior);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getIoOptimized()const
|
||||
@@ -392,7 +392,7 @@ std::string CreateInstanceRequest::getIoOptimized()const
|
||||
void CreateInstanceRequest::setIoOptimized(const std::string& ioOptimized)
|
||||
{
|
||||
ioOptimized_ = ioOptimized;
|
||||
setCoreParameter("IoOptimized", ioOptimized);
|
||||
setParameter("IoOptimized", ioOptimized);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getSecurityGroupId()const
|
||||
@@ -403,7 +403,7 @@ std::string CreateInstanceRequest::getSecurityGroupId()const
|
||||
void CreateInstanceRequest::setSecurityGroupId(const std::string& securityGroupId)
|
||||
{
|
||||
securityGroupId_ = securityGroupId;
|
||||
setCoreParameter("SecurityGroupId", securityGroupId);
|
||||
setParameter("SecurityGroupId", securityGroupId);
|
||||
}
|
||||
|
||||
int CreateInstanceRequest::getInternetMaxBandwidthOut()const
|
||||
@@ -414,7 +414,7 @@ int CreateInstanceRequest::getInternetMaxBandwidthOut()const
|
||||
void CreateInstanceRequest::setInternetMaxBandwidthOut(int internetMaxBandwidthOut)
|
||||
{
|
||||
internetMaxBandwidthOut_ = internetMaxBandwidthOut;
|
||||
setCoreParameter("InternetMaxBandwidthOut", std::to_string(internetMaxBandwidthOut));
|
||||
setParameter("InternetMaxBandwidthOut", std::to_string(internetMaxBandwidthOut));
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getDescription()const
|
||||
@@ -425,7 +425,7 @@ std::string CreateInstanceRequest::getDescription()const
|
||||
void CreateInstanceRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getSystemDiskCategory()const
|
||||
@@ -436,7 +436,7 @@ std::string CreateInstanceRequest::getSystemDiskCategory()const
|
||||
void CreateInstanceRequest::setSystemDiskCategory(const std::string& systemDiskCategory)
|
||||
{
|
||||
systemDiskCategory_ = systemDiskCategory;
|
||||
setCoreParameter("SystemDiskCategory", systemDiskCategory);
|
||||
setParameter("SystemDiskCategory", systemDiskCategory);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getCapacityReservationId()const
|
||||
@@ -447,7 +447,7 @@ std::string CreateInstanceRequest::getCapacityReservationId()const
|
||||
void CreateInstanceRequest::setCapacityReservationId(const std::string& capacityReservationId)
|
||||
{
|
||||
capacityReservationId_ = capacityReservationId;
|
||||
setCoreParameter("CapacityReservationId", capacityReservationId);
|
||||
setParameter("CapacityReservationId", capacityReservationId);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getSystemDiskPerformanceLevel()const
|
||||
@@ -458,7 +458,7 @@ std::string CreateInstanceRequest::getSystemDiskPerformanceLevel()const
|
||||
void CreateInstanceRequest::setSystemDiskPerformanceLevel(const std::string& systemDiskPerformanceLevel)
|
||||
{
|
||||
systemDiskPerformanceLevel_ = systemDiskPerformanceLevel;
|
||||
setCoreParameter("SystemDiskPerformanceLevel", systemDiskPerformanceLevel);
|
||||
setParameter("SystemDiskPerformanceLevel", systemDiskPerformanceLevel);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getUserData()const
|
||||
@@ -469,7 +469,7 @@ std::string CreateInstanceRequest::getUserData()const
|
||||
void CreateInstanceRequest::setUserData(const std::string& userData)
|
||||
{
|
||||
userData_ = userData;
|
||||
setCoreParameter("UserData", userData);
|
||||
setParameter("UserData", userData);
|
||||
}
|
||||
|
||||
bool CreateInstanceRequest::getPasswordInherit()const
|
||||
@@ -480,7 +480,7 @@ bool CreateInstanceRequest::getPasswordInherit()const
|
||||
void CreateInstanceRequest::setPasswordInherit(bool passwordInherit)
|
||||
{
|
||||
passwordInherit_ = passwordInherit;
|
||||
setCoreParameter("PasswordInherit", passwordInherit ? "true" : "false");
|
||||
setParameter("PasswordInherit", passwordInherit ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getRegionId()const
|
||||
@@ -491,7 +491,7 @@ std::string CreateInstanceRequest::getRegionId()const
|
||||
void CreateInstanceRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getInstanceType()const
|
||||
@@ -502,7 +502,7 @@ std::string CreateInstanceRequest::getInstanceType()const
|
||||
void CreateInstanceRequest::setInstanceType(const std::string& instanceType)
|
||||
{
|
||||
instanceType_ = instanceType;
|
||||
setCoreParameter("InstanceType", instanceType);
|
||||
setParameter("InstanceType", instanceType);
|
||||
}
|
||||
|
||||
std::vector<CreateInstanceRequest::Arn> CreateInstanceRequest::getArn()const
|
||||
@@ -515,10 +515,10 @@ void CreateInstanceRequest::setArn(const std::vector<Arn>& arn)
|
||||
arn_ = arn;
|
||||
for(int dep1 = 0; dep1!= arn.size(); dep1++) {
|
||||
auto arnObj = arn.at(dep1);
|
||||
std::string arnObjStr = "Arn." + std::to_string(dep1);
|
||||
setCoreParameter(arnObjStr + ".Rolearn", arnObj.rolearn);
|
||||
setCoreParameter(arnObjStr + ".RoleType", arnObj.roleType);
|
||||
setCoreParameter(arnObjStr + ".AssumeRoleFor", std::to_string(arnObj.assumeRoleFor));
|
||||
std::string arnObjStr = "Arn." + std::to_string(dep1 + 1);
|
||||
setParameter(arnObjStr + ".Rolearn", arnObj.rolearn);
|
||||
setParameter(arnObjStr + ".RoleType", arnObj.roleType);
|
||||
setParameter(arnObjStr + ".AssumeRoleFor", std::to_string(arnObj.assumeRoleFor));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -530,7 +530,7 @@ std::string CreateInstanceRequest::getInstanceChargeType()const
|
||||
void CreateInstanceRequest::setInstanceChargeType(const std::string& instanceChargeType)
|
||||
{
|
||||
instanceChargeType_ = instanceChargeType;
|
||||
setCoreParameter("InstanceChargeType", instanceChargeType);
|
||||
setParameter("InstanceChargeType", instanceChargeType);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getDeploymentSetId()const
|
||||
@@ -541,7 +541,7 @@ std::string CreateInstanceRequest::getDeploymentSetId()const
|
||||
void CreateInstanceRequest::setDeploymentSetId(const std::string& deploymentSetId)
|
||||
{
|
||||
deploymentSetId_ = deploymentSetId;
|
||||
setCoreParameter("DeploymentSetId", deploymentSetId);
|
||||
setParameter("DeploymentSetId", deploymentSetId);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getInnerIpAddress()const
|
||||
@@ -552,7 +552,7 @@ std::string CreateInstanceRequest::getInnerIpAddress()const
|
||||
void CreateInstanceRequest::setInnerIpAddress(const std::string& innerIpAddress)
|
||||
{
|
||||
innerIpAddress_ = innerIpAddress;
|
||||
setCoreParameter("InnerIpAddress", innerIpAddress);
|
||||
setParameter("InnerIpAddress", innerIpAddress);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getResourceOwnerAccount()const
|
||||
@@ -563,7 +563,7 @@ std::string CreateInstanceRequest::getResourceOwnerAccount()const
|
||||
void CreateInstanceRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getOwnerAccount()const
|
||||
@@ -574,7 +574,7 @@ std::string CreateInstanceRequest::getOwnerAccount()const
|
||||
void CreateInstanceRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getTenancy()const
|
||||
@@ -585,7 +585,7 @@ std::string CreateInstanceRequest::getTenancy()const
|
||||
void CreateInstanceRequest::setTenancy(const std::string& tenancy)
|
||||
{
|
||||
tenancy_ = tenancy;
|
||||
setCoreParameter("Tenancy", tenancy);
|
||||
setParameter("Tenancy", tenancy);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getSystemDiskDiskName()const
|
||||
@@ -596,7 +596,7 @@ std::string CreateInstanceRequest::getSystemDiskDiskName()const
|
||||
void CreateInstanceRequest::setSystemDiskDiskName(const std::string& systemDiskDiskName)
|
||||
{
|
||||
systemDiskDiskName_ = systemDiskDiskName;
|
||||
setCoreParameter("SystemDiskDiskName", systemDiskDiskName);
|
||||
setParameter("SystemDiskDiskName", systemDiskDiskName);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getRamRoleName()const
|
||||
@@ -607,7 +607,7 @@ std::string CreateInstanceRequest::getRamRoleName()const
|
||||
void CreateInstanceRequest::setRamRoleName(const std::string& ramRoleName)
|
||||
{
|
||||
ramRoleName_ = ramRoleName;
|
||||
setCoreParameter("RamRoleName", ramRoleName);
|
||||
setParameter("RamRoleName", ramRoleName);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getDedicatedHostId()const
|
||||
@@ -618,7 +618,7 @@ std::string CreateInstanceRequest::getDedicatedHostId()const
|
||||
void CreateInstanceRequest::setDedicatedHostId(const std::string& dedicatedHostId)
|
||||
{
|
||||
dedicatedHostId_ = dedicatedHostId;
|
||||
setCoreParameter("DedicatedHostId", dedicatedHostId);
|
||||
setParameter("DedicatedHostId", dedicatedHostId);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getClusterId()const
|
||||
@@ -629,7 +629,7 @@ std::string CreateInstanceRequest::getClusterId()const
|
||||
void CreateInstanceRequest::setClusterId(const std::string& clusterId)
|
||||
{
|
||||
clusterId_ = clusterId;
|
||||
setCoreParameter("ClusterId", clusterId);
|
||||
setParameter("ClusterId", clusterId);
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getCreditSpecification()const
|
||||
@@ -640,7 +640,7 @@ std::string CreateInstanceRequest::getCreditSpecification()const
|
||||
void CreateInstanceRequest::setCreditSpecification(const std::string& creditSpecification)
|
||||
{
|
||||
creditSpecification_ = creditSpecification;
|
||||
setCoreParameter("CreditSpecification", creditSpecification);
|
||||
setParameter("CreditSpecification", creditSpecification);
|
||||
}
|
||||
|
||||
int CreateInstanceRequest::getSpotDuration()const
|
||||
@@ -651,7 +651,7 @@ int CreateInstanceRequest::getSpotDuration()const
|
||||
void CreateInstanceRequest::setSpotDuration(int spotDuration)
|
||||
{
|
||||
spotDuration_ = spotDuration;
|
||||
setCoreParameter("SpotDuration", std::to_string(spotDuration));
|
||||
setParameter("SpotDuration", std::to_string(spotDuration));
|
||||
}
|
||||
|
||||
std::vector<CreateInstanceRequest::DataDisk> CreateInstanceRequest::getDataDisk()const
|
||||
@@ -664,17 +664,17 @@ void CreateInstanceRequest::setDataDisk(const std::vector<DataDisk>& dataDisk)
|
||||
dataDisk_ = dataDisk;
|
||||
for(int dep1 = 0; dep1!= dataDisk.size(); dep1++) {
|
||||
auto dataDiskObj = dataDisk.at(dep1);
|
||||
std::string dataDiskObjStr = "DataDisk." + std::to_string(dep1);
|
||||
setCoreParameter(dataDiskObjStr + ".DiskName", dataDiskObj.diskName);
|
||||
setCoreParameter(dataDiskObjStr + ".SnapshotId", dataDiskObj.snapshotId);
|
||||
setCoreParameter(dataDiskObjStr + ".Size", std::to_string(dataDiskObj.size));
|
||||
setCoreParameter(dataDiskObjStr + ".Encrypted", dataDiskObj.encrypted ? "true" : "false");
|
||||
setCoreParameter(dataDiskObjStr + ".PerformanceLevel", dataDiskObj.performanceLevel);
|
||||
setCoreParameter(dataDiskObjStr + ".Description", dataDiskObj.description);
|
||||
setCoreParameter(dataDiskObjStr + ".Category", dataDiskObj.category);
|
||||
setCoreParameter(dataDiskObjStr + ".KMSKeyId", dataDiskObj.kMSKeyId);
|
||||
setCoreParameter(dataDiskObjStr + ".Device", dataDiskObj.device);
|
||||
setCoreParameter(dataDiskObjStr + ".DeleteWithInstance", dataDiskObj.deleteWithInstance ? "true" : "false");
|
||||
std::string dataDiskObjStr = "DataDisk." + std::to_string(dep1 + 1);
|
||||
setParameter(dataDiskObjStr + ".DiskName", dataDiskObj.diskName);
|
||||
setParameter(dataDiskObjStr + ".SnapshotId", dataDiskObj.snapshotId);
|
||||
setParameter(dataDiskObjStr + ".Size", std::to_string(dataDiskObj.size));
|
||||
setParameter(dataDiskObjStr + ".Encrypted", dataDiskObj.encrypted ? "true" : "false");
|
||||
setParameter(dataDiskObjStr + ".PerformanceLevel", dataDiskObj.performanceLevel);
|
||||
setParameter(dataDiskObjStr + ".Description", dataDiskObj.description);
|
||||
setParameter(dataDiskObjStr + ".Category", dataDiskObj.category);
|
||||
setParameter(dataDiskObjStr + ".KMSKeyId", dataDiskObj.kMSKeyId);
|
||||
setParameter(dataDiskObjStr + ".Device", dataDiskObj.device);
|
||||
setParameter(dataDiskObjStr + ".DeleteWithInstance", dataDiskObj.deleteWithInstance ? "true" : "false");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -686,7 +686,7 @@ std::string CreateInstanceRequest::getStorageSetId()const
|
||||
void CreateInstanceRequest::setStorageSetId(const std::string& storageSetId)
|
||||
{
|
||||
storageSetId_ = storageSetId;
|
||||
setCoreParameter("StorageSetId", storageSetId);
|
||||
setParameter("StorageSetId", storageSetId);
|
||||
}
|
||||
|
||||
int CreateInstanceRequest::getSystemDiskSize()const
|
||||
@@ -697,7 +697,7 @@ int CreateInstanceRequest::getSystemDiskSize()const
|
||||
void CreateInstanceRequest::setSystemDiskSize(int systemDiskSize)
|
||||
{
|
||||
systemDiskSize_ = systemDiskSize;
|
||||
setCoreParameter("SystemDiskSize", std::to_string(systemDiskSize));
|
||||
setParameter("SystemDiskSize", std::to_string(systemDiskSize));
|
||||
}
|
||||
|
||||
std::string CreateInstanceRequest::getSystemDiskDescription()const
|
||||
@@ -708,6 +708,6 @@ std::string CreateInstanceRequest::getSystemDiskDescription()const
|
||||
void CreateInstanceRequest::setSystemDiskDescription(const std::string& systemDiskDescription)
|
||||
{
|
||||
systemDiskDescription_ = systemDiskDescription;
|
||||
setCoreParameter("SystemDiskDescription", systemDiskDescription);
|
||||
setParameter("SystemDiskDescription", systemDiskDescription);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CreateKeyPairRequest::getResourceOwnerId()const
|
||||
void CreateKeyPairRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateKeyPairRequest::getKeyPairName()const
|
||||
@@ -46,7 +46,7 @@ std::string CreateKeyPairRequest::getKeyPairName()const
|
||||
void CreateKeyPairRequest::setKeyPairName(const std::string& keyPairName)
|
||||
{
|
||||
keyPairName_ = keyPairName;
|
||||
setCoreParameter("KeyPairName", keyPairName);
|
||||
setParameter("KeyPairName", keyPairName);
|
||||
}
|
||||
|
||||
std::string CreateKeyPairRequest::getResourceGroupId()const
|
||||
@@ -57,7 +57,7 @@ std::string CreateKeyPairRequest::getResourceGroupId()const
|
||||
void CreateKeyPairRequest::setResourceGroupId(const std::string& resourceGroupId)
|
||||
{
|
||||
resourceGroupId_ = resourceGroupId;
|
||||
setCoreParameter("ResourceGroupId", resourceGroupId);
|
||||
setParameter("ResourceGroupId", resourceGroupId);
|
||||
}
|
||||
|
||||
std::string CreateKeyPairRequest::getRegionId()const
|
||||
@@ -68,7 +68,7 @@ std::string CreateKeyPairRequest::getRegionId()const
|
||||
void CreateKeyPairRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::vector<CreateKeyPairRequest::Tag> CreateKeyPairRequest::getTag()const
|
||||
@@ -81,9 +81,9 @@ void CreateKeyPairRequest::setTag(const std::vector<Tag>& tag)
|
||||
tag_ = tag;
|
||||
for(int dep1 = 0; dep1!= tag.size(); dep1++) {
|
||||
auto tagObj = tag.at(dep1);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1);
|
||||
setCoreParameter(tagObjStr + ".Value", tagObj.value);
|
||||
setCoreParameter(tagObjStr + ".Key", tagObj.key);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1 + 1);
|
||||
setParameter(tagObjStr + ".Value", tagObj.value);
|
||||
setParameter(tagObjStr + ".Key", tagObj.key);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -95,7 +95,7 @@ std::string CreateKeyPairRequest::getResourceOwnerAccount()const
|
||||
void CreateKeyPairRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
long CreateKeyPairRequest::getOwnerId()const
|
||||
@@ -106,6 +106,6 @@ long CreateKeyPairRequest::getOwnerId()const
|
||||
void CreateKeyPairRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ std::string CreateLaunchTemplateRequest::getLaunchTemplateName()const
|
||||
void CreateLaunchTemplateRequest::setLaunchTemplateName(const std::string& launchTemplateName)
|
||||
{
|
||||
launchTemplateName_ = launchTemplateName;
|
||||
setCoreParameter("LaunchTemplateName", launchTemplateName);
|
||||
setParameter("LaunchTemplateName", launchTemplateName);
|
||||
}
|
||||
|
||||
long CreateLaunchTemplateRequest::getResourceOwnerId()const
|
||||
@@ -46,7 +46,7 @@ long CreateLaunchTemplateRequest::getResourceOwnerId()const
|
||||
void CreateLaunchTemplateRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getSecurityEnhancementStrategy()const
|
||||
@@ -57,7 +57,7 @@ std::string CreateLaunchTemplateRequest::getSecurityEnhancementStrategy()const
|
||||
void CreateLaunchTemplateRequest::setSecurityEnhancementStrategy(const std::string& securityEnhancementStrategy)
|
||||
{
|
||||
securityEnhancementStrategy_ = securityEnhancementStrategy;
|
||||
setCoreParameter("SecurityEnhancementStrategy", securityEnhancementStrategy);
|
||||
setParameter("SecurityEnhancementStrategy", securityEnhancementStrategy);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getNetworkType()const
|
||||
@@ -68,7 +68,7 @@ std::string CreateLaunchTemplateRequest::getNetworkType()const
|
||||
void CreateLaunchTemplateRequest::setNetworkType(const std::string& networkType)
|
||||
{
|
||||
networkType_ = networkType;
|
||||
setCoreParameter("NetworkType", networkType);
|
||||
setParameter("NetworkType", networkType);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getKeyPairName()const
|
||||
@@ -79,7 +79,7 @@ std::string CreateLaunchTemplateRequest::getKeyPairName()const
|
||||
void CreateLaunchTemplateRequest::setKeyPairName(const std::string& keyPairName)
|
||||
{
|
||||
keyPairName_ = keyPairName;
|
||||
setCoreParameter("KeyPairName", keyPairName);
|
||||
setParameter("KeyPairName", keyPairName);
|
||||
}
|
||||
|
||||
float CreateLaunchTemplateRequest::getSpotPriceLimit()const
|
||||
@@ -90,7 +90,7 @@ float CreateLaunchTemplateRequest::getSpotPriceLimit()const
|
||||
void CreateLaunchTemplateRequest::setSpotPriceLimit(float spotPriceLimit)
|
||||
{
|
||||
spotPriceLimit_ = spotPriceLimit;
|
||||
setCoreParameter("SpotPriceLimit", std::to_string(spotPriceLimit));
|
||||
setParameter("SpotPriceLimit", std::to_string(spotPriceLimit));
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getImageOwnerAlias()const
|
||||
@@ -101,7 +101,7 @@ std::string CreateLaunchTemplateRequest::getImageOwnerAlias()const
|
||||
void CreateLaunchTemplateRequest::setImageOwnerAlias(const std::string& imageOwnerAlias)
|
||||
{
|
||||
imageOwnerAlias_ = imageOwnerAlias;
|
||||
setCoreParameter("ImageOwnerAlias", imageOwnerAlias);
|
||||
setParameter("ImageOwnerAlias", imageOwnerAlias);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getResourceGroupId()const
|
||||
@@ -112,7 +112,7 @@ std::string CreateLaunchTemplateRequest::getResourceGroupId()const
|
||||
void CreateLaunchTemplateRequest::setResourceGroupId(const std::string& resourceGroupId)
|
||||
{
|
||||
resourceGroupId_ = resourceGroupId;
|
||||
setCoreParameter("ResourceGroupId", resourceGroupId);
|
||||
setParameter("ResourceGroupId", resourceGroupId);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getHostName()const
|
||||
@@ -123,7 +123,7 @@ std::string CreateLaunchTemplateRequest::getHostName()const
|
||||
void CreateLaunchTemplateRequest::setHostName(const std::string& hostName)
|
||||
{
|
||||
hostName_ = hostName;
|
||||
setCoreParameter("HostName", hostName);
|
||||
setParameter("HostName", hostName);
|
||||
}
|
||||
|
||||
int CreateLaunchTemplateRequest::getSystemDiskIops()const
|
||||
@@ -134,7 +134,7 @@ int CreateLaunchTemplateRequest::getSystemDiskIops()const
|
||||
void CreateLaunchTemplateRequest::setSystemDiskIops(int systemDiskIops)
|
||||
{
|
||||
systemDiskIops_ = systemDiskIops;
|
||||
setCoreParameter("SystemDiskIops", std::to_string(systemDiskIops));
|
||||
setParameter("SystemDiskIops", std::to_string(systemDiskIops));
|
||||
}
|
||||
|
||||
std::vector<CreateLaunchTemplateRequest::TemplateTag> CreateLaunchTemplateRequest::getTemplateTag()const
|
||||
@@ -147,9 +147,9 @@ void CreateLaunchTemplateRequest::setTemplateTag(const std::vector<TemplateTag>&
|
||||
templateTag_ = templateTag;
|
||||
for(int dep1 = 0; dep1!= templateTag.size(); dep1++) {
|
||||
auto templateTagObj = templateTag.at(dep1);
|
||||
std::string templateTagObjStr = "TemplateTag." + std::to_string(dep1);
|
||||
setCoreParameter(templateTagObjStr + ".Key", templateTagObj.key);
|
||||
setCoreParameter(templateTagObjStr + ".Value", templateTagObj.value);
|
||||
std::string templateTagObjStr = "TemplateTag." + std::to_string(dep1 + 1);
|
||||
setParameter(templateTagObjStr + ".Key", templateTagObj.key);
|
||||
setParameter(templateTagObjStr + ".Value", templateTagObj.value);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -163,9 +163,9 @@ void CreateLaunchTemplateRequest::setTag(const std::vector<Tag>& tag)
|
||||
tag_ = tag;
|
||||
for(int dep1 = 0; dep1!= tag.size(); dep1++) {
|
||||
auto tagObj = tag.at(dep1);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1);
|
||||
setCoreParameter(tagObjStr + ".Key", tagObj.key);
|
||||
setCoreParameter(tagObjStr + ".Value", tagObj.value);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1 + 1);
|
||||
setParameter(tagObjStr + ".Key", tagObj.key);
|
||||
setParameter(tagObjStr + ".Value", tagObj.value);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -177,7 +177,7 @@ int CreateLaunchTemplateRequest::getPeriod()const
|
||||
void CreateLaunchTemplateRequest::setPeriod(int period)
|
||||
{
|
||||
period_ = period;
|
||||
setCoreParameter("Period", std::to_string(period));
|
||||
setParameter("Period", std::to_string(period));
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getTemplateResourceGroupId()const
|
||||
@@ -188,7 +188,7 @@ std::string CreateLaunchTemplateRequest::getTemplateResourceGroupId()const
|
||||
void CreateLaunchTemplateRequest::setTemplateResourceGroupId(const std::string& templateResourceGroupId)
|
||||
{
|
||||
templateResourceGroupId_ = templateResourceGroupId;
|
||||
setCoreParameter("TemplateResourceGroupId", templateResourceGroupId);
|
||||
setParameter("TemplateResourceGroupId", templateResourceGroupId);
|
||||
}
|
||||
|
||||
long CreateLaunchTemplateRequest::getOwnerId()const
|
||||
@@ -199,7 +199,7 @@ long CreateLaunchTemplateRequest::getOwnerId()const
|
||||
void CreateLaunchTemplateRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getVSwitchId()const
|
||||
@@ -210,7 +210,7 @@ std::string CreateLaunchTemplateRequest::getVSwitchId()const
|
||||
void CreateLaunchTemplateRequest::setVSwitchId(const std::string& vSwitchId)
|
||||
{
|
||||
vSwitchId_ = vSwitchId;
|
||||
setCoreParameter("VSwitchId", vSwitchId);
|
||||
setParameter("VSwitchId", vSwitchId);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getSpotStrategy()const
|
||||
@@ -221,7 +221,7 @@ std::string CreateLaunchTemplateRequest::getSpotStrategy()const
|
||||
void CreateLaunchTemplateRequest::setSpotStrategy(const std::string& spotStrategy)
|
||||
{
|
||||
spotStrategy_ = spotStrategy;
|
||||
setCoreParameter("SpotStrategy", spotStrategy);
|
||||
setParameter("SpotStrategy", spotStrategy);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getInstanceName()const
|
||||
@@ -232,7 +232,7 @@ std::string CreateLaunchTemplateRequest::getInstanceName()const
|
||||
void CreateLaunchTemplateRequest::setInstanceName(const std::string& instanceName)
|
||||
{
|
||||
instanceName_ = instanceName;
|
||||
setCoreParameter("InstanceName", instanceName);
|
||||
setParameter("InstanceName", instanceName);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getInternetChargeType()const
|
||||
@@ -243,7 +243,7 @@ std::string CreateLaunchTemplateRequest::getInternetChargeType()const
|
||||
void CreateLaunchTemplateRequest::setInternetChargeType(const std::string& internetChargeType)
|
||||
{
|
||||
internetChargeType_ = internetChargeType;
|
||||
setCoreParameter("InternetChargeType", internetChargeType);
|
||||
setParameter("InternetChargeType", internetChargeType);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getZoneId()const
|
||||
@@ -254,7 +254,7 @@ std::string CreateLaunchTemplateRequest::getZoneId()const
|
||||
void CreateLaunchTemplateRequest::setZoneId(const std::string& zoneId)
|
||||
{
|
||||
zoneId_ = zoneId;
|
||||
setCoreParameter("ZoneId", zoneId);
|
||||
setParameter("ZoneId", zoneId);
|
||||
}
|
||||
|
||||
int CreateLaunchTemplateRequest::getInternetMaxBandwidthIn()const
|
||||
@@ -265,7 +265,7 @@ int CreateLaunchTemplateRequest::getInternetMaxBandwidthIn()const
|
||||
void CreateLaunchTemplateRequest::setInternetMaxBandwidthIn(int internetMaxBandwidthIn)
|
||||
{
|
||||
internetMaxBandwidthIn_ = internetMaxBandwidthIn;
|
||||
setCoreParameter("InternetMaxBandwidthIn", std::to_string(internetMaxBandwidthIn));
|
||||
setParameter("InternetMaxBandwidthIn", std::to_string(internetMaxBandwidthIn));
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getVersionDescription()const
|
||||
@@ -276,7 +276,7 @@ std::string CreateLaunchTemplateRequest::getVersionDescription()const
|
||||
void CreateLaunchTemplateRequest::setVersionDescription(const std::string& versionDescription)
|
||||
{
|
||||
versionDescription_ = versionDescription;
|
||||
setCoreParameter("VersionDescription", versionDescription);
|
||||
setParameter("VersionDescription", versionDescription);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getImageId()const
|
||||
@@ -287,7 +287,7 @@ std::string CreateLaunchTemplateRequest::getImageId()const
|
||||
void CreateLaunchTemplateRequest::setImageId(const std::string& imageId)
|
||||
{
|
||||
imageId_ = imageId;
|
||||
setCoreParameter("ImageId", imageId);
|
||||
setParameter("ImageId", imageId);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getIoOptimized()const
|
||||
@@ -298,7 +298,7 @@ std::string CreateLaunchTemplateRequest::getIoOptimized()const
|
||||
void CreateLaunchTemplateRequest::setIoOptimized(const std::string& ioOptimized)
|
||||
{
|
||||
ioOptimized_ = ioOptimized;
|
||||
setCoreParameter("IoOptimized", ioOptimized);
|
||||
setParameter("IoOptimized", ioOptimized);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getSecurityGroupId()const
|
||||
@@ -309,7 +309,7 @@ std::string CreateLaunchTemplateRequest::getSecurityGroupId()const
|
||||
void CreateLaunchTemplateRequest::setSecurityGroupId(const std::string& securityGroupId)
|
||||
{
|
||||
securityGroupId_ = securityGroupId;
|
||||
setCoreParameter("SecurityGroupId", securityGroupId);
|
||||
setParameter("SecurityGroupId", securityGroupId);
|
||||
}
|
||||
|
||||
int CreateLaunchTemplateRequest::getInternetMaxBandwidthOut()const
|
||||
@@ -320,7 +320,7 @@ int CreateLaunchTemplateRequest::getInternetMaxBandwidthOut()const
|
||||
void CreateLaunchTemplateRequest::setInternetMaxBandwidthOut(int internetMaxBandwidthOut)
|
||||
{
|
||||
internetMaxBandwidthOut_ = internetMaxBandwidthOut;
|
||||
setCoreParameter("InternetMaxBandwidthOut", std::to_string(internetMaxBandwidthOut));
|
||||
setParameter("InternetMaxBandwidthOut", std::to_string(internetMaxBandwidthOut));
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getDescription()const
|
||||
@@ -331,7 +331,7 @@ std::string CreateLaunchTemplateRequest::getDescription()const
|
||||
void CreateLaunchTemplateRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getSystemDiskCategory()const
|
||||
@@ -342,7 +342,7 @@ std::string CreateLaunchTemplateRequest::getSystemDiskCategory()const
|
||||
void CreateLaunchTemplateRequest::setSystemDiskCategory(const std::string& systemDiskCategory)
|
||||
{
|
||||
systemDiskCategory_ = systemDiskCategory;
|
||||
setCoreParameter("SystemDiskCategory", systemDiskCategory);
|
||||
setParameter("SystemDiskCategory", systemDiskCategory);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getUserData()const
|
||||
@@ -353,7 +353,7 @@ std::string CreateLaunchTemplateRequest::getUserData()const
|
||||
void CreateLaunchTemplateRequest::setUserData(const std::string& userData)
|
||||
{
|
||||
userData_ = userData;
|
||||
setCoreParameter("UserData", userData);
|
||||
setParameter("UserData", userData);
|
||||
}
|
||||
|
||||
bool CreateLaunchTemplateRequest::getPasswordInherit()const
|
||||
@@ -364,7 +364,7 @@ bool CreateLaunchTemplateRequest::getPasswordInherit()const
|
||||
void CreateLaunchTemplateRequest::setPasswordInherit(bool passwordInherit)
|
||||
{
|
||||
passwordInherit_ = passwordInherit;
|
||||
setCoreParameter("PasswordInherit", passwordInherit ? "true" : "false");
|
||||
setParameter("PasswordInherit", passwordInherit ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getRegionId()const
|
||||
@@ -375,7 +375,7 @@ std::string CreateLaunchTemplateRequest::getRegionId()const
|
||||
void CreateLaunchTemplateRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getInstanceType()const
|
||||
@@ -386,7 +386,7 @@ std::string CreateLaunchTemplateRequest::getInstanceType()const
|
||||
void CreateLaunchTemplateRequest::setInstanceType(const std::string& instanceType)
|
||||
{
|
||||
instanceType_ = instanceType;
|
||||
setCoreParameter("InstanceType", instanceType);
|
||||
setParameter("InstanceType", instanceType);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getInstanceChargeType()const
|
||||
@@ -397,7 +397,7 @@ std::string CreateLaunchTemplateRequest::getInstanceChargeType()const
|
||||
void CreateLaunchTemplateRequest::setInstanceChargeType(const std::string& instanceChargeType)
|
||||
{
|
||||
instanceChargeType_ = instanceChargeType;
|
||||
setCoreParameter("InstanceChargeType", instanceChargeType);
|
||||
setParameter("InstanceChargeType", instanceChargeType);
|
||||
}
|
||||
|
||||
bool CreateLaunchTemplateRequest::getEnableVmOsConfig()const
|
||||
@@ -408,7 +408,7 @@ bool CreateLaunchTemplateRequest::getEnableVmOsConfig()const
|
||||
void CreateLaunchTemplateRequest::setEnableVmOsConfig(bool enableVmOsConfig)
|
||||
{
|
||||
enableVmOsConfig_ = enableVmOsConfig;
|
||||
setCoreParameter("EnableVmOsConfig", enableVmOsConfig ? "true" : "false");
|
||||
setParameter("EnableVmOsConfig", enableVmOsConfig ? "true" : "false");
|
||||
}
|
||||
|
||||
std::vector<CreateLaunchTemplateRequest::NetworkInterface> CreateLaunchTemplateRequest::getNetworkInterface()const
|
||||
@@ -421,12 +421,12 @@ void CreateLaunchTemplateRequest::setNetworkInterface(const std::vector<NetworkI
|
||||
networkInterface_ = networkInterface;
|
||||
for(int dep1 = 0; dep1!= networkInterface.size(); dep1++) {
|
||||
auto networkInterfaceObj = networkInterface.at(dep1);
|
||||
std::string networkInterfaceObjStr = "NetworkInterface." + std::to_string(dep1);
|
||||
setCoreParameter(networkInterfaceObjStr + ".PrimaryIpAddress", networkInterfaceObj.primaryIpAddress);
|
||||
setCoreParameter(networkInterfaceObjStr + ".VSwitchId", networkInterfaceObj.vSwitchId);
|
||||
setCoreParameter(networkInterfaceObjStr + ".SecurityGroupId", networkInterfaceObj.securityGroupId);
|
||||
setCoreParameter(networkInterfaceObjStr + ".NetworkInterfaceName", networkInterfaceObj.networkInterfaceName);
|
||||
setCoreParameter(networkInterfaceObjStr + ".Description", networkInterfaceObj.description);
|
||||
std::string networkInterfaceObjStr = "NetworkInterface." + std::to_string(dep1 + 1);
|
||||
setParameter(networkInterfaceObjStr + ".PrimaryIpAddress", networkInterfaceObj.primaryIpAddress);
|
||||
setParameter(networkInterfaceObjStr + ".VSwitchId", networkInterfaceObj.vSwitchId);
|
||||
setParameter(networkInterfaceObjStr + ".SecurityGroupId", networkInterfaceObj.securityGroupId);
|
||||
setParameter(networkInterfaceObjStr + ".NetworkInterfaceName", networkInterfaceObj.networkInterfaceName);
|
||||
setParameter(networkInterfaceObjStr + ".Description", networkInterfaceObj.description);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -438,7 +438,7 @@ std::string CreateLaunchTemplateRequest::getResourceOwnerAccount()const
|
||||
void CreateLaunchTemplateRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getOwnerAccount()const
|
||||
@@ -449,7 +449,7 @@ std::string CreateLaunchTemplateRequest::getOwnerAccount()const
|
||||
void CreateLaunchTemplateRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getSystemDiskDiskName()const
|
||||
@@ -460,7 +460,7 @@ std::string CreateLaunchTemplateRequest::getSystemDiskDiskName()const
|
||||
void CreateLaunchTemplateRequest::setSystemDiskDiskName(const std::string& systemDiskDiskName)
|
||||
{
|
||||
systemDiskDiskName_ = systemDiskDiskName;
|
||||
setCoreParameter("SystemDiskDiskName", systemDiskDiskName);
|
||||
setParameter("SystemDiskDiskName", systemDiskDiskName);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getRamRoleName()const
|
||||
@@ -471,7 +471,7 @@ std::string CreateLaunchTemplateRequest::getRamRoleName()const
|
||||
void CreateLaunchTemplateRequest::setRamRoleName(const std::string& ramRoleName)
|
||||
{
|
||||
ramRoleName_ = ramRoleName;
|
||||
setCoreParameter("RamRoleName", ramRoleName);
|
||||
setParameter("RamRoleName", ramRoleName);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getAutoReleaseTime()const
|
||||
@@ -482,7 +482,7 @@ std::string CreateLaunchTemplateRequest::getAutoReleaseTime()const
|
||||
void CreateLaunchTemplateRequest::setAutoReleaseTime(const std::string& autoReleaseTime)
|
||||
{
|
||||
autoReleaseTime_ = autoReleaseTime;
|
||||
setCoreParameter("AutoReleaseTime", autoReleaseTime);
|
||||
setParameter("AutoReleaseTime", autoReleaseTime);
|
||||
}
|
||||
|
||||
int CreateLaunchTemplateRequest::getSpotDuration()const
|
||||
@@ -493,7 +493,7 @@ int CreateLaunchTemplateRequest::getSpotDuration()const
|
||||
void CreateLaunchTemplateRequest::setSpotDuration(int spotDuration)
|
||||
{
|
||||
spotDuration_ = spotDuration;
|
||||
setCoreParameter("SpotDuration", std::to_string(spotDuration));
|
||||
setParameter("SpotDuration", std::to_string(spotDuration));
|
||||
}
|
||||
|
||||
std::vector<CreateLaunchTemplateRequest::DataDisk> CreateLaunchTemplateRequest::getDataDisk()const
|
||||
@@ -506,15 +506,15 @@ void CreateLaunchTemplateRequest::setDataDisk(const std::vector<DataDisk>& dataD
|
||||
dataDisk_ = dataDisk;
|
||||
for(int dep1 = 0; dep1!= dataDisk.size(); dep1++) {
|
||||
auto dataDiskObj = dataDisk.at(dep1);
|
||||
std::string dataDiskObjStr = "DataDisk." + std::to_string(dep1);
|
||||
setCoreParameter(dataDiskObjStr + ".Size", std::to_string(dataDiskObj.size));
|
||||
setCoreParameter(dataDiskObjStr + ".SnapshotId", dataDiskObj.snapshotId);
|
||||
setCoreParameter(dataDiskObjStr + ".Category", dataDiskObj.category);
|
||||
setCoreParameter(dataDiskObjStr + ".Encrypted", dataDiskObj.encrypted);
|
||||
setCoreParameter(dataDiskObjStr + ".DiskName", dataDiskObj.diskName);
|
||||
setCoreParameter(dataDiskObjStr + ".Description", dataDiskObj.description);
|
||||
setCoreParameter(dataDiskObjStr + ".DeleteWithInstance", dataDiskObj.deleteWithInstance ? "true" : "false");
|
||||
setCoreParameter(dataDiskObjStr + ".Device", dataDiskObj.device);
|
||||
std::string dataDiskObjStr = "DataDisk." + std::to_string(dep1 + 1);
|
||||
setParameter(dataDiskObjStr + ".Size", std::to_string(dataDiskObj.size));
|
||||
setParameter(dataDiskObjStr + ".SnapshotId", dataDiskObj.snapshotId);
|
||||
setParameter(dataDiskObjStr + ".Category", dataDiskObj.category);
|
||||
setParameter(dataDiskObjStr + ".Encrypted", dataDiskObj.encrypted);
|
||||
setParameter(dataDiskObjStr + ".DiskName", dataDiskObj.diskName);
|
||||
setParameter(dataDiskObjStr + ".Description", dataDiskObj.description);
|
||||
setParameter(dataDiskObjStr + ".DeleteWithInstance", dataDiskObj.deleteWithInstance ? "true" : "false");
|
||||
setParameter(dataDiskObjStr + ".Device", dataDiskObj.device);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -526,7 +526,7 @@ int CreateLaunchTemplateRequest::getSystemDiskSize()const
|
||||
void CreateLaunchTemplateRequest::setSystemDiskSize(int systemDiskSize)
|
||||
{
|
||||
systemDiskSize_ = systemDiskSize;
|
||||
setCoreParameter("SystemDiskSize", std::to_string(systemDiskSize));
|
||||
setParameter("SystemDiskSize", std::to_string(systemDiskSize));
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getVpcId()const
|
||||
@@ -537,7 +537,7 @@ std::string CreateLaunchTemplateRequest::getVpcId()const
|
||||
void CreateLaunchTemplateRequest::setVpcId(const std::string& vpcId)
|
||||
{
|
||||
vpcId_ = vpcId;
|
||||
setCoreParameter("VpcId", vpcId);
|
||||
setParameter("VpcId", vpcId);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateRequest::getSystemDiskDescription()const
|
||||
@@ -548,6 +548,6 @@ std::string CreateLaunchTemplateRequest::getSystemDiskDescription()const
|
||||
void CreateLaunchTemplateRequest::setSystemDiskDescription(const std::string& systemDiskDescription)
|
||||
{
|
||||
systemDiskDescription_ = systemDiskDescription;
|
||||
setCoreParameter("SystemDiskDescription", systemDiskDescription);
|
||||
setParameter("SystemDiskDescription", systemDiskDescription);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ std::string CreateLaunchTemplateVersionRequest::getLaunchTemplateName()const
|
||||
void CreateLaunchTemplateVersionRequest::setLaunchTemplateName(const std::string& launchTemplateName)
|
||||
{
|
||||
launchTemplateName_ = launchTemplateName;
|
||||
setCoreParameter("LaunchTemplateName", launchTemplateName);
|
||||
setParameter("LaunchTemplateName", launchTemplateName);
|
||||
}
|
||||
|
||||
long CreateLaunchTemplateVersionRequest::getResourceOwnerId()const
|
||||
@@ -46,7 +46,7 @@ long CreateLaunchTemplateVersionRequest::getResourceOwnerId()const
|
||||
void CreateLaunchTemplateVersionRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getSecurityEnhancementStrategy()const
|
||||
@@ -57,7 +57,7 @@ std::string CreateLaunchTemplateVersionRequest::getSecurityEnhancementStrategy()
|
||||
void CreateLaunchTemplateVersionRequest::setSecurityEnhancementStrategy(const std::string& securityEnhancementStrategy)
|
||||
{
|
||||
securityEnhancementStrategy_ = securityEnhancementStrategy;
|
||||
setCoreParameter("SecurityEnhancementStrategy", securityEnhancementStrategy);
|
||||
setParameter("SecurityEnhancementStrategy", securityEnhancementStrategy);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getNetworkType()const
|
||||
@@ -68,7 +68,7 @@ std::string CreateLaunchTemplateVersionRequest::getNetworkType()const
|
||||
void CreateLaunchTemplateVersionRequest::setNetworkType(const std::string& networkType)
|
||||
{
|
||||
networkType_ = networkType;
|
||||
setCoreParameter("NetworkType", networkType);
|
||||
setParameter("NetworkType", networkType);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getKeyPairName()const
|
||||
@@ -79,7 +79,7 @@ std::string CreateLaunchTemplateVersionRequest::getKeyPairName()const
|
||||
void CreateLaunchTemplateVersionRequest::setKeyPairName(const std::string& keyPairName)
|
||||
{
|
||||
keyPairName_ = keyPairName;
|
||||
setCoreParameter("KeyPairName", keyPairName);
|
||||
setParameter("KeyPairName", keyPairName);
|
||||
}
|
||||
|
||||
float CreateLaunchTemplateVersionRequest::getSpotPriceLimit()const
|
||||
@@ -90,7 +90,7 @@ float CreateLaunchTemplateVersionRequest::getSpotPriceLimit()const
|
||||
void CreateLaunchTemplateVersionRequest::setSpotPriceLimit(float spotPriceLimit)
|
||||
{
|
||||
spotPriceLimit_ = spotPriceLimit;
|
||||
setCoreParameter("SpotPriceLimit", std::to_string(spotPriceLimit));
|
||||
setParameter("SpotPriceLimit", std::to_string(spotPriceLimit));
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getImageOwnerAlias()const
|
||||
@@ -101,7 +101,7 @@ std::string CreateLaunchTemplateVersionRequest::getImageOwnerAlias()const
|
||||
void CreateLaunchTemplateVersionRequest::setImageOwnerAlias(const std::string& imageOwnerAlias)
|
||||
{
|
||||
imageOwnerAlias_ = imageOwnerAlias;
|
||||
setCoreParameter("ImageOwnerAlias", imageOwnerAlias);
|
||||
setParameter("ImageOwnerAlias", imageOwnerAlias);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getResourceGroupId()const
|
||||
@@ -112,7 +112,7 @@ std::string CreateLaunchTemplateVersionRequest::getResourceGroupId()const
|
||||
void CreateLaunchTemplateVersionRequest::setResourceGroupId(const std::string& resourceGroupId)
|
||||
{
|
||||
resourceGroupId_ = resourceGroupId;
|
||||
setCoreParameter("ResourceGroupId", resourceGroupId);
|
||||
setParameter("ResourceGroupId", resourceGroupId);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getHostName()const
|
||||
@@ -123,7 +123,7 @@ std::string CreateLaunchTemplateVersionRequest::getHostName()const
|
||||
void CreateLaunchTemplateVersionRequest::setHostName(const std::string& hostName)
|
||||
{
|
||||
hostName_ = hostName;
|
||||
setCoreParameter("HostName", hostName);
|
||||
setParameter("HostName", hostName);
|
||||
}
|
||||
|
||||
int CreateLaunchTemplateVersionRequest::getSystemDiskIops()const
|
||||
@@ -134,7 +134,7 @@ int CreateLaunchTemplateVersionRequest::getSystemDiskIops()const
|
||||
void CreateLaunchTemplateVersionRequest::setSystemDiskIops(int systemDiskIops)
|
||||
{
|
||||
systemDiskIops_ = systemDiskIops;
|
||||
setCoreParameter("SystemDiskIops", std::to_string(systemDiskIops));
|
||||
setParameter("SystemDiskIops", std::to_string(systemDiskIops));
|
||||
}
|
||||
|
||||
std::vector<CreateLaunchTemplateVersionRequest::Tag> CreateLaunchTemplateVersionRequest::getTag()const
|
||||
@@ -147,9 +147,9 @@ void CreateLaunchTemplateVersionRequest::setTag(const std::vector<Tag>& tag)
|
||||
tag_ = tag;
|
||||
for(int dep1 = 0; dep1!= tag.size(); dep1++) {
|
||||
auto tagObj = tag.at(dep1);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1);
|
||||
setCoreParameter(tagObjStr + ".Key", tagObj.key);
|
||||
setCoreParameter(tagObjStr + ".Value", tagObj.value);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1 + 1);
|
||||
setParameter(tagObjStr + ".Key", tagObj.key);
|
||||
setParameter(tagObjStr + ".Value", tagObj.value);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -161,7 +161,7 @@ int CreateLaunchTemplateVersionRequest::getPeriod()const
|
||||
void CreateLaunchTemplateVersionRequest::setPeriod(int period)
|
||||
{
|
||||
period_ = period;
|
||||
setCoreParameter("Period", std::to_string(period));
|
||||
setParameter("Period", std::to_string(period));
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getLaunchTemplateId()const
|
||||
@@ -172,7 +172,7 @@ std::string CreateLaunchTemplateVersionRequest::getLaunchTemplateId()const
|
||||
void CreateLaunchTemplateVersionRequest::setLaunchTemplateId(const std::string& launchTemplateId)
|
||||
{
|
||||
launchTemplateId_ = launchTemplateId;
|
||||
setCoreParameter("LaunchTemplateId", launchTemplateId);
|
||||
setParameter("LaunchTemplateId", launchTemplateId);
|
||||
}
|
||||
|
||||
long CreateLaunchTemplateVersionRequest::getOwnerId()const
|
||||
@@ -183,7 +183,7 @@ long CreateLaunchTemplateVersionRequest::getOwnerId()const
|
||||
void CreateLaunchTemplateVersionRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getVSwitchId()const
|
||||
@@ -194,7 +194,7 @@ std::string CreateLaunchTemplateVersionRequest::getVSwitchId()const
|
||||
void CreateLaunchTemplateVersionRequest::setVSwitchId(const std::string& vSwitchId)
|
||||
{
|
||||
vSwitchId_ = vSwitchId;
|
||||
setCoreParameter("VSwitchId", vSwitchId);
|
||||
setParameter("VSwitchId", vSwitchId);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getSpotStrategy()const
|
||||
@@ -205,7 +205,7 @@ std::string CreateLaunchTemplateVersionRequest::getSpotStrategy()const
|
||||
void CreateLaunchTemplateVersionRequest::setSpotStrategy(const std::string& spotStrategy)
|
||||
{
|
||||
spotStrategy_ = spotStrategy;
|
||||
setCoreParameter("SpotStrategy", spotStrategy);
|
||||
setParameter("SpotStrategy", spotStrategy);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getInstanceName()const
|
||||
@@ -216,7 +216,7 @@ std::string CreateLaunchTemplateVersionRequest::getInstanceName()const
|
||||
void CreateLaunchTemplateVersionRequest::setInstanceName(const std::string& instanceName)
|
||||
{
|
||||
instanceName_ = instanceName;
|
||||
setCoreParameter("InstanceName", instanceName);
|
||||
setParameter("InstanceName", instanceName);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getInternetChargeType()const
|
||||
@@ -227,7 +227,7 @@ std::string CreateLaunchTemplateVersionRequest::getInternetChargeType()const
|
||||
void CreateLaunchTemplateVersionRequest::setInternetChargeType(const std::string& internetChargeType)
|
||||
{
|
||||
internetChargeType_ = internetChargeType;
|
||||
setCoreParameter("InternetChargeType", internetChargeType);
|
||||
setParameter("InternetChargeType", internetChargeType);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getZoneId()const
|
||||
@@ -238,7 +238,7 @@ std::string CreateLaunchTemplateVersionRequest::getZoneId()const
|
||||
void CreateLaunchTemplateVersionRequest::setZoneId(const std::string& zoneId)
|
||||
{
|
||||
zoneId_ = zoneId;
|
||||
setCoreParameter("ZoneId", zoneId);
|
||||
setParameter("ZoneId", zoneId);
|
||||
}
|
||||
|
||||
int CreateLaunchTemplateVersionRequest::getInternetMaxBandwidthIn()const
|
||||
@@ -249,7 +249,7 @@ int CreateLaunchTemplateVersionRequest::getInternetMaxBandwidthIn()const
|
||||
void CreateLaunchTemplateVersionRequest::setInternetMaxBandwidthIn(int internetMaxBandwidthIn)
|
||||
{
|
||||
internetMaxBandwidthIn_ = internetMaxBandwidthIn;
|
||||
setCoreParameter("InternetMaxBandwidthIn", std::to_string(internetMaxBandwidthIn));
|
||||
setParameter("InternetMaxBandwidthIn", std::to_string(internetMaxBandwidthIn));
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getVersionDescription()const
|
||||
@@ -260,7 +260,7 @@ std::string CreateLaunchTemplateVersionRequest::getVersionDescription()const
|
||||
void CreateLaunchTemplateVersionRequest::setVersionDescription(const std::string& versionDescription)
|
||||
{
|
||||
versionDescription_ = versionDescription;
|
||||
setCoreParameter("VersionDescription", versionDescription);
|
||||
setParameter("VersionDescription", versionDescription);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getImageId()const
|
||||
@@ -271,7 +271,7 @@ std::string CreateLaunchTemplateVersionRequest::getImageId()const
|
||||
void CreateLaunchTemplateVersionRequest::setImageId(const std::string& imageId)
|
||||
{
|
||||
imageId_ = imageId;
|
||||
setCoreParameter("ImageId", imageId);
|
||||
setParameter("ImageId", imageId);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getIoOptimized()const
|
||||
@@ -282,7 +282,7 @@ std::string CreateLaunchTemplateVersionRequest::getIoOptimized()const
|
||||
void CreateLaunchTemplateVersionRequest::setIoOptimized(const std::string& ioOptimized)
|
||||
{
|
||||
ioOptimized_ = ioOptimized;
|
||||
setCoreParameter("IoOptimized", ioOptimized);
|
||||
setParameter("IoOptimized", ioOptimized);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getSecurityGroupId()const
|
||||
@@ -293,7 +293,7 @@ std::string CreateLaunchTemplateVersionRequest::getSecurityGroupId()const
|
||||
void CreateLaunchTemplateVersionRequest::setSecurityGroupId(const std::string& securityGroupId)
|
||||
{
|
||||
securityGroupId_ = securityGroupId;
|
||||
setCoreParameter("SecurityGroupId", securityGroupId);
|
||||
setParameter("SecurityGroupId", securityGroupId);
|
||||
}
|
||||
|
||||
int CreateLaunchTemplateVersionRequest::getInternetMaxBandwidthOut()const
|
||||
@@ -304,7 +304,7 @@ int CreateLaunchTemplateVersionRequest::getInternetMaxBandwidthOut()const
|
||||
void CreateLaunchTemplateVersionRequest::setInternetMaxBandwidthOut(int internetMaxBandwidthOut)
|
||||
{
|
||||
internetMaxBandwidthOut_ = internetMaxBandwidthOut;
|
||||
setCoreParameter("InternetMaxBandwidthOut", std::to_string(internetMaxBandwidthOut));
|
||||
setParameter("InternetMaxBandwidthOut", std::to_string(internetMaxBandwidthOut));
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getDescription()const
|
||||
@@ -315,7 +315,7 @@ std::string CreateLaunchTemplateVersionRequest::getDescription()const
|
||||
void CreateLaunchTemplateVersionRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getSystemDiskCategory()const
|
||||
@@ -326,7 +326,7 @@ std::string CreateLaunchTemplateVersionRequest::getSystemDiskCategory()const
|
||||
void CreateLaunchTemplateVersionRequest::setSystemDiskCategory(const std::string& systemDiskCategory)
|
||||
{
|
||||
systemDiskCategory_ = systemDiskCategory;
|
||||
setCoreParameter("SystemDiskCategory", systemDiskCategory);
|
||||
setParameter("SystemDiskCategory", systemDiskCategory);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getUserData()const
|
||||
@@ -337,7 +337,7 @@ std::string CreateLaunchTemplateVersionRequest::getUserData()const
|
||||
void CreateLaunchTemplateVersionRequest::setUserData(const std::string& userData)
|
||||
{
|
||||
userData_ = userData;
|
||||
setCoreParameter("UserData", userData);
|
||||
setParameter("UserData", userData);
|
||||
}
|
||||
|
||||
bool CreateLaunchTemplateVersionRequest::getPasswordInherit()const
|
||||
@@ -348,7 +348,7 @@ bool CreateLaunchTemplateVersionRequest::getPasswordInherit()const
|
||||
void CreateLaunchTemplateVersionRequest::setPasswordInherit(bool passwordInherit)
|
||||
{
|
||||
passwordInherit_ = passwordInherit;
|
||||
setCoreParameter("PasswordInherit", passwordInherit ? "true" : "false");
|
||||
setParameter("PasswordInherit", passwordInherit ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getRegionId()const
|
||||
@@ -359,7 +359,7 @@ std::string CreateLaunchTemplateVersionRequest::getRegionId()const
|
||||
void CreateLaunchTemplateVersionRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getInstanceType()const
|
||||
@@ -370,7 +370,7 @@ std::string CreateLaunchTemplateVersionRequest::getInstanceType()const
|
||||
void CreateLaunchTemplateVersionRequest::setInstanceType(const std::string& instanceType)
|
||||
{
|
||||
instanceType_ = instanceType;
|
||||
setCoreParameter("InstanceType", instanceType);
|
||||
setParameter("InstanceType", instanceType);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getInstanceChargeType()const
|
||||
@@ -381,7 +381,7 @@ std::string CreateLaunchTemplateVersionRequest::getInstanceChargeType()const
|
||||
void CreateLaunchTemplateVersionRequest::setInstanceChargeType(const std::string& instanceChargeType)
|
||||
{
|
||||
instanceChargeType_ = instanceChargeType;
|
||||
setCoreParameter("InstanceChargeType", instanceChargeType);
|
||||
setParameter("InstanceChargeType", instanceChargeType);
|
||||
}
|
||||
|
||||
bool CreateLaunchTemplateVersionRequest::getEnableVmOsConfig()const
|
||||
@@ -392,7 +392,7 @@ bool CreateLaunchTemplateVersionRequest::getEnableVmOsConfig()const
|
||||
void CreateLaunchTemplateVersionRequest::setEnableVmOsConfig(bool enableVmOsConfig)
|
||||
{
|
||||
enableVmOsConfig_ = enableVmOsConfig;
|
||||
setCoreParameter("EnableVmOsConfig", enableVmOsConfig ? "true" : "false");
|
||||
setParameter("EnableVmOsConfig", enableVmOsConfig ? "true" : "false");
|
||||
}
|
||||
|
||||
std::vector<CreateLaunchTemplateVersionRequest::NetworkInterface> CreateLaunchTemplateVersionRequest::getNetworkInterface()const
|
||||
@@ -405,12 +405,12 @@ void CreateLaunchTemplateVersionRequest::setNetworkInterface(const std::vector<N
|
||||
networkInterface_ = networkInterface;
|
||||
for(int dep1 = 0; dep1!= networkInterface.size(); dep1++) {
|
||||
auto networkInterfaceObj = networkInterface.at(dep1);
|
||||
std::string networkInterfaceObjStr = "NetworkInterface." + std::to_string(dep1);
|
||||
setCoreParameter(networkInterfaceObjStr + ".PrimaryIpAddress", networkInterfaceObj.primaryIpAddress);
|
||||
setCoreParameter(networkInterfaceObjStr + ".VSwitchId", networkInterfaceObj.vSwitchId);
|
||||
setCoreParameter(networkInterfaceObjStr + ".SecurityGroupId", networkInterfaceObj.securityGroupId);
|
||||
setCoreParameter(networkInterfaceObjStr + ".NetworkInterfaceName", networkInterfaceObj.networkInterfaceName);
|
||||
setCoreParameter(networkInterfaceObjStr + ".Description", networkInterfaceObj.description);
|
||||
std::string networkInterfaceObjStr = "NetworkInterface." + std::to_string(dep1 + 1);
|
||||
setParameter(networkInterfaceObjStr + ".PrimaryIpAddress", networkInterfaceObj.primaryIpAddress);
|
||||
setParameter(networkInterfaceObjStr + ".VSwitchId", networkInterfaceObj.vSwitchId);
|
||||
setParameter(networkInterfaceObjStr + ".SecurityGroupId", networkInterfaceObj.securityGroupId);
|
||||
setParameter(networkInterfaceObjStr + ".NetworkInterfaceName", networkInterfaceObj.networkInterfaceName);
|
||||
setParameter(networkInterfaceObjStr + ".Description", networkInterfaceObj.description);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -422,7 +422,7 @@ std::string CreateLaunchTemplateVersionRequest::getResourceOwnerAccount()const
|
||||
void CreateLaunchTemplateVersionRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getOwnerAccount()const
|
||||
@@ -433,7 +433,7 @@ std::string CreateLaunchTemplateVersionRequest::getOwnerAccount()const
|
||||
void CreateLaunchTemplateVersionRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getSystemDiskDiskName()const
|
||||
@@ -444,7 +444,7 @@ std::string CreateLaunchTemplateVersionRequest::getSystemDiskDiskName()const
|
||||
void CreateLaunchTemplateVersionRequest::setSystemDiskDiskName(const std::string& systemDiskDiskName)
|
||||
{
|
||||
systemDiskDiskName_ = systemDiskDiskName;
|
||||
setCoreParameter("SystemDiskDiskName", systemDiskDiskName);
|
||||
setParameter("SystemDiskDiskName", systemDiskDiskName);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getRamRoleName()const
|
||||
@@ -455,7 +455,7 @@ std::string CreateLaunchTemplateVersionRequest::getRamRoleName()const
|
||||
void CreateLaunchTemplateVersionRequest::setRamRoleName(const std::string& ramRoleName)
|
||||
{
|
||||
ramRoleName_ = ramRoleName;
|
||||
setCoreParameter("RamRoleName", ramRoleName);
|
||||
setParameter("RamRoleName", ramRoleName);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getAutoReleaseTime()const
|
||||
@@ -466,7 +466,7 @@ std::string CreateLaunchTemplateVersionRequest::getAutoReleaseTime()const
|
||||
void CreateLaunchTemplateVersionRequest::setAutoReleaseTime(const std::string& autoReleaseTime)
|
||||
{
|
||||
autoReleaseTime_ = autoReleaseTime;
|
||||
setCoreParameter("AutoReleaseTime", autoReleaseTime);
|
||||
setParameter("AutoReleaseTime", autoReleaseTime);
|
||||
}
|
||||
|
||||
int CreateLaunchTemplateVersionRequest::getSpotDuration()const
|
||||
@@ -477,7 +477,7 @@ int CreateLaunchTemplateVersionRequest::getSpotDuration()const
|
||||
void CreateLaunchTemplateVersionRequest::setSpotDuration(int spotDuration)
|
||||
{
|
||||
spotDuration_ = spotDuration;
|
||||
setCoreParameter("SpotDuration", std::to_string(spotDuration));
|
||||
setParameter("SpotDuration", std::to_string(spotDuration));
|
||||
}
|
||||
|
||||
std::vector<CreateLaunchTemplateVersionRequest::DataDisk> CreateLaunchTemplateVersionRequest::getDataDisk()const
|
||||
@@ -490,15 +490,15 @@ void CreateLaunchTemplateVersionRequest::setDataDisk(const std::vector<DataDisk>
|
||||
dataDisk_ = dataDisk;
|
||||
for(int dep1 = 0; dep1!= dataDisk.size(); dep1++) {
|
||||
auto dataDiskObj = dataDisk.at(dep1);
|
||||
std::string dataDiskObjStr = "DataDisk." + std::to_string(dep1);
|
||||
setCoreParameter(dataDiskObjStr + ".Size", std::to_string(dataDiskObj.size));
|
||||
setCoreParameter(dataDiskObjStr + ".SnapshotId", dataDiskObj.snapshotId);
|
||||
setCoreParameter(dataDiskObjStr + ".Category", dataDiskObj.category);
|
||||
setCoreParameter(dataDiskObjStr + ".Encrypted", dataDiskObj.encrypted);
|
||||
setCoreParameter(dataDiskObjStr + ".DiskName", dataDiskObj.diskName);
|
||||
setCoreParameter(dataDiskObjStr + ".Description", dataDiskObj.description);
|
||||
setCoreParameter(dataDiskObjStr + ".DeleteWithInstance", dataDiskObj.deleteWithInstance ? "true" : "false");
|
||||
setCoreParameter(dataDiskObjStr + ".Device", dataDiskObj.device);
|
||||
std::string dataDiskObjStr = "DataDisk." + std::to_string(dep1 + 1);
|
||||
setParameter(dataDiskObjStr + ".Size", std::to_string(dataDiskObj.size));
|
||||
setParameter(dataDiskObjStr + ".SnapshotId", dataDiskObj.snapshotId);
|
||||
setParameter(dataDiskObjStr + ".Category", dataDiskObj.category);
|
||||
setParameter(dataDiskObjStr + ".Encrypted", dataDiskObj.encrypted);
|
||||
setParameter(dataDiskObjStr + ".DiskName", dataDiskObj.diskName);
|
||||
setParameter(dataDiskObjStr + ".Description", dataDiskObj.description);
|
||||
setParameter(dataDiskObjStr + ".DeleteWithInstance", dataDiskObj.deleteWithInstance ? "true" : "false");
|
||||
setParameter(dataDiskObjStr + ".Device", dataDiskObj.device);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -510,7 +510,7 @@ int CreateLaunchTemplateVersionRequest::getSystemDiskSize()const
|
||||
void CreateLaunchTemplateVersionRequest::setSystemDiskSize(int systemDiskSize)
|
||||
{
|
||||
systemDiskSize_ = systemDiskSize;
|
||||
setCoreParameter("SystemDiskSize", std::to_string(systemDiskSize));
|
||||
setParameter("SystemDiskSize", std::to_string(systemDiskSize));
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getVpcId()const
|
||||
@@ -521,7 +521,7 @@ std::string CreateLaunchTemplateVersionRequest::getVpcId()const
|
||||
void CreateLaunchTemplateVersionRequest::setVpcId(const std::string& vpcId)
|
||||
{
|
||||
vpcId_ = vpcId;
|
||||
setCoreParameter("VpcId", vpcId);
|
||||
setParameter("VpcId", vpcId);
|
||||
}
|
||||
|
||||
std::string CreateLaunchTemplateVersionRequest::getSystemDiskDescription()const
|
||||
@@ -532,6 +532,6 @@ std::string CreateLaunchTemplateVersionRequest::getSystemDiskDescription()const
|
||||
void CreateLaunchTemplateVersionRequest::setSystemDiskDescription(const std::string& systemDiskDescription)
|
||||
{
|
||||
systemDiskDescription_ = systemDiskDescription;
|
||||
setCoreParameter("SystemDiskDescription", systemDiskDescription);
|
||||
setParameter("SystemDiskDescription", systemDiskDescription);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CreateNatGatewayRequest::getResourceOwnerId()const
|
||||
void CreateNatGatewayRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateNatGatewayRequest::getClientToken()const
|
||||
@@ -46,7 +46,7 @@ std::string CreateNatGatewayRequest::getClientToken()const
|
||||
void CreateNatGatewayRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string CreateNatGatewayRequest::getDescription()const
|
||||
@@ -57,7 +57,7 @@ std::string CreateNatGatewayRequest::getDescription()const
|
||||
void CreateNatGatewayRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string CreateNatGatewayRequest::getRegionId()const
|
||||
@@ -68,7 +68,7 @@ std::string CreateNatGatewayRequest::getRegionId()const
|
||||
void CreateNatGatewayRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::vector<CreateNatGatewayRequest::BandwidthPackage> CreateNatGatewayRequest::getBandwidthPackage()const
|
||||
@@ -81,10 +81,10 @@ void CreateNatGatewayRequest::setBandwidthPackage(const std::vector<BandwidthPac
|
||||
bandwidthPackage_ = bandwidthPackage;
|
||||
for(int dep1 = 0; dep1!= bandwidthPackage.size(); dep1++) {
|
||||
auto bandwidthPackageObj = bandwidthPackage.at(dep1);
|
||||
std::string bandwidthPackageObjStr = "BandwidthPackage." + std::to_string(dep1);
|
||||
setCoreParameter(bandwidthPackageObjStr + ".Bandwidth", std::to_string(bandwidthPackageObj.bandwidth));
|
||||
setCoreParameter(bandwidthPackageObjStr + ".Zone", bandwidthPackageObj.zone);
|
||||
setCoreParameter(bandwidthPackageObjStr + ".IpCount", std::to_string(bandwidthPackageObj.ipCount));
|
||||
std::string bandwidthPackageObjStr = "BandwidthPackage." + std::to_string(dep1 + 1);
|
||||
setParameter(bandwidthPackageObjStr + ".Bandwidth", std::to_string(bandwidthPackageObj.bandwidth));
|
||||
setParameter(bandwidthPackageObjStr + ".Zone", bandwidthPackageObj.zone);
|
||||
setParameter(bandwidthPackageObjStr + ".IpCount", std::to_string(bandwidthPackageObj.ipCount));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -96,7 +96,7 @@ std::string CreateNatGatewayRequest::getResourceOwnerAccount()const
|
||||
void CreateNatGatewayRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreateNatGatewayRequest::getOwnerAccount()const
|
||||
@@ -107,7 +107,7 @@ std::string CreateNatGatewayRequest::getOwnerAccount()const
|
||||
void CreateNatGatewayRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long CreateNatGatewayRequest::getOwnerId()const
|
||||
@@ -118,7 +118,7 @@ long CreateNatGatewayRequest::getOwnerId()const
|
||||
void CreateNatGatewayRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string CreateNatGatewayRequest::getVpcId()const
|
||||
@@ -129,7 +129,7 @@ std::string CreateNatGatewayRequest::getVpcId()const
|
||||
void CreateNatGatewayRequest::setVpcId(const std::string& vpcId)
|
||||
{
|
||||
vpcId_ = vpcId;
|
||||
setCoreParameter("VpcId", vpcId);
|
||||
setParameter("VpcId", vpcId);
|
||||
}
|
||||
|
||||
std::string CreateNatGatewayRequest::getName()const
|
||||
@@ -140,6 +140,6 @@ std::string CreateNatGatewayRequest::getName()const
|
||||
void CreateNatGatewayRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
setParameter("Name", name);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CreateNetworkInterfacePermissionRequest::getResourceOwnerId()const
|
||||
void CreateNetworkInterfacePermissionRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
long CreateNetworkInterfacePermissionRequest::getAccountId()const
|
||||
@@ -46,7 +46,7 @@ long CreateNetworkInterfacePermissionRequest::getAccountId()const
|
||||
void CreateNetworkInterfacePermissionRequest::setAccountId(long accountId)
|
||||
{
|
||||
accountId_ = accountId;
|
||||
setCoreParameter("AccountId", std::to_string(accountId));
|
||||
setParameter("AccountId", std::to_string(accountId));
|
||||
}
|
||||
|
||||
std::string CreateNetworkInterfacePermissionRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string CreateNetworkInterfacePermissionRequest::getRegionId()const
|
||||
void CreateNetworkInterfacePermissionRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CreateNetworkInterfacePermissionRequest::getResourceOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string CreateNetworkInterfacePermissionRequest::getResourceOwnerAccount()co
|
||||
void CreateNetworkInterfacePermissionRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreateNetworkInterfacePermissionRequest::getOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string CreateNetworkInterfacePermissionRequest::getOwnerAccount()const
|
||||
void CreateNetworkInterfacePermissionRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
std::string CreateNetworkInterfacePermissionRequest::getPermission()const
|
||||
@@ -90,7 +90,7 @@ std::string CreateNetworkInterfacePermissionRequest::getPermission()const
|
||||
void CreateNetworkInterfacePermissionRequest::setPermission(const std::string& permission)
|
||||
{
|
||||
permission_ = permission;
|
||||
setCoreParameter("Permission", permission);
|
||||
setParameter("Permission", permission);
|
||||
}
|
||||
|
||||
long CreateNetworkInterfacePermissionRequest::getOwnerId()const
|
||||
@@ -101,7 +101,7 @@ long CreateNetworkInterfacePermissionRequest::getOwnerId()const
|
||||
void CreateNetworkInterfacePermissionRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string CreateNetworkInterfacePermissionRequest::getNetworkInterfaceId()const
|
||||
@@ -112,6 +112,6 @@ std::string CreateNetworkInterfacePermissionRequest::getNetworkInterfaceId()cons
|
||||
void CreateNetworkInterfacePermissionRequest::setNetworkInterfaceId(const std::string& networkInterfaceId)
|
||||
{
|
||||
networkInterfaceId_ = networkInterfaceId;
|
||||
setCoreParameter("NetworkInterfaceId", networkInterfaceId);
|
||||
setParameter("NetworkInterfaceId", networkInterfaceId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CreateNetworkInterfaceRequest::getResourceOwnerId()const
|
||||
void CreateNetworkInterfaceRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateNetworkInterfaceRequest::getClientToken()const
|
||||
@@ -46,7 +46,7 @@ std::string CreateNetworkInterfaceRequest::getClientToken()const
|
||||
void CreateNetworkInterfaceRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string CreateNetworkInterfaceRequest::getSecurityGroupId()const
|
||||
@@ -57,7 +57,7 @@ std::string CreateNetworkInterfaceRequest::getSecurityGroupId()const
|
||||
void CreateNetworkInterfaceRequest::setSecurityGroupId(const std::string& securityGroupId)
|
||||
{
|
||||
securityGroupId_ = securityGroupId;
|
||||
setCoreParameter("SecurityGroupId", securityGroupId);
|
||||
setParameter("SecurityGroupId", securityGroupId);
|
||||
}
|
||||
|
||||
std::string CreateNetworkInterfaceRequest::getDescription()const
|
||||
@@ -68,7 +68,7 @@ std::string CreateNetworkInterfaceRequest::getDescription()const
|
||||
void CreateNetworkInterfaceRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
int CreateNetworkInterfaceRequest::getSecondaryPrivateIpAddressCount()const
|
||||
@@ -79,7 +79,7 @@ int CreateNetworkInterfaceRequest::getSecondaryPrivateIpAddressCount()const
|
||||
void CreateNetworkInterfaceRequest::setSecondaryPrivateIpAddressCount(int secondaryPrivateIpAddressCount)
|
||||
{
|
||||
secondaryPrivateIpAddressCount_ = secondaryPrivateIpAddressCount;
|
||||
setCoreParameter("SecondaryPrivateIpAddressCount", std::to_string(secondaryPrivateIpAddressCount));
|
||||
setParameter("SecondaryPrivateIpAddressCount", std::to_string(secondaryPrivateIpAddressCount));
|
||||
}
|
||||
|
||||
std::string CreateNetworkInterfaceRequest::getBusinessType()const
|
||||
@@ -90,7 +90,7 @@ std::string CreateNetworkInterfaceRequest::getBusinessType()const
|
||||
void CreateNetworkInterfaceRequest::setBusinessType(const std::string& businessType)
|
||||
{
|
||||
businessType_ = businessType;
|
||||
setCoreParameter("BusinessType", businessType);
|
||||
setParameter("BusinessType", businessType);
|
||||
}
|
||||
|
||||
std::string CreateNetworkInterfaceRequest::getResourceGroupId()const
|
||||
@@ -101,7 +101,7 @@ std::string CreateNetworkInterfaceRequest::getResourceGroupId()const
|
||||
void CreateNetworkInterfaceRequest::setResourceGroupId(const std::string& resourceGroupId)
|
||||
{
|
||||
resourceGroupId_ = resourceGroupId;
|
||||
setCoreParameter("ResourceGroupId", resourceGroupId);
|
||||
setParameter("ResourceGroupId", resourceGroupId);
|
||||
}
|
||||
|
||||
std::string CreateNetworkInterfaceRequest::getRegionId()const
|
||||
@@ -112,7 +112,7 @@ std::string CreateNetworkInterfaceRequest::getRegionId()const
|
||||
void CreateNetworkInterfaceRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::vector<CreateNetworkInterfaceRequest::Tag> CreateNetworkInterfaceRequest::getTag()const
|
||||
@@ -125,9 +125,9 @@ void CreateNetworkInterfaceRequest::setTag(const std::vector<Tag>& tag)
|
||||
tag_ = tag;
|
||||
for(int dep1 = 0; dep1!= tag.size(); dep1++) {
|
||||
auto tagObj = tag.at(dep1);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1);
|
||||
setCoreParameter(tagObjStr + ".Key", tagObj.key);
|
||||
setCoreParameter(tagObjStr + ".Value", tagObj.value);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1 + 1);
|
||||
setParameter(tagObjStr + ".Key", tagObj.key);
|
||||
setParameter(tagObjStr + ".Value", tagObj.value);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -139,7 +139,7 @@ std::string CreateNetworkInterfaceRequest::getNetworkInterfaceName()const
|
||||
void CreateNetworkInterfaceRequest::setNetworkInterfaceName(const std::string& networkInterfaceName)
|
||||
{
|
||||
networkInterfaceName_ = networkInterfaceName;
|
||||
setCoreParameter("NetworkInterfaceName", networkInterfaceName);
|
||||
setParameter("NetworkInterfaceName", networkInterfaceName);
|
||||
}
|
||||
|
||||
bool CreateNetworkInterfaceRequest::getVisible()const
|
||||
@@ -150,7 +150,7 @@ bool CreateNetworkInterfaceRequest::getVisible()const
|
||||
void CreateNetworkInterfaceRequest::setVisible(bool visible)
|
||||
{
|
||||
visible_ = visible;
|
||||
setCoreParameter("Visible", visible ? "true" : "false");
|
||||
setParameter("Visible", visible ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string CreateNetworkInterfaceRequest::getResourceOwnerAccount()const
|
||||
@@ -161,7 +161,7 @@ std::string CreateNetworkInterfaceRequest::getResourceOwnerAccount()const
|
||||
void CreateNetworkInterfaceRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreateNetworkInterfaceRequest::getOwnerAccount()const
|
||||
@@ -172,7 +172,7 @@ std::string CreateNetworkInterfaceRequest::getOwnerAccount()const
|
||||
void CreateNetworkInterfaceRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long CreateNetworkInterfaceRequest::getOwnerId()const
|
||||
@@ -183,7 +183,7 @@ long CreateNetworkInterfaceRequest::getOwnerId()const
|
||||
void CreateNetworkInterfaceRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::vector<std::string> CreateNetworkInterfaceRequest::getSecurityGroupIds()const
|
||||
@@ -195,7 +195,7 @@ void CreateNetworkInterfaceRequest::setSecurityGroupIds(const std::vector<std::s
|
||||
{
|
||||
securityGroupIds_ = securityGroupIds;
|
||||
for(int dep1 = 0; dep1!= securityGroupIds.size(); dep1++) {
|
||||
setCoreParameter("SecurityGroupIds."+ std::to_string(dep1), securityGroupIds.at(dep1));
|
||||
setParameter("SecurityGroupIds."+ std::to_string(dep1), securityGroupIds.at(dep1));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -207,7 +207,7 @@ std::string CreateNetworkInterfaceRequest::getVSwitchId()const
|
||||
void CreateNetworkInterfaceRequest::setVSwitchId(const std::string& vSwitchId)
|
||||
{
|
||||
vSwitchId_ = vSwitchId;
|
||||
setCoreParameter("VSwitchId", vSwitchId);
|
||||
setParameter("VSwitchId", vSwitchId);
|
||||
}
|
||||
|
||||
std::vector<std::string> CreateNetworkInterfaceRequest::getPrivateIpAddress()const
|
||||
@@ -219,7 +219,7 @@ void CreateNetworkInterfaceRequest::setPrivateIpAddress(const std::vector<std::s
|
||||
{
|
||||
privateIpAddress_ = privateIpAddress;
|
||||
for(int dep1 = 0; dep1!= privateIpAddress.size(); dep1++) {
|
||||
setCoreParameter("PrivateIpAddress."+ std::to_string(dep1), privateIpAddress.at(dep1));
|
||||
setParameter("PrivateIpAddress."+ std::to_string(dep1), privateIpAddress.at(dep1));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -231,6 +231,6 @@ std::string CreateNetworkInterfaceRequest::getPrimaryIpAddress()const
|
||||
void CreateNetworkInterfaceRequest::setPrimaryIpAddress(const std::string& primaryIpAddress)
|
||||
{
|
||||
primaryIpAddress_ = primaryIpAddress;
|
||||
setCoreParameter("PrimaryIpAddress", primaryIpAddress);
|
||||
setParameter("PrimaryIpAddress", primaryIpAddress);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ std::string CreatePhysicalConnectionRequest::getAccessPointId()const
|
||||
void CreatePhysicalConnectionRequest::setAccessPointId(const std::string& accessPointId)
|
||||
{
|
||||
accessPointId_ = accessPointId;
|
||||
setCoreParameter("AccessPointId", accessPointId);
|
||||
setParameter("AccessPointId", accessPointId);
|
||||
}
|
||||
|
||||
long CreatePhysicalConnectionRequest::getResourceOwnerId()const
|
||||
@@ -46,7 +46,7 @@ long CreatePhysicalConnectionRequest::getResourceOwnerId()const
|
||||
void CreatePhysicalConnectionRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreatePhysicalConnectionRequest::getPortType()const
|
||||
@@ -57,7 +57,7 @@ std::string CreatePhysicalConnectionRequest::getPortType()const
|
||||
void CreatePhysicalConnectionRequest::setPortType(const std::string& portType)
|
||||
{
|
||||
portType_ = portType;
|
||||
setCoreParameter("PortType", portType);
|
||||
setParameter("PortType", portType);
|
||||
}
|
||||
|
||||
std::string CreatePhysicalConnectionRequest::getCircuitCode()const
|
||||
@@ -68,7 +68,7 @@ std::string CreatePhysicalConnectionRequest::getCircuitCode()const
|
||||
void CreatePhysicalConnectionRequest::setCircuitCode(const std::string& circuitCode)
|
||||
{
|
||||
circuitCode_ = circuitCode;
|
||||
setCoreParameter("CircuitCode", circuitCode);
|
||||
setParameter("CircuitCode", circuitCode);
|
||||
}
|
||||
|
||||
std::string CreatePhysicalConnectionRequest::getClientToken()const
|
||||
@@ -79,7 +79,7 @@ std::string CreatePhysicalConnectionRequest::getClientToken()const
|
||||
void CreatePhysicalConnectionRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string CreatePhysicalConnectionRequest::getDescription()const
|
||||
@@ -90,7 +90,7 @@ std::string CreatePhysicalConnectionRequest::getDescription()const
|
||||
void CreatePhysicalConnectionRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string CreatePhysicalConnectionRequest::getType()const
|
||||
@@ -101,7 +101,7 @@ std::string CreatePhysicalConnectionRequest::getType()const
|
||||
void CreatePhysicalConnectionRequest::setType(const std::string& type)
|
||||
{
|
||||
type_ = type;
|
||||
setCoreParameter("Type", type);
|
||||
setParameter("Type", type);
|
||||
}
|
||||
|
||||
std::string CreatePhysicalConnectionRequest::getRegionId()const
|
||||
@@ -112,7 +112,7 @@ std::string CreatePhysicalConnectionRequest::getRegionId()const
|
||||
void CreatePhysicalConnectionRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CreatePhysicalConnectionRequest::getUserCidr()const
|
||||
@@ -123,7 +123,7 @@ std::string CreatePhysicalConnectionRequest::getUserCidr()const
|
||||
void CreatePhysicalConnectionRequest::setUserCidr(const std::string& userCidr)
|
||||
{
|
||||
userCidr_ = userCidr;
|
||||
setCoreParameter("UserCidr", userCidr);
|
||||
setParameter("UserCidr", userCidr);
|
||||
}
|
||||
|
||||
std::string CreatePhysicalConnectionRequest::getRedundantPhysicalConnectionId()const
|
||||
@@ -134,7 +134,7 @@ std::string CreatePhysicalConnectionRequest::getRedundantPhysicalConnectionId()c
|
||||
void CreatePhysicalConnectionRequest::setRedundantPhysicalConnectionId(const std::string& redundantPhysicalConnectionId)
|
||||
{
|
||||
redundantPhysicalConnectionId_ = redundantPhysicalConnectionId;
|
||||
setCoreParameter("RedundantPhysicalConnectionId", redundantPhysicalConnectionId);
|
||||
setParameter("RedundantPhysicalConnectionId", redundantPhysicalConnectionId);
|
||||
}
|
||||
|
||||
std::string CreatePhysicalConnectionRequest::getPeerLocation()const
|
||||
@@ -145,7 +145,7 @@ std::string CreatePhysicalConnectionRequest::getPeerLocation()const
|
||||
void CreatePhysicalConnectionRequest::setPeerLocation(const std::string& peerLocation)
|
||||
{
|
||||
peerLocation_ = peerLocation;
|
||||
setCoreParameter("PeerLocation", peerLocation);
|
||||
setParameter("PeerLocation", peerLocation);
|
||||
}
|
||||
|
||||
int CreatePhysicalConnectionRequest::getBandwidth()const
|
||||
@@ -156,7 +156,7 @@ int CreatePhysicalConnectionRequest::getBandwidth()const
|
||||
void CreatePhysicalConnectionRequest::setBandwidth(int bandwidth)
|
||||
{
|
||||
bandwidth_ = bandwidth;
|
||||
setCoreParameter("Bandwidth", std::to_string(bandwidth));
|
||||
setParameter("Bandwidth", std::to_string(bandwidth));
|
||||
}
|
||||
|
||||
std::string CreatePhysicalConnectionRequest::getResourceOwnerAccount()const
|
||||
@@ -167,7 +167,7 @@ std::string CreatePhysicalConnectionRequest::getResourceOwnerAccount()const
|
||||
void CreatePhysicalConnectionRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreatePhysicalConnectionRequest::getOwnerAccount()const
|
||||
@@ -178,7 +178,7 @@ std::string CreatePhysicalConnectionRequest::getOwnerAccount()const
|
||||
void CreatePhysicalConnectionRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long CreatePhysicalConnectionRequest::getOwnerId()const
|
||||
@@ -189,7 +189,7 @@ long CreatePhysicalConnectionRequest::getOwnerId()const
|
||||
void CreatePhysicalConnectionRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string CreatePhysicalConnectionRequest::getLineOperator()const
|
||||
@@ -200,7 +200,7 @@ std::string CreatePhysicalConnectionRequest::getLineOperator()const
|
||||
void CreatePhysicalConnectionRequest::setLineOperator(const std::string& lineOperator)
|
||||
{
|
||||
lineOperator_ = lineOperator;
|
||||
setCoreParameter("LineOperator", lineOperator);
|
||||
setParameter("LineOperator", lineOperator);
|
||||
}
|
||||
|
||||
std::string CreatePhysicalConnectionRequest::getName()const
|
||||
@@ -211,6 +211,6 @@ std::string CreatePhysicalConnectionRequest::getName()const
|
||||
void CreatePhysicalConnectionRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
setParameter("Name", name);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CreateRouteEntryRequest::getResourceOwnerId()const
|
||||
void CreateRouteEntryRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateRouteEntryRequest::getClientToken()const
|
||||
@@ -46,7 +46,7 @@ std::string CreateRouteEntryRequest::getClientToken()const
|
||||
void CreateRouteEntryRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string CreateRouteEntryRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string CreateRouteEntryRequest::getRegionId()const
|
||||
void CreateRouteEntryRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CreateRouteEntryRequest::getNextHopId()const
|
||||
@@ -68,7 +68,7 @@ std::string CreateRouteEntryRequest::getNextHopId()const
|
||||
void CreateRouteEntryRequest::setNextHopId(const std::string& nextHopId)
|
||||
{
|
||||
nextHopId_ = nextHopId;
|
||||
setCoreParameter("NextHopId", nextHopId);
|
||||
setParameter("NextHopId", nextHopId);
|
||||
}
|
||||
|
||||
std::string CreateRouteEntryRequest::getNextHopType()const
|
||||
@@ -79,7 +79,7 @@ std::string CreateRouteEntryRequest::getNextHopType()const
|
||||
void CreateRouteEntryRequest::setNextHopType(const std::string& nextHopType)
|
||||
{
|
||||
nextHopType_ = nextHopType;
|
||||
setCoreParameter("NextHopType", nextHopType);
|
||||
setParameter("NextHopType", nextHopType);
|
||||
}
|
||||
|
||||
std::string CreateRouteEntryRequest::getRouteTableId()const
|
||||
@@ -90,7 +90,7 @@ std::string CreateRouteEntryRequest::getRouteTableId()const
|
||||
void CreateRouteEntryRequest::setRouteTableId(const std::string& routeTableId)
|
||||
{
|
||||
routeTableId_ = routeTableId;
|
||||
setCoreParameter("RouteTableId", routeTableId);
|
||||
setParameter("RouteTableId", routeTableId);
|
||||
}
|
||||
|
||||
std::string CreateRouteEntryRequest::getResourceOwnerAccount()const
|
||||
@@ -101,7 +101,7 @@ std::string CreateRouteEntryRequest::getResourceOwnerAccount()const
|
||||
void CreateRouteEntryRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreateRouteEntryRequest::getDestinationCidrBlock()const
|
||||
@@ -112,7 +112,7 @@ std::string CreateRouteEntryRequest::getDestinationCidrBlock()const
|
||||
void CreateRouteEntryRequest::setDestinationCidrBlock(const std::string& destinationCidrBlock)
|
||||
{
|
||||
destinationCidrBlock_ = destinationCidrBlock;
|
||||
setCoreParameter("DestinationCidrBlock", destinationCidrBlock);
|
||||
setParameter("DestinationCidrBlock", destinationCidrBlock);
|
||||
}
|
||||
|
||||
std::string CreateRouteEntryRequest::getOwnerAccount()const
|
||||
@@ -123,7 +123,7 @@ std::string CreateRouteEntryRequest::getOwnerAccount()const
|
||||
void CreateRouteEntryRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long CreateRouteEntryRequest::getOwnerId()const
|
||||
@@ -134,7 +134,7 @@ long CreateRouteEntryRequest::getOwnerId()const
|
||||
void CreateRouteEntryRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::vector<CreateRouteEntryRequest::NextHopList> CreateRouteEntryRequest::getNextHopList()const
|
||||
@@ -147,9 +147,9 @@ void CreateRouteEntryRequest::setNextHopList(const std::vector<NextHopList>& nex
|
||||
nextHopList_ = nextHopList;
|
||||
for(int dep1 = 0; dep1!= nextHopList.size(); dep1++) {
|
||||
auto nextHopListObj = nextHopList.at(dep1);
|
||||
std::string nextHopListObjStr = "NextHopList." + std::to_string(dep1);
|
||||
setCoreParameter(nextHopListObjStr + ".NextHopId", nextHopListObj.nextHopId);
|
||||
setCoreParameter(nextHopListObjStr + ".NextHopType", nextHopListObj.nextHopType);
|
||||
std::string nextHopListObjStr = "NextHopList." + std::to_string(dep1 + 1);
|
||||
setParameter(nextHopListObjStr + ".NextHopId", nextHopListObj.nextHopId);
|
||||
setParameter(nextHopListObjStr + ".NextHopType", nextHopListObj.nextHopType);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ std::string CreateRouterInterfaceRequest::getAccessPointId()const
|
||||
void CreateRouterInterfaceRequest::setAccessPointId(const std::string& accessPointId)
|
||||
{
|
||||
accessPointId_ = accessPointId;
|
||||
setCoreParameter("AccessPointId", accessPointId);
|
||||
setParameter("AccessPointId", accessPointId);
|
||||
}
|
||||
|
||||
std::string CreateRouterInterfaceRequest::getOppositeRouterId()const
|
||||
@@ -46,7 +46,7 @@ std::string CreateRouterInterfaceRequest::getOppositeRouterId()const
|
||||
void CreateRouterInterfaceRequest::setOppositeRouterId(const std::string& oppositeRouterId)
|
||||
{
|
||||
oppositeRouterId_ = oppositeRouterId;
|
||||
setCoreParameter("OppositeRouterId", oppositeRouterId);
|
||||
setParameter("OppositeRouterId", oppositeRouterId);
|
||||
}
|
||||
|
||||
std::string CreateRouterInterfaceRequest::getOppositeAccessPointId()const
|
||||
@@ -57,7 +57,7 @@ std::string CreateRouterInterfaceRequest::getOppositeAccessPointId()const
|
||||
void CreateRouterInterfaceRequest::setOppositeAccessPointId(const std::string& oppositeAccessPointId)
|
||||
{
|
||||
oppositeAccessPointId_ = oppositeAccessPointId;
|
||||
setCoreParameter("OppositeAccessPointId", oppositeAccessPointId);
|
||||
setParameter("OppositeAccessPointId", oppositeAccessPointId);
|
||||
}
|
||||
|
||||
long CreateRouterInterfaceRequest::getResourceOwnerId()const
|
||||
@@ -68,7 +68,7 @@ long CreateRouterInterfaceRequest::getResourceOwnerId()const
|
||||
void CreateRouterInterfaceRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateRouterInterfaceRequest::getRole()const
|
||||
@@ -79,7 +79,7 @@ std::string CreateRouterInterfaceRequest::getRole()const
|
||||
void CreateRouterInterfaceRequest::setRole(const std::string& role)
|
||||
{
|
||||
role_ = role;
|
||||
setCoreParameter("Role", role);
|
||||
setParameter("Role", role);
|
||||
}
|
||||
|
||||
std::string CreateRouterInterfaceRequest::getClientToken()const
|
||||
@@ -90,7 +90,7 @@ std::string CreateRouterInterfaceRequest::getClientToken()const
|
||||
void CreateRouterInterfaceRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string CreateRouterInterfaceRequest::getHealthCheckTargetIp()const
|
||||
@@ -101,7 +101,7 @@ std::string CreateRouterInterfaceRequest::getHealthCheckTargetIp()const
|
||||
void CreateRouterInterfaceRequest::setHealthCheckTargetIp(const std::string& healthCheckTargetIp)
|
||||
{
|
||||
healthCheckTargetIp_ = healthCheckTargetIp;
|
||||
setCoreParameter("HealthCheckTargetIp", healthCheckTargetIp);
|
||||
setParameter("HealthCheckTargetIp", healthCheckTargetIp);
|
||||
}
|
||||
|
||||
std::string CreateRouterInterfaceRequest::getDescription()const
|
||||
@@ -112,7 +112,7 @@ std::string CreateRouterInterfaceRequest::getDescription()const
|
||||
void CreateRouterInterfaceRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string CreateRouterInterfaceRequest::getSpec()const
|
||||
@@ -123,7 +123,7 @@ std::string CreateRouterInterfaceRequest::getSpec()const
|
||||
void CreateRouterInterfaceRequest::setSpec(const std::string& spec)
|
||||
{
|
||||
spec_ = spec;
|
||||
setCoreParameter("Spec", spec);
|
||||
setParameter("Spec", spec);
|
||||
}
|
||||
|
||||
std::string CreateRouterInterfaceRequest::getRegionId()const
|
||||
@@ -134,7 +134,7 @@ std::string CreateRouterInterfaceRequest::getRegionId()const
|
||||
void CreateRouterInterfaceRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CreateRouterInterfaceRequest::getUserCidr()const
|
||||
@@ -145,7 +145,7 @@ std::string CreateRouterInterfaceRequest::getUserCidr()const
|
||||
void CreateRouterInterfaceRequest::setUserCidr(const std::string& userCidr)
|
||||
{
|
||||
userCidr_ = userCidr;
|
||||
setCoreParameter("UserCidr", userCidr);
|
||||
setParameter("UserCidr", userCidr);
|
||||
}
|
||||
|
||||
std::string CreateRouterInterfaceRequest::getOppositeInterfaceId()const
|
||||
@@ -156,7 +156,7 @@ std::string CreateRouterInterfaceRequest::getOppositeInterfaceId()const
|
||||
void CreateRouterInterfaceRequest::setOppositeInterfaceId(const std::string& oppositeInterfaceId)
|
||||
{
|
||||
oppositeInterfaceId_ = oppositeInterfaceId;
|
||||
setCoreParameter("OppositeInterfaceId", oppositeInterfaceId);
|
||||
setParameter("OppositeInterfaceId", oppositeInterfaceId);
|
||||
}
|
||||
|
||||
std::string CreateRouterInterfaceRequest::getInstanceChargeType()const
|
||||
@@ -167,7 +167,7 @@ std::string CreateRouterInterfaceRequest::getInstanceChargeType()const
|
||||
void CreateRouterInterfaceRequest::setInstanceChargeType(const std::string& instanceChargeType)
|
||||
{
|
||||
instanceChargeType_ = instanceChargeType;
|
||||
setCoreParameter("InstanceChargeType", instanceChargeType);
|
||||
setParameter("InstanceChargeType", instanceChargeType);
|
||||
}
|
||||
|
||||
int CreateRouterInterfaceRequest::getPeriod()const
|
||||
@@ -178,7 +178,7 @@ int CreateRouterInterfaceRequest::getPeriod()const
|
||||
void CreateRouterInterfaceRequest::setPeriod(int period)
|
||||
{
|
||||
period_ = period;
|
||||
setCoreParameter("Period", std::to_string(period));
|
||||
setParameter("Period", std::to_string(period));
|
||||
}
|
||||
|
||||
bool CreateRouterInterfaceRequest::getAutoPay()const
|
||||
@@ -189,7 +189,7 @@ bool CreateRouterInterfaceRequest::getAutoPay()const
|
||||
void CreateRouterInterfaceRequest::setAutoPay(bool autoPay)
|
||||
{
|
||||
autoPay_ = autoPay;
|
||||
setCoreParameter("AutoPay", autoPay ? "true" : "false");
|
||||
setParameter("AutoPay", autoPay ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string CreateRouterInterfaceRequest::getResourceOwnerAccount()const
|
||||
@@ -200,7 +200,7 @@ std::string CreateRouterInterfaceRequest::getResourceOwnerAccount()const
|
||||
void CreateRouterInterfaceRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreateRouterInterfaceRequest::getOppositeRegionId()const
|
||||
@@ -211,7 +211,7 @@ std::string CreateRouterInterfaceRequest::getOppositeRegionId()const
|
||||
void CreateRouterInterfaceRequest::setOppositeRegionId(const std::string& oppositeRegionId)
|
||||
{
|
||||
oppositeRegionId_ = oppositeRegionId;
|
||||
setCoreParameter("OppositeRegionId", oppositeRegionId);
|
||||
setParameter("OppositeRegionId", oppositeRegionId);
|
||||
}
|
||||
|
||||
std::string CreateRouterInterfaceRequest::getOwnerAccount()const
|
||||
@@ -222,7 +222,7 @@ std::string CreateRouterInterfaceRequest::getOwnerAccount()const
|
||||
void CreateRouterInterfaceRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long CreateRouterInterfaceRequest::getOwnerId()const
|
||||
@@ -233,7 +233,7 @@ long CreateRouterInterfaceRequest::getOwnerId()const
|
||||
void CreateRouterInterfaceRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string CreateRouterInterfaceRequest::getOppositeInterfaceOwnerId()const
|
||||
@@ -244,7 +244,7 @@ std::string CreateRouterInterfaceRequest::getOppositeInterfaceOwnerId()const
|
||||
void CreateRouterInterfaceRequest::setOppositeInterfaceOwnerId(const std::string& oppositeInterfaceOwnerId)
|
||||
{
|
||||
oppositeInterfaceOwnerId_ = oppositeInterfaceOwnerId;
|
||||
setCoreParameter("OppositeInterfaceOwnerId", oppositeInterfaceOwnerId);
|
||||
setParameter("OppositeInterfaceOwnerId", oppositeInterfaceOwnerId);
|
||||
}
|
||||
|
||||
std::string CreateRouterInterfaceRequest::getRouterType()const
|
||||
@@ -255,7 +255,7 @@ std::string CreateRouterInterfaceRequest::getRouterType()const
|
||||
void CreateRouterInterfaceRequest::setRouterType(const std::string& routerType)
|
||||
{
|
||||
routerType_ = routerType;
|
||||
setCoreParameter("RouterType", routerType);
|
||||
setParameter("RouterType", routerType);
|
||||
}
|
||||
|
||||
std::string CreateRouterInterfaceRequest::getHealthCheckSourceIp()const
|
||||
@@ -266,7 +266,7 @@ std::string CreateRouterInterfaceRequest::getHealthCheckSourceIp()const
|
||||
void CreateRouterInterfaceRequest::setHealthCheckSourceIp(const std::string& healthCheckSourceIp)
|
||||
{
|
||||
healthCheckSourceIp_ = healthCheckSourceIp;
|
||||
setCoreParameter("HealthCheckSourceIp", healthCheckSourceIp);
|
||||
setParameter("HealthCheckSourceIp", healthCheckSourceIp);
|
||||
}
|
||||
|
||||
std::string CreateRouterInterfaceRequest::getRouterId()const
|
||||
@@ -277,7 +277,7 @@ std::string CreateRouterInterfaceRequest::getRouterId()const
|
||||
void CreateRouterInterfaceRequest::setRouterId(const std::string& routerId)
|
||||
{
|
||||
routerId_ = routerId;
|
||||
setCoreParameter("RouterId", routerId);
|
||||
setParameter("RouterId", routerId);
|
||||
}
|
||||
|
||||
std::string CreateRouterInterfaceRequest::getOppositeRouterType()const
|
||||
@@ -288,7 +288,7 @@ std::string CreateRouterInterfaceRequest::getOppositeRouterType()const
|
||||
void CreateRouterInterfaceRequest::setOppositeRouterType(const std::string& oppositeRouterType)
|
||||
{
|
||||
oppositeRouterType_ = oppositeRouterType;
|
||||
setCoreParameter("OppositeRouterType", oppositeRouterType);
|
||||
setParameter("OppositeRouterType", oppositeRouterType);
|
||||
}
|
||||
|
||||
std::string CreateRouterInterfaceRequest::getName()const
|
||||
@@ -299,7 +299,7 @@ std::string CreateRouterInterfaceRequest::getName()const
|
||||
void CreateRouterInterfaceRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
setParameter("Name", name);
|
||||
}
|
||||
|
||||
std::string CreateRouterInterfaceRequest::getPricingCycle()const
|
||||
@@ -310,6 +310,6 @@ std::string CreateRouterInterfaceRequest::getPricingCycle()const
|
||||
void CreateRouterInterfaceRequest::setPricingCycle(const std::string& pricingCycle)
|
||||
{
|
||||
pricingCycle_ = pricingCycle;
|
||||
setCoreParameter("PricingCycle", pricingCycle);
|
||||
setParameter("PricingCycle", pricingCycle);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CreateSecurityGroupRequest::getResourceOwnerId()const
|
||||
void CreateSecurityGroupRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateSecurityGroupRequest::getClientToken()const
|
||||
@@ -46,7 +46,7 @@ std::string CreateSecurityGroupRequest::getClientToken()const
|
||||
void CreateSecurityGroupRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string CreateSecurityGroupRequest::getDescription()const
|
||||
@@ -57,7 +57,7 @@ std::string CreateSecurityGroupRequest::getDescription()const
|
||||
void CreateSecurityGroupRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string CreateSecurityGroupRequest::getSecurityGroupName()const
|
||||
@@ -68,7 +68,7 @@ std::string CreateSecurityGroupRequest::getSecurityGroupName()const
|
||||
void CreateSecurityGroupRequest::setSecurityGroupName(const std::string& securityGroupName)
|
||||
{
|
||||
securityGroupName_ = securityGroupName;
|
||||
setCoreParameter("SecurityGroupName", securityGroupName);
|
||||
setParameter("SecurityGroupName", securityGroupName);
|
||||
}
|
||||
|
||||
std::string CreateSecurityGroupRequest::getResourceGroupId()const
|
||||
@@ -79,7 +79,7 @@ std::string CreateSecurityGroupRequest::getResourceGroupId()const
|
||||
void CreateSecurityGroupRequest::setResourceGroupId(const std::string& resourceGroupId)
|
||||
{
|
||||
resourceGroupId_ = resourceGroupId;
|
||||
setCoreParameter("ResourceGroupId", resourceGroupId);
|
||||
setParameter("ResourceGroupId", resourceGroupId);
|
||||
}
|
||||
|
||||
std::string CreateSecurityGroupRequest::getRegionId()const
|
||||
@@ -90,7 +90,7 @@ std::string CreateSecurityGroupRequest::getRegionId()const
|
||||
void CreateSecurityGroupRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::vector<CreateSecurityGroupRequest::Tag> CreateSecurityGroupRequest::getTag()const
|
||||
@@ -103,9 +103,9 @@ void CreateSecurityGroupRequest::setTag(const std::vector<Tag>& tag)
|
||||
tag_ = tag;
|
||||
for(int dep1 = 0; dep1!= tag.size(); dep1++) {
|
||||
auto tagObj = tag.at(dep1);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1);
|
||||
setCoreParameter(tagObjStr + ".Value", tagObj.value);
|
||||
setCoreParameter(tagObjStr + ".Key", tagObj.key);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1 + 1);
|
||||
setParameter(tagObjStr + ".Value", tagObj.value);
|
||||
setParameter(tagObjStr + ".Key", tagObj.key);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -117,7 +117,7 @@ std::string CreateSecurityGroupRequest::getResourceOwnerAccount()const
|
||||
void CreateSecurityGroupRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreateSecurityGroupRequest::getOwnerAccount()const
|
||||
@@ -128,7 +128,7 @@ std::string CreateSecurityGroupRequest::getOwnerAccount()const
|
||||
void CreateSecurityGroupRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long CreateSecurityGroupRequest::getOwnerId()const
|
||||
@@ -139,7 +139,7 @@ long CreateSecurityGroupRequest::getOwnerId()const
|
||||
void CreateSecurityGroupRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string CreateSecurityGroupRequest::getSecurityGroupType()const
|
||||
@@ -150,7 +150,7 @@ std::string CreateSecurityGroupRequest::getSecurityGroupType()const
|
||||
void CreateSecurityGroupRequest::setSecurityGroupType(const std::string& securityGroupType)
|
||||
{
|
||||
securityGroupType_ = securityGroupType;
|
||||
setCoreParameter("SecurityGroupType", securityGroupType);
|
||||
setParameter("SecurityGroupType", securityGroupType);
|
||||
}
|
||||
|
||||
std::string CreateSecurityGroupRequest::getVpcId()const
|
||||
@@ -161,6 +161,6 @@ std::string CreateSecurityGroupRequest::getVpcId()const
|
||||
void CreateSecurityGroupRequest::setVpcId(const std::string& vpcId)
|
||||
{
|
||||
vpcId_ = vpcId;
|
||||
setCoreParameter("VpcId", vpcId);
|
||||
setParameter("VpcId", vpcId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CreateSimulatedSystemEventsRequest::getResourceOwnerId()const
|
||||
void CreateSimulatedSystemEventsRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateSimulatedSystemEventsRequest::getNotBefore()const
|
||||
@@ -46,7 +46,7 @@ std::string CreateSimulatedSystemEventsRequest::getNotBefore()const
|
||||
void CreateSimulatedSystemEventsRequest::setNotBefore(const std::string& notBefore)
|
||||
{
|
||||
notBefore_ = notBefore;
|
||||
setCoreParameter("NotBefore", notBefore);
|
||||
setParameter("NotBefore", notBefore);
|
||||
}
|
||||
|
||||
std::string CreateSimulatedSystemEventsRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string CreateSimulatedSystemEventsRequest::getRegionId()const
|
||||
void CreateSimulatedSystemEventsRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CreateSimulatedSystemEventsRequest::getResourceOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string CreateSimulatedSystemEventsRequest::getResourceOwnerAccount()const
|
||||
void CreateSimulatedSystemEventsRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreateSimulatedSystemEventsRequest::getOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string CreateSimulatedSystemEventsRequest::getOwnerAccount()const
|
||||
void CreateSimulatedSystemEventsRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long CreateSimulatedSystemEventsRequest::getOwnerId()const
|
||||
@@ -90,7 +90,7 @@ long CreateSimulatedSystemEventsRequest::getOwnerId()const
|
||||
void CreateSimulatedSystemEventsRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::vector<std::string> CreateSimulatedSystemEventsRequest::getInstanceId()const
|
||||
@@ -102,7 +102,7 @@ void CreateSimulatedSystemEventsRequest::setInstanceId(const std::vector<std::st
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
for(int dep1 = 0; dep1!= instanceId.size(); dep1++) {
|
||||
setCoreParameter("InstanceId."+ std::to_string(dep1), instanceId.at(dep1));
|
||||
setParameter("InstanceId."+ std::to_string(dep1), instanceId.at(dep1));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -114,6 +114,6 @@ std::string CreateSimulatedSystemEventsRequest::getEventType()const
|
||||
void CreateSimulatedSystemEventsRequest::setEventType(const std::string& eventType)
|
||||
{
|
||||
eventType_ = eventType;
|
||||
setCoreParameter("EventType", eventType);
|
||||
setParameter("EventType", eventType);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CreateSnapshotRequest::getResourceOwnerId()const
|
||||
void CreateSnapshotRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateSnapshotRequest::getClientToken()const
|
||||
@@ -46,7 +46,7 @@ std::string CreateSnapshotRequest::getClientToken()const
|
||||
void CreateSnapshotRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string CreateSnapshotRequest::getDescription()const
|
||||
@@ -57,7 +57,7 @@ std::string CreateSnapshotRequest::getDescription()const
|
||||
void CreateSnapshotRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string CreateSnapshotRequest::getSnapshotName()const
|
||||
@@ -68,7 +68,7 @@ std::string CreateSnapshotRequest::getSnapshotName()const
|
||||
void CreateSnapshotRequest::setSnapshotName(const std::string& snapshotName)
|
||||
{
|
||||
snapshotName_ = snapshotName;
|
||||
setCoreParameter("SnapshotName", snapshotName);
|
||||
setParameter("SnapshotName", snapshotName);
|
||||
}
|
||||
|
||||
std::string CreateSnapshotRequest::getDiskId()const
|
||||
@@ -79,7 +79,7 @@ std::string CreateSnapshotRequest::getDiskId()const
|
||||
void CreateSnapshotRequest::setDiskId(const std::string& diskId)
|
||||
{
|
||||
diskId_ = diskId;
|
||||
setCoreParameter("DiskId", diskId);
|
||||
setParameter("DiskId", diskId);
|
||||
}
|
||||
|
||||
std::vector<CreateSnapshotRequest::Tag> CreateSnapshotRequest::getTag()const
|
||||
@@ -92,9 +92,9 @@ void CreateSnapshotRequest::setTag(const std::vector<Tag>& tag)
|
||||
tag_ = tag;
|
||||
for(int dep1 = 0; dep1!= tag.size(); dep1++) {
|
||||
auto tagObj = tag.at(dep1);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1);
|
||||
setCoreParameter(tagObjStr + ".Value", tagObj.value);
|
||||
setCoreParameter(tagObjStr + ".Key", tagObj.key);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1 + 1);
|
||||
setParameter(tagObjStr + ".Value", tagObj.value);
|
||||
setParameter(tagObjStr + ".Key", tagObj.key);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -106,7 +106,7 @@ std::string CreateSnapshotRequest::getResourceOwnerAccount()const
|
||||
void CreateSnapshotRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreateSnapshotRequest::getOwnerAccount()const
|
||||
@@ -117,7 +117,7 @@ std::string CreateSnapshotRequest::getOwnerAccount()const
|
||||
void CreateSnapshotRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long CreateSnapshotRequest::getOwnerId()const
|
||||
@@ -128,7 +128,7 @@ long CreateSnapshotRequest::getOwnerId()const
|
||||
void CreateSnapshotRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
int CreateSnapshotRequest::getRetentionDays()const
|
||||
@@ -139,6 +139,17 @@ int CreateSnapshotRequest::getRetentionDays()const
|
||||
void CreateSnapshotRequest::setRetentionDays(int retentionDays)
|
||||
{
|
||||
retentionDays_ = retentionDays;
|
||||
setCoreParameter("RetentionDays", std::to_string(retentionDays));
|
||||
setParameter("RetentionDays", std::to_string(retentionDays));
|
||||
}
|
||||
|
||||
std::string CreateSnapshotRequest::getCategory()const
|
||||
{
|
||||
return category_;
|
||||
}
|
||||
|
||||
void CreateSnapshotRequest::setCategory(const std::string& category)
|
||||
{
|
||||
category_ = category;
|
||||
setParameter("Category", category);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CreateStorageSetRequest::getResourceOwnerId()const
|
||||
void CreateStorageSetRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateStorageSetRequest::getClientToken()const
|
||||
@@ -46,7 +46,7 @@ std::string CreateStorageSetRequest::getClientToken()const
|
||||
void CreateStorageSetRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
int CreateStorageSetRequest::getMaxPartitionNumber()const
|
||||
@@ -57,7 +57,7 @@ int CreateStorageSetRequest::getMaxPartitionNumber()const
|
||||
void CreateStorageSetRequest::setMaxPartitionNumber(int maxPartitionNumber)
|
||||
{
|
||||
maxPartitionNumber_ = maxPartitionNumber;
|
||||
setCoreParameter("MaxPartitionNumber", std::to_string(maxPartitionNumber));
|
||||
setParameter("MaxPartitionNumber", std::to_string(maxPartitionNumber));
|
||||
}
|
||||
|
||||
std::string CreateStorageSetRequest::getDescription()const
|
||||
@@ -68,7 +68,7 @@ std::string CreateStorageSetRequest::getDescription()const
|
||||
void CreateStorageSetRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string CreateStorageSetRequest::getRegionId()const
|
||||
@@ -79,7 +79,7 @@ std::string CreateStorageSetRequest::getRegionId()const
|
||||
void CreateStorageSetRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CreateStorageSetRequest::getResourceOwnerAccount()const
|
||||
@@ -90,7 +90,7 @@ std::string CreateStorageSetRequest::getResourceOwnerAccount()const
|
||||
void CreateStorageSetRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreateStorageSetRequest::getOwnerAccount()const
|
||||
@@ -101,7 +101,7 @@ std::string CreateStorageSetRequest::getOwnerAccount()const
|
||||
void CreateStorageSetRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long CreateStorageSetRequest::getOwnerId()const
|
||||
@@ -112,7 +112,7 @@ long CreateStorageSetRequest::getOwnerId()const
|
||||
void CreateStorageSetRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string CreateStorageSetRequest::getZoneId()const
|
||||
@@ -123,7 +123,7 @@ std::string CreateStorageSetRequest::getZoneId()const
|
||||
void CreateStorageSetRequest::setZoneId(const std::string& zoneId)
|
||||
{
|
||||
zoneId_ = zoneId;
|
||||
setCoreParameter("ZoneId", zoneId);
|
||||
setParameter("ZoneId", zoneId);
|
||||
}
|
||||
|
||||
std::string CreateStorageSetRequest::getStorageSetName()const
|
||||
@@ -134,6 +134,6 @@ std::string CreateStorageSetRequest::getStorageSetName()const
|
||||
void CreateStorageSetRequest::setStorageSetName(const std::string& storageSetName)
|
||||
{
|
||||
storageSetName_ = storageSetName;
|
||||
setCoreParameter("StorageSetName", storageSetName);
|
||||
setParameter("StorageSetName", storageSetName);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CreateVSwitchRequest::getResourceOwnerId()const
|
||||
void CreateVSwitchRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateVSwitchRequest::getClientToken()const
|
||||
@@ -46,7 +46,7 @@ std::string CreateVSwitchRequest::getClientToken()const
|
||||
void CreateVSwitchRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string CreateVSwitchRequest::getDescription()const
|
||||
@@ -57,7 +57,7 @@ std::string CreateVSwitchRequest::getDescription()const
|
||||
void CreateVSwitchRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string CreateVSwitchRequest::getRegionId()const
|
||||
@@ -68,7 +68,7 @@ std::string CreateVSwitchRequest::getRegionId()const
|
||||
void CreateVSwitchRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CreateVSwitchRequest::getResourceOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string CreateVSwitchRequest::getResourceOwnerAccount()const
|
||||
void CreateVSwitchRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreateVSwitchRequest::getOwnerAccount()const
|
||||
@@ -90,7 +90,7 @@ std::string CreateVSwitchRequest::getOwnerAccount()const
|
||||
void CreateVSwitchRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long CreateVSwitchRequest::getOwnerId()const
|
||||
@@ -101,7 +101,7 @@ long CreateVSwitchRequest::getOwnerId()const
|
||||
void CreateVSwitchRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string CreateVSwitchRequest::getVpcId()const
|
||||
@@ -112,7 +112,7 @@ std::string CreateVSwitchRequest::getVpcId()const
|
||||
void CreateVSwitchRequest::setVpcId(const std::string& vpcId)
|
||||
{
|
||||
vpcId_ = vpcId;
|
||||
setCoreParameter("VpcId", vpcId);
|
||||
setParameter("VpcId", vpcId);
|
||||
}
|
||||
|
||||
std::string CreateVSwitchRequest::getVSwitchName()const
|
||||
@@ -123,7 +123,7 @@ std::string CreateVSwitchRequest::getVSwitchName()const
|
||||
void CreateVSwitchRequest::setVSwitchName(const std::string& vSwitchName)
|
||||
{
|
||||
vSwitchName_ = vSwitchName;
|
||||
setCoreParameter("VSwitchName", vSwitchName);
|
||||
setParameter("VSwitchName", vSwitchName);
|
||||
}
|
||||
|
||||
std::string CreateVSwitchRequest::getCidrBlock()const
|
||||
@@ -134,7 +134,7 @@ std::string CreateVSwitchRequest::getCidrBlock()const
|
||||
void CreateVSwitchRequest::setCidrBlock(const std::string& cidrBlock)
|
||||
{
|
||||
cidrBlock_ = cidrBlock;
|
||||
setCoreParameter("CidrBlock", cidrBlock);
|
||||
setParameter("CidrBlock", cidrBlock);
|
||||
}
|
||||
|
||||
std::string CreateVSwitchRequest::getZoneId()const
|
||||
@@ -145,6 +145,6 @@ std::string CreateVSwitchRequest::getZoneId()const
|
||||
void CreateVSwitchRequest::setZoneId(const std::string& zoneId)
|
||||
{
|
||||
zoneId_ = zoneId;
|
||||
setCoreParameter("ZoneId", zoneId);
|
||||
setParameter("ZoneId", zoneId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CreateVirtualBorderRouterRequest::getResourceOwnerId()const
|
||||
void CreateVirtualBorderRouterRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateVirtualBorderRouterRequest::getCircuitCode()const
|
||||
@@ -46,7 +46,7 @@ std::string CreateVirtualBorderRouterRequest::getCircuitCode()const
|
||||
void CreateVirtualBorderRouterRequest::setCircuitCode(const std::string& circuitCode)
|
||||
{
|
||||
circuitCode_ = circuitCode;
|
||||
setCoreParameter("CircuitCode", circuitCode);
|
||||
setParameter("CircuitCode", circuitCode);
|
||||
}
|
||||
|
||||
int CreateVirtualBorderRouterRequest::getVlanId()const
|
||||
@@ -57,7 +57,7 @@ int CreateVirtualBorderRouterRequest::getVlanId()const
|
||||
void CreateVirtualBorderRouterRequest::setVlanId(int vlanId)
|
||||
{
|
||||
vlanId_ = vlanId;
|
||||
setCoreParameter("VlanId", std::to_string(vlanId));
|
||||
setParameter("VlanId", std::to_string(vlanId));
|
||||
}
|
||||
|
||||
std::string CreateVirtualBorderRouterRequest::getClientToken()const
|
||||
@@ -68,7 +68,7 @@ std::string CreateVirtualBorderRouterRequest::getClientToken()const
|
||||
void CreateVirtualBorderRouterRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string CreateVirtualBorderRouterRequest::getDescription()const
|
||||
@@ -79,7 +79,7 @@ std::string CreateVirtualBorderRouterRequest::getDescription()const
|
||||
void CreateVirtualBorderRouterRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string CreateVirtualBorderRouterRequest::getPeerGatewayIp()const
|
||||
@@ -90,7 +90,7 @@ std::string CreateVirtualBorderRouterRequest::getPeerGatewayIp()const
|
||||
void CreateVirtualBorderRouterRequest::setPeerGatewayIp(const std::string& peerGatewayIp)
|
||||
{
|
||||
peerGatewayIp_ = peerGatewayIp;
|
||||
setCoreParameter("PeerGatewayIp", peerGatewayIp);
|
||||
setParameter("PeerGatewayIp", peerGatewayIp);
|
||||
}
|
||||
|
||||
std::string CreateVirtualBorderRouterRequest::getPeeringSubnetMask()const
|
||||
@@ -101,7 +101,7 @@ std::string CreateVirtualBorderRouterRequest::getPeeringSubnetMask()const
|
||||
void CreateVirtualBorderRouterRequest::setPeeringSubnetMask(const std::string& peeringSubnetMask)
|
||||
{
|
||||
peeringSubnetMask_ = peeringSubnetMask;
|
||||
setCoreParameter("PeeringSubnetMask", peeringSubnetMask);
|
||||
setParameter("PeeringSubnetMask", peeringSubnetMask);
|
||||
}
|
||||
|
||||
std::string CreateVirtualBorderRouterRequest::getRegionId()const
|
||||
@@ -112,7 +112,7 @@ std::string CreateVirtualBorderRouterRequest::getRegionId()const
|
||||
void CreateVirtualBorderRouterRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CreateVirtualBorderRouterRequest::getLocalGatewayIp()const
|
||||
@@ -123,7 +123,7 @@ std::string CreateVirtualBorderRouterRequest::getLocalGatewayIp()const
|
||||
void CreateVirtualBorderRouterRequest::setLocalGatewayIp(const std::string& localGatewayIp)
|
||||
{
|
||||
localGatewayIp_ = localGatewayIp;
|
||||
setCoreParameter("LocalGatewayIp", localGatewayIp);
|
||||
setParameter("LocalGatewayIp", localGatewayIp);
|
||||
}
|
||||
|
||||
std::string CreateVirtualBorderRouterRequest::getUserCidr()const
|
||||
@@ -134,7 +134,7 @@ std::string CreateVirtualBorderRouterRequest::getUserCidr()const
|
||||
void CreateVirtualBorderRouterRequest::setUserCidr(const std::string& userCidr)
|
||||
{
|
||||
userCidr_ = userCidr;
|
||||
setCoreParameter("UserCidr", userCidr);
|
||||
setParameter("UserCidr", userCidr);
|
||||
}
|
||||
|
||||
std::string CreateVirtualBorderRouterRequest::getResourceOwnerAccount()const
|
||||
@@ -145,7 +145,7 @@ std::string CreateVirtualBorderRouterRequest::getResourceOwnerAccount()const
|
||||
void CreateVirtualBorderRouterRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreateVirtualBorderRouterRequest::getOwnerAccount()const
|
||||
@@ -156,7 +156,7 @@ std::string CreateVirtualBorderRouterRequest::getOwnerAccount()const
|
||||
void CreateVirtualBorderRouterRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long CreateVirtualBorderRouterRequest::getOwnerId()const
|
||||
@@ -167,7 +167,7 @@ long CreateVirtualBorderRouterRequest::getOwnerId()const
|
||||
void CreateVirtualBorderRouterRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string CreateVirtualBorderRouterRequest::getPhysicalConnectionId()const
|
||||
@@ -178,7 +178,7 @@ std::string CreateVirtualBorderRouterRequest::getPhysicalConnectionId()const
|
||||
void CreateVirtualBorderRouterRequest::setPhysicalConnectionId(const std::string& physicalConnectionId)
|
||||
{
|
||||
physicalConnectionId_ = physicalConnectionId;
|
||||
setCoreParameter("PhysicalConnectionId", physicalConnectionId);
|
||||
setParameter("PhysicalConnectionId", physicalConnectionId);
|
||||
}
|
||||
|
||||
std::string CreateVirtualBorderRouterRequest::getName()const
|
||||
@@ -189,7 +189,7 @@ std::string CreateVirtualBorderRouterRequest::getName()const
|
||||
void CreateVirtualBorderRouterRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
setParameter("Name", name);
|
||||
}
|
||||
|
||||
long CreateVirtualBorderRouterRequest::getVbrOwnerId()const
|
||||
@@ -200,6 +200,6 @@ long CreateVirtualBorderRouterRequest::getVbrOwnerId()const
|
||||
void CreateVirtualBorderRouterRequest::setVbrOwnerId(long vbrOwnerId)
|
||||
{
|
||||
vbrOwnerId_ = vbrOwnerId;
|
||||
setCoreParameter("VbrOwnerId", std::to_string(vbrOwnerId));
|
||||
setParameter("VbrOwnerId", std::to_string(vbrOwnerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long CreateVpcRequest::getResourceOwnerId()const
|
||||
void CreateVpcRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string CreateVpcRequest::getClientToken()const
|
||||
@@ -46,7 +46,7 @@ std::string CreateVpcRequest::getClientToken()const
|
||||
void CreateVpcRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string CreateVpcRequest::getDescription()const
|
||||
@@ -57,7 +57,7 @@ std::string CreateVpcRequest::getDescription()const
|
||||
void CreateVpcRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string CreateVpcRequest::getVpcName()const
|
||||
@@ -68,7 +68,7 @@ std::string CreateVpcRequest::getVpcName()const
|
||||
void CreateVpcRequest::setVpcName(const std::string& vpcName)
|
||||
{
|
||||
vpcName_ = vpcName;
|
||||
setCoreParameter("VpcName", vpcName);
|
||||
setParameter("VpcName", vpcName);
|
||||
}
|
||||
|
||||
std::string CreateVpcRequest::getRegionId()const
|
||||
@@ -79,7 +79,7 @@ std::string CreateVpcRequest::getRegionId()const
|
||||
void CreateVpcRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string CreateVpcRequest::getUserCidr()const
|
||||
@@ -90,7 +90,7 @@ std::string CreateVpcRequest::getUserCidr()const
|
||||
void CreateVpcRequest::setUserCidr(const std::string& userCidr)
|
||||
{
|
||||
userCidr_ = userCidr;
|
||||
setCoreParameter("UserCidr", userCidr);
|
||||
setParameter("UserCidr", userCidr);
|
||||
}
|
||||
|
||||
std::string CreateVpcRequest::getResourceOwnerAccount()const
|
||||
@@ -101,7 +101,7 @@ std::string CreateVpcRequest::getResourceOwnerAccount()const
|
||||
void CreateVpcRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string CreateVpcRequest::getOwnerAccount()const
|
||||
@@ -112,7 +112,7 @@ std::string CreateVpcRequest::getOwnerAccount()const
|
||||
void CreateVpcRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long CreateVpcRequest::getOwnerId()const
|
||||
@@ -123,7 +123,7 @@ long CreateVpcRequest::getOwnerId()const
|
||||
void CreateVpcRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string CreateVpcRequest::getCidrBlock()const
|
||||
@@ -134,6 +134,6 @@ std::string CreateVpcRequest::getCidrBlock()const
|
||||
void CreateVpcRequest::setCidrBlock(const std::string& cidrBlock)
|
||||
{
|
||||
cidrBlock_ = cidrBlock;
|
||||
setCoreParameter("CidrBlock", cidrBlock);
|
||||
setParameter("CidrBlock", cidrBlock);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeactivateRouterInterfaceRequest::getResourceOwnerId()const
|
||||
void DeactivateRouterInterfaceRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeactivateRouterInterfaceRequest::getResourceOwnerAccount()const
|
||||
@@ -46,7 +46,7 @@ std::string DeactivateRouterInterfaceRequest::getResourceOwnerAccount()const
|
||||
void DeactivateRouterInterfaceRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
long DeactivateRouterInterfaceRequest::getOwnerId()const
|
||||
@@ -57,7 +57,7 @@ long DeactivateRouterInterfaceRequest::getOwnerId()const
|
||||
void DeactivateRouterInterfaceRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string DeactivateRouterInterfaceRequest::getRouterInterfaceId()const
|
||||
@@ -68,7 +68,7 @@ std::string DeactivateRouterInterfaceRequest::getRouterInterfaceId()const
|
||||
void DeactivateRouterInterfaceRequest::setRouterInterfaceId(const std::string& routerInterfaceId)
|
||||
{
|
||||
routerInterfaceId_ = routerInterfaceId;
|
||||
setCoreParameter("RouterInterfaceId", routerInterfaceId);
|
||||
setParameter("RouterInterfaceId", routerInterfaceId);
|
||||
}
|
||||
|
||||
std::string DeactivateRouterInterfaceRequest::getRegionId()const
|
||||
@@ -79,6 +79,6 @@ std::string DeactivateRouterInterfaceRequest::getRegionId()const
|
||||
void DeactivateRouterInterfaceRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeleteAutoProvisioningGroupRequest::getResourceOwnerId()const
|
||||
void DeleteAutoProvisioningGroupRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeleteAutoProvisioningGroupRequest::getRegionId()const
|
||||
@@ -46,7 +46,7 @@ std::string DeleteAutoProvisioningGroupRequest::getRegionId()const
|
||||
void DeleteAutoProvisioningGroupRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
bool DeleteAutoProvisioningGroupRequest::getTerminateInstances()const
|
||||
@@ -57,7 +57,7 @@ bool DeleteAutoProvisioningGroupRequest::getTerminateInstances()const
|
||||
void DeleteAutoProvisioningGroupRequest::setTerminateInstances(bool terminateInstances)
|
||||
{
|
||||
terminateInstances_ = terminateInstances;
|
||||
setCoreParameter("TerminateInstances", terminateInstances ? "true" : "false");
|
||||
setParameter("TerminateInstances", terminateInstances ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string DeleteAutoProvisioningGroupRequest::getResourceOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string DeleteAutoProvisioningGroupRequest::getResourceOwnerAccount()const
|
||||
void DeleteAutoProvisioningGroupRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteAutoProvisioningGroupRequest::getOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string DeleteAutoProvisioningGroupRequest::getOwnerAccount()const
|
||||
void DeleteAutoProvisioningGroupRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DeleteAutoProvisioningGroupRequest::getOwnerId()const
|
||||
@@ -90,7 +90,7 @@ long DeleteAutoProvisioningGroupRequest::getOwnerId()const
|
||||
void DeleteAutoProvisioningGroupRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string DeleteAutoProvisioningGroupRequest::getAutoProvisioningGroupId()const
|
||||
@@ -101,6 +101,6 @@ std::string DeleteAutoProvisioningGroupRequest::getAutoProvisioningGroupId()cons
|
||||
void DeleteAutoProvisioningGroupRequest::setAutoProvisioningGroupId(const std::string& autoProvisioningGroupId)
|
||||
{
|
||||
autoProvisioningGroupId_ = autoProvisioningGroupId;
|
||||
setCoreParameter("AutoProvisioningGroupId", autoProvisioningGroupId);
|
||||
setParameter("AutoProvisioningGroupId", autoProvisioningGroupId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeleteAutoSnapshotPolicyRequest::getResourceOwnerId()const
|
||||
void DeleteAutoSnapshotPolicyRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeleteAutoSnapshotPolicyRequest::getAutoSnapshotPolicyId()const
|
||||
@@ -46,7 +46,7 @@ std::string DeleteAutoSnapshotPolicyRequest::getAutoSnapshotPolicyId()const
|
||||
void DeleteAutoSnapshotPolicyRequest::setAutoSnapshotPolicyId(const std::string& autoSnapshotPolicyId)
|
||||
{
|
||||
autoSnapshotPolicyId_ = autoSnapshotPolicyId;
|
||||
setCoreParameter("AutoSnapshotPolicyId", autoSnapshotPolicyId);
|
||||
setParameter("AutoSnapshotPolicyId", autoSnapshotPolicyId);
|
||||
}
|
||||
|
||||
std::string DeleteAutoSnapshotPolicyRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string DeleteAutoSnapshotPolicyRequest::getRegionId()const
|
||||
void DeleteAutoSnapshotPolicyRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DeleteAutoSnapshotPolicyRequest::getResourceOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string DeleteAutoSnapshotPolicyRequest::getResourceOwnerAccount()const
|
||||
void DeleteAutoSnapshotPolicyRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
long DeleteAutoSnapshotPolicyRequest::getOwnerId()const
|
||||
@@ -79,6 +79,6 @@ long DeleteAutoSnapshotPolicyRequest::getOwnerId()const
|
||||
void DeleteAutoSnapshotPolicyRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeleteBandwidthPackageRequest::getResourceOwnerId()const
|
||||
void DeleteBandwidthPackageRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeleteBandwidthPackageRequest::getRegionId()const
|
||||
@@ -46,7 +46,7 @@ std::string DeleteBandwidthPackageRequest::getRegionId()const
|
||||
void DeleteBandwidthPackageRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DeleteBandwidthPackageRequest::getBandwidthPackageId()const
|
||||
@@ -57,7 +57,7 @@ std::string DeleteBandwidthPackageRequest::getBandwidthPackageId()const
|
||||
void DeleteBandwidthPackageRequest::setBandwidthPackageId(const std::string& bandwidthPackageId)
|
||||
{
|
||||
bandwidthPackageId_ = bandwidthPackageId;
|
||||
setCoreParameter("BandwidthPackageId", bandwidthPackageId);
|
||||
setParameter("BandwidthPackageId", bandwidthPackageId);
|
||||
}
|
||||
|
||||
std::string DeleteBandwidthPackageRequest::getResourceOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string DeleteBandwidthPackageRequest::getResourceOwnerAccount()const
|
||||
void DeleteBandwidthPackageRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteBandwidthPackageRequest::getOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string DeleteBandwidthPackageRequest::getOwnerAccount()const
|
||||
void DeleteBandwidthPackageRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DeleteBandwidthPackageRequest::getOwnerId()const
|
||||
@@ -90,6 +90,6 @@ long DeleteBandwidthPackageRequest::getOwnerId()const
|
||||
void DeleteBandwidthPackageRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeleteCommandRequest::getResourceOwnerId()const
|
||||
void DeleteCommandRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeleteCommandRequest::getCommandId()const
|
||||
@@ -46,7 +46,7 @@ std::string DeleteCommandRequest::getCommandId()const
|
||||
void DeleteCommandRequest::setCommandId(const std::string& commandId)
|
||||
{
|
||||
commandId_ = commandId;
|
||||
setCoreParameter("CommandId", commandId);
|
||||
setParameter("CommandId", commandId);
|
||||
}
|
||||
|
||||
std::string DeleteCommandRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string DeleteCommandRequest::getRegionId()const
|
||||
void DeleteCommandRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DeleteCommandRequest::getResourceOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string DeleteCommandRequest::getResourceOwnerAccount()const
|
||||
void DeleteCommandRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteCommandRequest::getOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string DeleteCommandRequest::getOwnerAccount()const
|
||||
void DeleteCommandRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DeleteCommandRequest::getOwnerId()const
|
||||
@@ -90,6 +90,6 @@ long DeleteCommandRequest::getOwnerId()const
|
||||
void DeleteCommandRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ std::string DeleteDemandRequest::getReason()const
|
||||
void DeleteDemandRequest::setReason(const std::string& reason)
|
||||
{
|
||||
reason_ = reason;
|
||||
setCoreParameter("Reason", reason);
|
||||
setParameter("Reason", reason);
|
||||
}
|
||||
|
||||
long DeleteDemandRequest::getResourceOwnerId()const
|
||||
@@ -46,7 +46,7 @@ long DeleteDemandRequest::getResourceOwnerId()const
|
||||
void DeleteDemandRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeleteDemandRequest::getClientToken()const
|
||||
@@ -57,7 +57,7 @@ std::string DeleteDemandRequest::getClientToken()const
|
||||
void DeleteDemandRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string DeleteDemandRequest::getRegionId()const
|
||||
@@ -68,7 +68,7 @@ std::string DeleteDemandRequest::getRegionId()const
|
||||
void DeleteDemandRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DeleteDemandRequest::getResourceOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string DeleteDemandRequest::getResourceOwnerAccount()const
|
||||
void DeleteDemandRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteDemandRequest::getOwnerAccount()const
|
||||
@@ -90,7 +90,7 @@ std::string DeleteDemandRequest::getOwnerAccount()const
|
||||
void DeleteDemandRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DeleteDemandRequest::getOwnerId()const
|
||||
@@ -101,7 +101,7 @@ long DeleteDemandRequest::getOwnerId()const
|
||||
void DeleteDemandRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string DeleteDemandRequest::getDemandId()const
|
||||
@@ -112,6 +112,6 @@ std::string DeleteDemandRequest::getDemandId()const
|
||||
void DeleteDemandRequest::setDemandId(const std::string& demandId)
|
||||
{
|
||||
demandId_ = demandId;
|
||||
setCoreParameter("DemandId", demandId);
|
||||
setParameter("DemandId", demandId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeleteDeploymentSetRequest::getResourceOwnerId()const
|
||||
void DeleteDeploymentSetRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeleteDeploymentSetRequest::getRegionId()const
|
||||
@@ -46,7 +46,7 @@ std::string DeleteDeploymentSetRequest::getRegionId()const
|
||||
void DeleteDeploymentSetRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DeleteDeploymentSetRequest::getDeploymentSetId()const
|
||||
@@ -57,7 +57,7 @@ std::string DeleteDeploymentSetRequest::getDeploymentSetId()const
|
||||
void DeleteDeploymentSetRequest::setDeploymentSetId(const std::string& deploymentSetId)
|
||||
{
|
||||
deploymentSetId_ = deploymentSetId;
|
||||
setCoreParameter("DeploymentSetId", deploymentSetId);
|
||||
setParameter("DeploymentSetId", deploymentSetId);
|
||||
}
|
||||
|
||||
std::string DeleteDeploymentSetRequest::getResourceOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string DeleteDeploymentSetRequest::getResourceOwnerAccount()const
|
||||
void DeleteDeploymentSetRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteDeploymentSetRequest::getOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string DeleteDeploymentSetRequest::getOwnerAccount()const
|
||||
void DeleteDeploymentSetRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DeleteDeploymentSetRequest::getOwnerId()const
|
||||
@@ -90,6 +90,6 @@ long DeleteDeploymentSetRequest::getOwnerId()const
|
||||
void DeleteDeploymentSetRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeleteDiskRequest::getResourceOwnerId()const
|
||||
void DeleteDiskRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeleteDiskRequest::getDiskId()const
|
||||
@@ -46,7 +46,7 @@ std::string DeleteDiskRequest::getDiskId()const
|
||||
void DeleteDiskRequest::setDiskId(const std::string& diskId)
|
||||
{
|
||||
diskId_ = diskId;
|
||||
setCoreParameter("DiskId", diskId);
|
||||
setParameter("DiskId", diskId);
|
||||
}
|
||||
|
||||
std::string DeleteDiskRequest::getResourceOwnerAccount()const
|
||||
@@ -57,7 +57,7 @@ std::string DeleteDiskRequest::getResourceOwnerAccount()const
|
||||
void DeleteDiskRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteDiskRequest::getOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string DeleteDiskRequest::getOwnerAccount()const
|
||||
void DeleteDiskRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DeleteDiskRequest::getOwnerId()const
|
||||
@@ -79,6 +79,6 @@ long DeleteDiskRequest::getOwnerId()const
|
||||
void DeleteDiskRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeleteForwardEntryRequest::getResourceOwnerId()const
|
||||
void DeleteForwardEntryRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeleteForwardEntryRequest::getForwardTableId()const
|
||||
@@ -46,7 +46,7 @@ std::string DeleteForwardEntryRequest::getForwardTableId()const
|
||||
void DeleteForwardEntryRequest::setForwardTableId(const std::string& forwardTableId)
|
||||
{
|
||||
forwardTableId_ = forwardTableId;
|
||||
setCoreParameter("ForwardTableId", forwardTableId);
|
||||
setParameter("ForwardTableId", forwardTableId);
|
||||
}
|
||||
|
||||
std::string DeleteForwardEntryRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string DeleteForwardEntryRequest::getRegionId()const
|
||||
void DeleteForwardEntryRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DeleteForwardEntryRequest::getForwardEntryId()const
|
||||
@@ -68,7 +68,7 @@ std::string DeleteForwardEntryRequest::getForwardEntryId()const
|
||||
void DeleteForwardEntryRequest::setForwardEntryId(const std::string& forwardEntryId)
|
||||
{
|
||||
forwardEntryId_ = forwardEntryId;
|
||||
setCoreParameter("ForwardEntryId", forwardEntryId);
|
||||
setParameter("ForwardEntryId", forwardEntryId);
|
||||
}
|
||||
|
||||
std::string DeleteForwardEntryRequest::getResourceOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string DeleteForwardEntryRequest::getResourceOwnerAccount()const
|
||||
void DeleteForwardEntryRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteForwardEntryRequest::getOwnerAccount()const
|
||||
@@ -90,7 +90,7 @@ std::string DeleteForwardEntryRequest::getOwnerAccount()const
|
||||
void DeleteForwardEntryRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DeleteForwardEntryRequest::getOwnerId()const
|
||||
@@ -101,6 +101,6 @@ long DeleteForwardEntryRequest::getOwnerId()const
|
||||
void DeleteForwardEntryRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeleteHaVipRequest::getResourceOwnerId()const
|
||||
void DeleteHaVipRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeleteHaVipRequest::getClientToken()const
|
||||
@@ -46,7 +46,7 @@ std::string DeleteHaVipRequest::getClientToken()const
|
||||
void DeleteHaVipRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string DeleteHaVipRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string DeleteHaVipRequest::getRegionId()const
|
||||
void DeleteHaVipRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DeleteHaVipRequest::getHaVipId()const
|
||||
@@ -68,7 +68,7 @@ std::string DeleteHaVipRequest::getHaVipId()const
|
||||
void DeleteHaVipRequest::setHaVipId(const std::string& haVipId)
|
||||
{
|
||||
haVipId_ = haVipId;
|
||||
setCoreParameter("HaVipId", haVipId);
|
||||
setParameter("HaVipId", haVipId);
|
||||
}
|
||||
|
||||
std::string DeleteHaVipRequest::getResourceOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string DeleteHaVipRequest::getResourceOwnerAccount()const
|
||||
void DeleteHaVipRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteHaVipRequest::getOwnerAccount()const
|
||||
@@ -90,7 +90,7 @@ std::string DeleteHaVipRequest::getOwnerAccount()const
|
||||
void DeleteHaVipRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DeleteHaVipRequest::getOwnerId()const
|
||||
@@ -101,6 +101,6 @@ long DeleteHaVipRequest::getOwnerId()const
|
||||
void DeleteHaVipRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeleteHpcClusterRequest::getResourceOwnerId()const
|
||||
void DeleteHpcClusterRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeleteHpcClusterRequest::getHpcClusterId()const
|
||||
@@ -46,7 +46,7 @@ std::string DeleteHpcClusterRequest::getHpcClusterId()const
|
||||
void DeleteHpcClusterRequest::setHpcClusterId(const std::string& hpcClusterId)
|
||||
{
|
||||
hpcClusterId_ = hpcClusterId;
|
||||
setCoreParameter("HpcClusterId", hpcClusterId);
|
||||
setParameter("HpcClusterId", hpcClusterId);
|
||||
}
|
||||
|
||||
std::string DeleteHpcClusterRequest::getClientToken()const
|
||||
@@ -57,7 +57,7 @@ std::string DeleteHpcClusterRequest::getClientToken()const
|
||||
void DeleteHpcClusterRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string DeleteHpcClusterRequest::getRegionId()const
|
||||
@@ -68,7 +68,7 @@ std::string DeleteHpcClusterRequest::getRegionId()const
|
||||
void DeleteHpcClusterRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DeleteHpcClusterRequest::getResourceOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string DeleteHpcClusterRequest::getResourceOwnerAccount()const
|
||||
void DeleteHpcClusterRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteHpcClusterRequest::getOwnerAccount()const
|
||||
@@ -90,7 +90,7 @@ std::string DeleteHpcClusterRequest::getOwnerAccount()const
|
||||
void DeleteHpcClusterRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DeleteHpcClusterRequest::getOwnerId()const
|
||||
@@ -101,6 +101,6 @@ long DeleteHpcClusterRequest::getOwnerId()const
|
||||
void DeleteHpcClusterRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeleteImageRequest::getResourceOwnerId()const
|
||||
void DeleteImageRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeleteImageRequest::getImageId()const
|
||||
@@ -46,7 +46,7 @@ std::string DeleteImageRequest::getImageId()const
|
||||
void DeleteImageRequest::setImageId(const std::string& imageId)
|
||||
{
|
||||
imageId_ = imageId;
|
||||
setCoreParameter("ImageId", imageId);
|
||||
setParameter("ImageId", imageId);
|
||||
}
|
||||
|
||||
std::string DeleteImageRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string DeleteImageRequest::getRegionId()const
|
||||
void DeleteImageRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DeleteImageRequest::getResourceOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string DeleteImageRequest::getResourceOwnerAccount()const
|
||||
void DeleteImageRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteImageRequest::getOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string DeleteImageRequest::getOwnerAccount()const
|
||||
void DeleteImageRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DeleteImageRequest::getOwnerId()const
|
||||
@@ -90,7 +90,7 @@ long DeleteImageRequest::getOwnerId()const
|
||||
void DeleteImageRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
bool DeleteImageRequest::getForce()const
|
||||
@@ -101,6 +101,6 @@ bool DeleteImageRequest::getForce()const
|
||||
void DeleteImageRequest::setForce(bool force)
|
||||
{
|
||||
force_ = force;
|
||||
setCoreParameter("Force", force ? "true" : "false");
|
||||
setParameter("Force", force ? "true" : "false");
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeleteInstanceRequest::getResourceOwnerId()const
|
||||
void DeleteInstanceRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
bool DeleteInstanceRequest::getTerminateSubscription()const
|
||||
@@ -46,7 +46,7 @@ bool DeleteInstanceRequest::getTerminateSubscription()const
|
||||
void DeleteInstanceRequest::setTerminateSubscription(bool terminateSubscription)
|
||||
{
|
||||
terminateSubscription_ = terminateSubscription;
|
||||
setCoreParameter("TerminateSubscription", terminateSubscription ? "true" : "false");
|
||||
setParameter("TerminateSubscription", terminateSubscription ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string DeleteInstanceRequest::getResourceOwnerAccount()const
|
||||
@@ -57,7 +57,7 @@ std::string DeleteInstanceRequest::getResourceOwnerAccount()const
|
||||
void DeleteInstanceRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteInstanceRequest::getOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string DeleteInstanceRequest::getOwnerAccount()const
|
||||
void DeleteInstanceRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DeleteInstanceRequest::getOwnerId()const
|
||||
@@ -79,7 +79,7 @@ long DeleteInstanceRequest::getOwnerId()const
|
||||
void DeleteInstanceRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string DeleteInstanceRequest::getInstanceId()const
|
||||
@@ -90,7 +90,7 @@ std::string DeleteInstanceRequest::getInstanceId()const
|
||||
void DeleteInstanceRequest::setInstanceId(const std::string& instanceId)
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
setCoreParameter("InstanceId", instanceId);
|
||||
setParameter("InstanceId", instanceId);
|
||||
}
|
||||
|
||||
bool DeleteInstanceRequest::getForce()const
|
||||
@@ -101,6 +101,6 @@ bool DeleteInstanceRequest::getForce()const
|
||||
void DeleteInstanceRequest::setForce(bool force)
|
||||
{
|
||||
force_ = force;
|
||||
setCoreParameter("Force", force ? "true" : "false");
|
||||
setParameter("Force", force ? "true" : "false");
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeleteInstancesRequest::getResourceOwnerId()const
|
||||
void DeleteInstancesRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeleteInstancesRequest::getClientToken()const
|
||||
@@ -46,7 +46,7 @@ std::string DeleteInstancesRequest::getClientToken()const
|
||||
void DeleteInstancesRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string DeleteInstancesRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string DeleteInstancesRequest::getRegionId()const
|
||||
void DeleteInstancesRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
bool DeleteInstancesRequest::getTerminateSubscription()const
|
||||
@@ -68,7 +68,7 @@ bool DeleteInstancesRequest::getTerminateSubscription()const
|
||||
void DeleteInstancesRequest::setTerminateSubscription(bool terminateSubscription)
|
||||
{
|
||||
terminateSubscription_ = terminateSubscription;
|
||||
setCoreParameter("TerminateSubscription", terminateSubscription ? "true" : "false");
|
||||
setParameter("TerminateSubscription", terminateSubscription ? "true" : "false");
|
||||
}
|
||||
|
||||
bool DeleteInstancesRequest::getDryRun()const
|
||||
@@ -79,7 +79,7 @@ bool DeleteInstancesRequest::getDryRun()const
|
||||
void DeleteInstancesRequest::setDryRun(bool dryRun)
|
||||
{
|
||||
dryRun_ = dryRun;
|
||||
setCoreParameter("DryRun", dryRun ? "true" : "false");
|
||||
setParameter("DryRun", dryRun ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string DeleteInstancesRequest::getResourceOwnerAccount()const
|
||||
@@ -90,7 +90,7 @@ std::string DeleteInstancesRequest::getResourceOwnerAccount()const
|
||||
void DeleteInstancesRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteInstancesRequest::getOwnerAccount()const
|
||||
@@ -101,7 +101,7 @@ std::string DeleteInstancesRequest::getOwnerAccount()const
|
||||
void DeleteInstancesRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DeleteInstancesRequest::getOwnerId()const
|
||||
@@ -112,7 +112,7 @@ long DeleteInstancesRequest::getOwnerId()const
|
||||
void DeleteInstancesRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::vector<std::string> DeleteInstancesRequest::getInstanceId()const
|
||||
@@ -124,7 +124,7 @@ void DeleteInstancesRequest::setInstanceId(const std::vector<std::string>& insta
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
for(int dep1 = 0; dep1!= instanceId.size(); dep1++) {
|
||||
setCoreParameter("InstanceId."+ std::to_string(dep1), instanceId.at(dep1));
|
||||
setParameter("InstanceId."+ std::to_string(dep1), instanceId.at(dep1));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -136,6 +136,6 @@ bool DeleteInstancesRequest::getForce()const
|
||||
void DeleteInstancesRequest::setForce(bool force)
|
||||
{
|
||||
force_ = force;
|
||||
setCoreParameter("Force", force ? "true" : "false");
|
||||
setParameter("Force", force ? "true" : "false");
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeleteKeyPairsRequest::getResourceOwnerId()const
|
||||
void DeleteKeyPairsRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeleteKeyPairsRequest::getKeyPairNames()const
|
||||
@@ -46,7 +46,7 @@ std::string DeleteKeyPairsRequest::getKeyPairNames()const
|
||||
void DeleteKeyPairsRequest::setKeyPairNames(const std::string& keyPairNames)
|
||||
{
|
||||
keyPairNames_ = keyPairNames;
|
||||
setCoreParameter("KeyPairNames", keyPairNames);
|
||||
setParameter("KeyPairNames", keyPairNames);
|
||||
}
|
||||
|
||||
std::string DeleteKeyPairsRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string DeleteKeyPairsRequest::getRegionId()const
|
||||
void DeleteKeyPairsRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DeleteKeyPairsRequest::getResourceOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string DeleteKeyPairsRequest::getResourceOwnerAccount()const
|
||||
void DeleteKeyPairsRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
long DeleteKeyPairsRequest::getOwnerId()const
|
||||
@@ -79,6 +79,6 @@ long DeleteKeyPairsRequest::getOwnerId()const
|
||||
void DeleteKeyPairsRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ std::string DeleteLaunchTemplateRequest::getLaunchTemplateName()const
|
||||
void DeleteLaunchTemplateRequest::setLaunchTemplateName(const std::string& launchTemplateName)
|
||||
{
|
||||
launchTemplateName_ = launchTemplateName;
|
||||
setCoreParameter("LaunchTemplateName", launchTemplateName);
|
||||
setParameter("LaunchTemplateName", launchTemplateName);
|
||||
}
|
||||
|
||||
long DeleteLaunchTemplateRequest::getResourceOwnerId()const
|
||||
@@ -46,7 +46,7 @@ long DeleteLaunchTemplateRequest::getResourceOwnerId()const
|
||||
void DeleteLaunchTemplateRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeleteLaunchTemplateRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string DeleteLaunchTemplateRequest::getRegionId()const
|
||||
void DeleteLaunchTemplateRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DeleteLaunchTemplateRequest::getLaunchTemplateId()const
|
||||
@@ -68,7 +68,7 @@ std::string DeleteLaunchTemplateRequest::getLaunchTemplateId()const
|
||||
void DeleteLaunchTemplateRequest::setLaunchTemplateId(const std::string& launchTemplateId)
|
||||
{
|
||||
launchTemplateId_ = launchTemplateId;
|
||||
setCoreParameter("LaunchTemplateId", launchTemplateId);
|
||||
setParameter("LaunchTemplateId", launchTemplateId);
|
||||
}
|
||||
|
||||
std::string DeleteLaunchTemplateRequest::getResourceOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string DeleteLaunchTemplateRequest::getResourceOwnerAccount()const
|
||||
void DeleteLaunchTemplateRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteLaunchTemplateRequest::getOwnerAccount()const
|
||||
@@ -90,7 +90,7 @@ std::string DeleteLaunchTemplateRequest::getOwnerAccount()const
|
||||
void DeleteLaunchTemplateRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DeleteLaunchTemplateRequest::getOwnerId()const
|
||||
@@ -101,6 +101,6 @@ long DeleteLaunchTemplateRequest::getOwnerId()const
|
||||
void DeleteLaunchTemplateRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ std::string DeleteLaunchTemplateVersionRequest::getLaunchTemplateName()const
|
||||
void DeleteLaunchTemplateVersionRequest::setLaunchTemplateName(const std::string& launchTemplateName)
|
||||
{
|
||||
launchTemplateName_ = launchTemplateName;
|
||||
setCoreParameter("LaunchTemplateName", launchTemplateName);
|
||||
setParameter("LaunchTemplateName", launchTemplateName);
|
||||
}
|
||||
|
||||
long DeleteLaunchTemplateVersionRequest::getResourceOwnerId()const
|
||||
@@ -46,7 +46,7 @@ long DeleteLaunchTemplateVersionRequest::getResourceOwnerId()const
|
||||
void DeleteLaunchTemplateVersionRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::vector<long> DeleteLaunchTemplateVersionRequest::getDeleteVersion()const
|
||||
@@ -58,7 +58,7 @@ void DeleteLaunchTemplateVersionRequest::setDeleteVersion(const std::vector<long
|
||||
{
|
||||
deleteVersion_ = deleteVersion;
|
||||
for(int dep1 = 0; dep1!= deleteVersion.size(); dep1++) {
|
||||
setCoreParameter("DeleteVersion."+ std::to_string(dep1), std::to_string(deleteVersion.at(dep1)));
|
||||
setParameter("DeleteVersion."+ std::to_string(dep1), std::to_string(deleteVersion.at(dep1)));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -70,7 +70,7 @@ std::string DeleteLaunchTemplateVersionRequest::getRegionId()const
|
||||
void DeleteLaunchTemplateVersionRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DeleteLaunchTemplateVersionRequest::getLaunchTemplateId()const
|
||||
@@ -81,7 +81,7 @@ std::string DeleteLaunchTemplateVersionRequest::getLaunchTemplateId()const
|
||||
void DeleteLaunchTemplateVersionRequest::setLaunchTemplateId(const std::string& launchTemplateId)
|
||||
{
|
||||
launchTemplateId_ = launchTemplateId;
|
||||
setCoreParameter("LaunchTemplateId", launchTemplateId);
|
||||
setParameter("LaunchTemplateId", launchTemplateId);
|
||||
}
|
||||
|
||||
std::string DeleteLaunchTemplateVersionRequest::getResourceOwnerAccount()const
|
||||
@@ -92,7 +92,7 @@ std::string DeleteLaunchTemplateVersionRequest::getResourceOwnerAccount()const
|
||||
void DeleteLaunchTemplateVersionRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteLaunchTemplateVersionRequest::getOwnerAccount()const
|
||||
@@ -103,7 +103,7 @@ std::string DeleteLaunchTemplateVersionRequest::getOwnerAccount()const
|
||||
void DeleteLaunchTemplateVersionRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DeleteLaunchTemplateVersionRequest::getOwnerId()const
|
||||
@@ -114,6 +114,6 @@ long DeleteLaunchTemplateVersionRequest::getOwnerId()const
|
||||
void DeleteLaunchTemplateVersionRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeleteNatGatewayRequest::getResourceOwnerId()const
|
||||
void DeleteNatGatewayRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeleteNatGatewayRequest::getRegionId()const
|
||||
@@ -46,7 +46,7 @@ std::string DeleteNatGatewayRequest::getRegionId()const
|
||||
void DeleteNatGatewayRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DeleteNatGatewayRequest::getNatGatewayId()const
|
||||
@@ -57,7 +57,7 @@ std::string DeleteNatGatewayRequest::getNatGatewayId()const
|
||||
void DeleteNatGatewayRequest::setNatGatewayId(const std::string& natGatewayId)
|
||||
{
|
||||
natGatewayId_ = natGatewayId;
|
||||
setCoreParameter("NatGatewayId", natGatewayId);
|
||||
setParameter("NatGatewayId", natGatewayId);
|
||||
}
|
||||
|
||||
std::string DeleteNatGatewayRequest::getResourceOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string DeleteNatGatewayRequest::getResourceOwnerAccount()const
|
||||
void DeleteNatGatewayRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteNatGatewayRequest::getOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string DeleteNatGatewayRequest::getOwnerAccount()const
|
||||
void DeleteNatGatewayRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DeleteNatGatewayRequest::getOwnerId()const
|
||||
@@ -90,6 +90,6 @@ long DeleteNatGatewayRequest::getOwnerId()const
|
||||
void DeleteNatGatewayRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeleteNetworkInterfacePermissionRequest::getResourceOwnerId()const
|
||||
void DeleteNetworkInterfacePermissionRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeleteNetworkInterfacePermissionRequest::getRegionId()const
|
||||
@@ -46,7 +46,7 @@ std::string DeleteNetworkInterfacePermissionRequest::getRegionId()const
|
||||
void DeleteNetworkInterfacePermissionRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DeleteNetworkInterfacePermissionRequest::getNetworkInterfacePermissionId()const
|
||||
@@ -57,7 +57,7 @@ std::string DeleteNetworkInterfacePermissionRequest::getNetworkInterfacePermissi
|
||||
void DeleteNetworkInterfacePermissionRequest::setNetworkInterfacePermissionId(const std::string& networkInterfacePermissionId)
|
||||
{
|
||||
networkInterfacePermissionId_ = networkInterfacePermissionId;
|
||||
setCoreParameter("NetworkInterfacePermissionId", networkInterfacePermissionId);
|
||||
setParameter("NetworkInterfacePermissionId", networkInterfacePermissionId);
|
||||
}
|
||||
|
||||
std::string DeleteNetworkInterfacePermissionRequest::getResourceOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string DeleteNetworkInterfacePermissionRequest::getResourceOwnerAccount()co
|
||||
void DeleteNetworkInterfacePermissionRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteNetworkInterfacePermissionRequest::getOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string DeleteNetworkInterfacePermissionRequest::getOwnerAccount()const
|
||||
void DeleteNetworkInterfacePermissionRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DeleteNetworkInterfacePermissionRequest::getOwnerId()const
|
||||
@@ -90,7 +90,7 @@ long DeleteNetworkInterfacePermissionRequest::getOwnerId()const
|
||||
void DeleteNetworkInterfacePermissionRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
bool DeleteNetworkInterfacePermissionRequest::getForce()const
|
||||
@@ -101,6 +101,6 @@ bool DeleteNetworkInterfacePermissionRequest::getForce()const
|
||||
void DeleteNetworkInterfacePermissionRequest::setForce(bool force)
|
||||
{
|
||||
force_ = force;
|
||||
setCoreParameter("Force", force ? "true" : "false");
|
||||
setParameter("Force", force ? "true" : "false");
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeleteNetworkInterfaceRequest::getResourceOwnerId()const
|
||||
void DeleteNetworkInterfaceRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeleteNetworkInterfaceRequest::getRegionId()const
|
||||
@@ -46,7 +46,7 @@ std::string DeleteNetworkInterfaceRequest::getRegionId()const
|
||||
void DeleteNetworkInterfaceRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DeleteNetworkInterfaceRequest::getResourceOwnerAccount()const
|
||||
@@ -57,7 +57,7 @@ std::string DeleteNetworkInterfaceRequest::getResourceOwnerAccount()const
|
||||
void DeleteNetworkInterfaceRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteNetworkInterfaceRequest::getOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string DeleteNetworkInterfaceRequest::getOwnerAccount()const
|
||||
void DeleteNetworkInterfaceRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DeleteNetworkInterfaceRequest::getOwnerId()const
|
||||
@@ -79,7 +79,7 @@ long DeleteNetworkInterfaceRequest::getOwnerId()const
|
||||
void DeleteNetworkInterfaceRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string DeleteNetworkInterfaceRequest::getNetworkInterfaceId()const
|
||||
@@ -90,6 +90,6 @@ std::string DeleteNetworkInterfaceRequest::getNetworkInterfaceId()const
|
||||
void DeleteNetworkInterfaceRequest::setNetworkInterfaceId(const std::string& networkInterfaceId)
|
||||
{
|
||||
networkInterfaceId_ = networkInterfaceId;
|
||||
setCoreParameter("NetworkInterfaceId", networkInterfaceId);
|
||||
setParameter("NetworkInterfaceId", networkInterfaceId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeletePhysicalConnectionRequest::getResourceOwnerId()const
|
||||
void DeletePhysicalConnectionRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeletePhysicalConnectionRequest::getClientToken()const
|
||||
@@ -46,7 +46,7 @@ std::string DeletePhysicalConnectionRequest::getClientToken()const
|
||||
void DeletePhysicalConnectionRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string DeletePhysicalConnectionRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string DeletePhysicalConnectionRequest::getRegionId()const
|
||||
void DeletePhysicalConnectionRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DeletePhysicalConnectionRequest::getResourceOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string DeletePhysicalConnectionRequest::getResourceOwnerAccount()const
|
||||
void DeletePhysicalConnectionRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeletePhysicalConnectionRequest::getOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string DeletePhysicalConnectionRequest::getOwnerAccount()const
|
||||
void DeletePhysicalConnectionRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DeletePhysicalConnectionRequest::getOwnerId()const
|
||||
@@ -90,7 +90,7 @@ long DeletePhysicalConnectionRequest::getOwnerId()const
|
||||
void DeletePhysicalConnectionRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string DeletePhysicalConnectionRequest::getPhysicalConnectionId()const
|
||||
@@ -101,6 +101,6 @@ std::string DeletePhysicalConnectionRequest::getPhysicalConnectionId()const
|
||||
void DeletePhysicalConnectionRequest::setPhysicalConnectionId(const std::string& physicalConnectionId)
|
||||
{
|
||||
physicalConnectionId_ = physicalConnectionId;
|
||||
setCoreParameter("PhysicalConnectionId", physicalConnectionId);
|
||||
setParameter("PhysicalConnectionId", physicalConnectionId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeleteRouteEntryRequest::getResourceOwnerId()const
|
||||
void DeleteRouteEntryRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeleteRouteEntryRequest::getRegionId()const
|
||||
@@ -46,7 +46,7 @@ std::string DeleteRouteEntryRequest::getRegionId()const
|
||||
void DeleteRouteEntryRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DeleteRouteEntryRequest::getNextHopId()const
|
||||
@@ -57,7 +57,7 @@ std::string DeleteRouteEntryRequest::getNextHopId()const
|
||||
void DeleteRouteEntryRequest::setNextHopId(const std::string& nextHopId)
|
||||
{
|
||||
nextHopId_ = nextHopId;
|
||||
setCoreParameter("NextHopId", nextHopId);
|
||||
setParameter("NextHopId", nextHopId);
|
||||
}
|
||||
|
||||
std::string DeleteRouteEntryRequest::getRouteTableId()const
|
||||
@@ -68,7 +68,7 @@ std::string DeleteRouteEntryRequest::getRouteTableId()const
|
||||
void DeleteRouteEntryRequest::setRouteTableId(const std::string& routeTableId)
|
||||
{
|
||||
routeTableId_ = routeTableId;
|
||||
setCoreParameter("RouteTableId", routeTableId);
|
||||
setParameter("RouteTableId", routeTableId);
|
||||
}
|
||||
|
||||
std::string DeleteRouteEntryRequest::getResourceOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string DeleteRouteEntryRequest::getResourceOwnerAccount()const
|
||||
void DeleteRouteEntryRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteRouteEntryRequest::getDestinationCidrBlock()const
|
||||
@@ -90,7 +90,7 @@ std::string DeleteRouteEntryRequest::getDestinationCidrBlock()const
|
||||
void DeleteRouteEntryRequest::setDestinationCidrBlock(const std::string& destinationCidrBlock)
|
||||
{
|
||||
destinationCidrBlock_ = destinationCidrBlock;
|
||||
setCoreParameter("DestinationCidrBlock", destinationCidrBlock);
|
||||
setParameter("DestinationCidrBlock", destinationCidrBlock);
|
||||
}
|
||||
|
||||
std::string DeleteRouteEntryRequest::getOwnerAccount()const
|
||||
@@ -101,7 +101,7 @@ std::string DeleteRouteEntryRequest::getOwnerAccount()const
|
||||
void DeleteRouteEntryRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DeleteRouteEntryRequest::getOwnerId()const
|
||||
@@ -112,7 +112,7 @@ long DeleteRouteEntryRequest::getOwnerId()const
|
||||
void DeleteRouteEntryRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::vector<DeleteRouteEntryRequest::NextHopList> DeleteRouteEntryRequest::getNextHopList()const
|
||||
@@ -125,9 +125,9 @@ void DeleteRouteEntryRequest::setNextHopList(const std::vector<NextHopList>& nex
|
||||
nextHopList_ = nextHopList;
|
||||
for(int dep1 = 0; dep1!= nextHopList.size(); dep1++) {
|
||||
auto nextHopListObj = nextHopList.at(dep1);
|
||||
std::string nextHopListObjStr = "NextHopList." + std::to_string(dep1);
|
||||
setCoreParameter(nextHopListObjStr + ".NextHopId", nextHopListObj.nextHopId);
|
||||
setCoreParameter(nextHopListObjStr + ".NextHopType", nextHopListObj.nextHopType);
|
||||
std::string nextHopListObjStr = "NextHopList." + std::to_string(dep1 + 1);
|
||||
setParameter(nextHopListObjStr + ".NextHopId", nextHopListObj.nextHopId);
|
||||
setParameter(nextHopListObjStr + ".NextHopType", nextHopListObj.nextHopType);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeleteRouterInterfaceRequest::getResourceOwnerId()const
|
||||
void DeleteRouterInterfaceRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeleteRouterInterfaceRequest::getClientToken()const
|
||||
@@ -46,7 +46,7 @@ std::string DeleteRouterInterfaceRequest::getClientToken()const
|
||||
void DeleteRouterInterfaceRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string DeleteRouterInterfaceRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string DeleteRouterInterfaceRequest::getRegionId()const
|
||||
void DeleteRouterInterfaceRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DeleteRouterInterfaceRequest::getUserCidr()const
|
||||
@@ -68,7 +68,7 @@ std::string DeleteRouterInterfaceRequest::getUserCidr()const
|
||||
void DeleteRouterInterfaceRequest::setUserCidr(const std::string& userCidr)
|
||||
{
|
||||
userCidr_ = userCidr;
|
||||
setCoreParameter("UserCidr", userCidr);
|
||||
setParameter("UserCidr", userCidr);
|
||||
}
|
||||
|
||||
std::string DeleteRouterInterfaceRequest::getResourceOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string DeleteRouterInterfaceRequest::getResourceOwnerAccount()const
|
||||
void DeleteRouterInterfaceRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteRouterInterfaceRequest::getOwnerAccount()const
|
||||
@@ -90,7 +90,7 @@ std::string DeleteRouterInterfaceRequest::getOwnerAccount()const
|
||||
void DeleteRouterInterfaceRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteRouterInterfaceRequest::getRouterInterfaceId()const
|
||||
@@ -101,7 +101,7 @@ std::string DeleteRouterInterfaceRequest::getRouterInterfaceId()const
|
||||
void DeleteRouterInterfaceRequest::setRouterInterfaceId(const std::string& routerInterfaceId)
|
||||
{
|
||||
routerInterfaceId_ = routerInterfaceId;
|
||||
setCoreParameter("RouterInterfaceId", routerInterfaceId);
|
||||
setParameter("RouterInterfaceId", routerInterfaceId);
|
||||
}
|
||||
|
||||
long DeleteRouterInterfaceRequest::getOwnerId()const
|
||||
@@ -112,6 +112,6 @@ long DeleteRouterInterfaceRequest::getOwnerId()const
|
||||
void DeleteRouterInterfaceRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeleteSecurityGroupRequest::getResourceOwnerId()const
|
||||
void DeleteSecurityGroupRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeleteSecurityGroupRequest::getSecurityGroupId()const
|
||||
@@ -46,7 +46,7 @@ std::string DeleteSecurityGroupRequest::getSecurityGroupId()const
|
||||
void DeleteSecurityGroupRequest::setSecurityGroupId(const std::string& securityGroupId)
|
||||
{
|
||||
securityGroupId_ = securityGroupId;
|
||||
setCoreParameter("SecurityGroupId", securityGroupId);
|
||||
setParameter("SecurityGroupId", securityGroupId);
|
||||
}
|
||||
|
||||
std::string DeleteSecurityGroupRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string DeleteSecurityGroupRequest::getRegionId()const
|
||||
void DeleteSecurityGroupRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DeleteSecurityGroupRequest::getResourceOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string DeleteSecurityGroupRequest::getResourceOwnerAccount()const
|
||||
void DeleteSecurityGroupRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteSecurityGroupRequest::getOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string DeleteSecurityGroupRequest::getOwnerAccount()const
|
||||
void DeleteSecurityGroupRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DeleteSecurityGroupRequest::getOwnerId()const
|
||||
@@ -90,6 +90,6 @@ long DeleteSecurityGroupRequest::getOwnerId()const
|
||||
void DeleteSecurityGroupRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeleteSnapshotRequest::getResourceOwnerId()const
|
||||
void DeleteSnapshotRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeleteSnapshotRequest::getSnapshotId()const
|
||||
@@ -46,7 +46,7 @@ std::string DeleteSnapshotRequest::getSnapshotId()const
|
||||
void DeleteSnapshotRequest::setSnapshotId(const std::string& snapshotId)
|
||||
{
|
||||
snapshotId_ = snapshotId;
|
||||
setCoreParameter("SnapshotId", snapshotId);
|
||||
setParameter("SnapshotId", snapshotId);
|
||||
}
|
||||
|
||||
std::string DeleteSnapshotRequest::getResourceOwnerAccount()const
|
||||
@@ -57,7 +57,7 @@ std::string DeleteSnapshotRequest::getResourceOwnerAccount()const
|
||||
void DeleteSnapshotRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteSnapshotRequest::getOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string DeleteSnapshotRequest::getOwnerAccount()const
|
||||
void DeleteSnapshotRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DeleteSnapshotRequest::getOwnerId()const
|
||||
@@ -79,7 +79,7 @@ long DeleteSnapshotRequest::getOwnerId()const
|
||||
void DeleteSnapshotRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
bool DeleteSnapshotRequest::getForce()const
|
||||
@@ -90,6 +90,6 @@ bool DeleteSnapshotRequest::getForce()const
|
||||
void DeleteSnapshotRequest::setForce(bool force)
|
||||
{
|
||||
force_ = force;
|
||||
setCoreParameter("Force", force ? "true" : "false");
|
||||
setParameter("Force", force ? "true" : "false");
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeleteStorageSetRequest::getResourceOwnerId()const
|
||||
void DeleteStorageSetRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeleteStorageSetRequest::getClientToken()const
|
||||
@@ -46,7 +46,7 @@ std::string DeleteStorageSetRequest::getClientToken()const
|
||||
void DeleteStorageSetRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string DeleteStorageSetRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string DeleteStorageSetRequest::getRegionId()const
|
||||
void DeleteStorageSetRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DeleteStorageSetRequest::getResourceOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string DeleteStorageSetRequest::getResourceOwnerAccount()const
|
||||
void DeleteStorageSetRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteStorageSetRequest::getOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string DeleteStorageSetRequest::getOwnerAccount()const
|
||||
void DeleteStorageSetRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DeleteStorageSetRequest::getOwnerId()const
|
||||
@@ -90,7 +90,7 @@ long DeleteStorageSetRequest::getOwnerId()const
|
||||
void DeleteStorageSetRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string DeleteStorageSetRequest::getStorageSetId()const
|
||||
@@ -101,6 +101,6 @@ std::string DeleteStorageSetRequest::getStorageSetId()const
|
||||
void DeleteStorageSetRequest::setStorageSetId(const std::string& storageSetId)
|
||||
{
|
||||
storageSetId_ = storageSetId;
|
||||
setCoreParameter("StorageSetId", storageSetId);
|
||||
setParameter("StorageSetId", storageSetId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeleteVSwitchRequest::getResourceOwnerId()const
|
||||
void DeleteVSwitchRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeleteVSwitchRequest::getRegionId()const
|
||||
@@ -46,7 +46,7 @@ std::string DeleteVSwitchRequest::getRegionId()const
|
||||
void DeleteVSwitchRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DeleteVSwitchRequest::getResourceOwnerAccount()const
|
||||
@@ -57,7 +57,7 @@ std::string DeleteVSwitchRequest::getResourceOwnerAccount()const
|
||||
void DeleteVSwitchRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteVSwitchRequest::getOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string DeleteVSwitchRequest::getOwnerAccount()const
|
||||
void DeleteVSwitchRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DeleteVSwitchRequest::getOwnerId()const
|
||||
@@ -79,7 +79,7 @@ long DeleteVSwitchRequest::getOwnerId()const
|
||||
void DeleteVSwitchRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string DeleteVSwitchRequest::getVSwitchId()const
|
||||
@@ -90,6 +90,6 @@ std::string DeleteVSwitchRequest::getVSwitchId()const
|
||||
void DeleteVSwitchRequest::setVSwitchId(const std::string& vSwitchId)
|
||||
{
|
||||
vSwitchId_ = vSwitchId;
|
||||
setCoreParameter("VSwitchId", vSwitchId);
|
||||
setParameter("VSwitchId", vSwitchId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeleteVirtualBorderRouterRequest::getResourceOwnerId()const
|
||||
void DeleteVirtualBorderRouterRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeleteVirtualBorderRouterRequest::getClientToken()const
|
||||
@@ -46,7 +46,7 @@ std::string DeleteVirtualBorderRouterRequest::getClientToken()const
|
||||
void DeleteVirtualBorderRouterRequest::setClientToken(const std::string& clientToken)
|
||||
{
|
||||
clientToken_ = clientToken;
|
||||
setCoreParameter("ClientToken", clientToken);
|
||||
setParameter("ClientToken", clientToken);
|
||||
}
|
||||
|
||||
std::string DeleteVirtualBorderRouterRequest::getVbrId()const
|
||||
@@ -57,7 +57,7 @@ std::string DeleteVirtualBorderRouterRequest::getVbrId()const
|
||||
void DeleteVirtualBorderRouterRequest::setVbrId(const std::string& vbrId)
|
||||
{
|
||||
vbrId_ = vbrId;
|
||||
setCoreParameter("VbrId", vbrId);
|
||||
setParameter("VbrId", vbrId);
|
||||
}
|
||||
|
||||
std::string DeleteVirtualBorderRouterRequest::getRegionId()const
|
||||
@@ -68,7 +68,7 @@ std::string DeleteVirtualBorderRouterRequest::getRegionId()const
|
||||
void DeleteVirtualBorderRouterRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DeleteVirtualBorderRouterRequest::getUserCidr()const
|
||||
@@ -79,7 +79,7 @@ std::string DeleteVirtualBorderRouterRequest::getUserCidr()const
|
||||
void DeleteVirtualBorderRouterRequest::setUserCidr(const std::string& userCidr)
|
||||
{
|
||||
userCidr_ = userCidr;
|
||||
setCoreParameter("UserCidr", userCidr);
|
||||
setParameter("UserCidr", userCidr);
|
||||
}
|
||||
|
||||
std::string DeleteVirtualBorderRouterRequest::getResourceOwnerAccount()const
|
||||
@@ -90,7 +90,7 @@ std::string DeleteVirtualBorderRouterRequest::getResourceOwnerAccount()const
|
||||
void DeleteVirtualBorderRouterRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteVirtualBorderRouterRequest::getOwnerAccount()const
|
||||
@@ -101,7 +101,7 @@ std::string DeleteVirtualBorderRouterRequest::getOwnerAccount()const
|
||||
void DeleteVirtualBorderRouterRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DeleteVirtualBorderRouterRequest::getOwnerId()const
|
||||
@@ -112,6 +112,6 @@ long DeleteVirtualBorderRouterRequest::getOwnerId()const
|
||||
void DeleteVirtualBorderRouterRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DeleteVpcRequest::getResourceOwnerId()const
|
||||
void DeleteVpcRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DeleteVpcRequest::getRegionId()const
|
||||
@@ -46,7 +46,7 @@ std::string DeleteVpcRequest::getRegionId()const
|
||||
void DeleteVpcRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DeleteVpcRequest::getResourceOwnerAccount()const
|
||||
@@ -57,7 +57,7 @@ std::string DeleteVpcRequest::getResourceOwnerAccount()const
|
||||
void DeleteVpcRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DeleteVpcRequest::getOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string DeleteVpcRequest::getOwnerAccount()const
|
||||
void DeleteVpcRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DeleteVpcRequest::getOwnerId()const
|
||||
@@ -79,7 +79,7 @@ long DeleteVpcRequest::getOwnerId()const
|
||||
void DeleteVpcRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string DeleteVpcRequest::getVpcId()const
|
||||
@@ -90,6 +90,6 @@ std::string DeleteVpcRequest::getVpcId()const
|
||||
void DeleteVpcRequest::setVpcId(const std::string& vpcId)
|
||||
{
|
||||
vpcId_ = vpcId;
|
||||
setCoreParameter("VpcId", vpcId);
|
||||
setParameter("VpcId", vpcId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DescribeAccessPointsRequest::getResourceOwnerId()const
|
||||
void DescribeAccessPointsRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DescribeAccessPointsRequest::getType()const
|
||||
@@ -46,7 +46,7 @@ std::string DescribeAccessPointsRequest::getType()const
|
||||
void DescribeAccessPointsRequest::setType(const std::string& type)
|
||||
{
|
||||
type_ = type;
|
||||
setCoreParameter("Type", type);
|
||||
setParameter("Type", type);
|
||||
}
|
||||
|
||||
int DescribeAccessPointsRequest::getPageNumber()const
|
||||
@@ -57,7 +57,7 @@ int DescribeAccessPointsRequest::getPageNumber()const
|
||||
void DescribeAccessPointsRequest::setPageNumber(int pageNumber)
|
||||
{
|
||||
pageNumber_ = pageNumber;
|
||||
setCoreParameter("PageNumber", std::to_string(pageNumber));
|
||||
setParameter("PageNumber", std::to_string(pageNumber));
|
||||
}
|
||||
|
||||
std::string DescribeAccessPointsRequest::getRegionId()const
|
||||
@@ -68,7 +68,7 @@ std::string DescribeAccessPointsRequest::getRegionId()const
|
||||
void DescribeAccessPointsRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
int DescribeAccessPointsRequest::getPageSize()const
|
||||
@@ -79,7 +79,7 @@ int DescribeAccessPointsRequest::getPageSize()const
|
||||
void DescribeAccessPointsRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeAccessPointsRequest::getResourceOwnerAccount()const
|
||||
@@ -90,7 +90,7 @@ std::string DescribeAccessPointsRequest::getResourceOwnerAccount()const
|
||||
void DescribeAccessPointsRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
long DescribeAccessPointsRequest::getOwnerId()const
|
||||
@@ -101,7 +101,7 @@ long DescribeAccessPointsRequest::getOwnerId()const
|
||||
void DescribeAccessPointsRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::vector<DescribeAccessPointsRequest::Filter> DescribeAccessPointsRequest::getFilter()const
|
||||
@@ -114,11 +114,11 @@ void DescribeAccessPointsRequest::setFilter(const std::vector<Filter>& filter)
|
||||
filter_ = filter;
|
||||
for(int dep1 = 0; dep1!= filter.size(); dep1++) {
|
||||
auto filterObj = filter.at(dep1);
|
||||
std::string filterObjStr = "Filter." + std::to_string(dep1);
|
||||
std::string filterObjStr = "Filter." + std::to_string(dep1 + 1);
|
||||
for(int dep2 = 0; dep2!= filterObj.value.size(); dep2++) {
|
||||
setCoreParameter(filterObjStr + ".Value."+ std::to_string(dep2), filterObj.value.at(dep2));
|
||||
setParameter(filterObjStr + ".Value."+ std::to_string(dep2), filterObj.value.at(dep2));
|
||||
}
|
||||
setCoreParameter(filterObjStr + ".Key", filterObj.key);
|
||||
setParameter(filterObjStr + ".Key", filterObj.key);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DescribeAccountAttributesRequest::getResourceOwnerId()const
|
||||
void DescribeAccountAttributesRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::vector<std::string> DescribeAccountAttributesRequest::getAttributeName()const
|
||||
@@ -47,7 +47,7 @@ void DescribeAccountAttributesRequest::setAttributeName(const std::vector<std::s
|
||||
{
|
||||
attributeName_ = attributeName;
|
||||
for(int dep1 = 0; dep1!= attributeName.size(); dep1++) {
|
||||
setCoreParameter("AttributeName."+ std::to_string(dep1), attributeName.at(dep1));
|
||||
setParameter("AttributeName."+ std::to_string(dep1), attributeName.at(dep1));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -59,7 +59,7 @@ std::string DescribeAccountAttributesRequest::getRegionId()const
|
||||
void DescribeAccountAttributesRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DescribeAccountAttributesRequest::getResourceOwnerAccount()const
|
||||
@@ -70,7 +70,7 @@ std::string DescribeAccountAttributesRequest::getResourceOwnerAccount()const
|
||||
void DescribeAccountAttributesRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
long DescribeAccountAttributesRequest::getOwnerId()const
|
||||
@@ -81,7 +81,7 @@ long DescribeAccountAttributesRequest::getOwnerId()const
|
||||
void DescribeAccountAttributesRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string DescribeAccountAttributesRequest::getZoneId()const
|
||||
@@ -92,6 +92,6 @@ std::string DescribeAccountAttributesRequest::getZoneId()const
|
||||
void DescribeAccountAttributesRequest::setZoneId(const std::string& zoneId)
|
||||
{
|
||||
zoneId_ = zoneId;
|
||||
setCoreParameter("ZoneId", zoneId);
|
||||
setParameter("ZoneId", zoneId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DescribeAutoProvisioningGroupHistoryRequest::getResourceOwnerId()const
|
||||
void DescribeAutoProvisioningGroupHistoryRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DescribeAutoProvisioningGroupHistoryRequest::getStartTime()const
|
||||
@@ -46,7 +46,7 @@ std::string DescribeAutoProvisioningGroupHistoryRequest::getStartTime()const
|
||||
void DescribeAutoProvisioningGroupHistoryRequest::setStartTime(const std::string& startTime)
|
||||
{
|
||||
startTime_ = startTime;
|
||||
setCoreParameter("StartTime", startTime);
|
||||
setParameter("StartTime", startTime);
|
||||
}
|
||||
|
||||
int DescribeAutoProvisioningGroupHistoryRequest::getPageNumber()const
|
||||
@@ -57,7 +57,7 @@ int DescribeAutoProvisioningGroupHistoryRequest::getPageNumber()const
|
||||
void DescribeAutoProvisioningGroupHistoryRequest::setPageNumber(int pageNumber)
|
||||
{
|
||||
pageNumber_ = pageNumber;
|
||||
setCoreParameter("PageNumber", std::to_string(pageNumber));
|
||||
setParameter("PageNumber", std::to_string(pageNumber));
|
||||
}
|
||||
|
||||
std::string DescribeAutoProvisioningGroupHistoryRequest::getRegionId()const
|
||||
@@ -68,7 +68,7 @@ std::string DescribeAutoProvisioningGroupHistoryRequest::getRegionId()const
|
||||
void DescribeAutoProvisioningGroupHistoryRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
int DescribeAutoProvisioningGroupHistoryRequest::getPageSize()const
|
||||
@@ -79,7 +79,7 @@ int DescribeAutoProvisioningGroupHistoryRequest::getPageSize()const
|
||||
void DescribeAutoProvisioningGroupHistoryRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeAutoProvisioningGroupHistoryRequest::getResourceOwnerAccount()const
|
||||
@@ -90,7 +90,7 @@ std::string DescribeAutoProvisioningGroupHistoryRequest::getResourceOwnerAccount
|
||||
void DescribeAutoProvisioningGroupHistoryRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DescribeAutoProvisioningGroupHistoryRequest::getOwnerAccount()const
|
||||
@@ -101,7 +101,7 @@ std::string DescribeAutoProvisioningGroupHistoryRequest::getOwnerAccount()const
|
||||
void DescribeAutoProvisioningGroupHistoryRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
std::string DescribeAutoProvisioningGroupHistoryRequest::getEndTime()const
|
||||
@@ -112,7 +112,7 @@ std::string DescribeAutoProvisioningGroupHistoryRequest::getEndTime()const
|
||||
void DescribeAutoProvisioningGroupHistoryRequest::setEndTime(const std::string& endTime)
|
||||
{
|
||||
endTime_ = endTime;
|
||||
setCoreParameter("EndTime", endTime);
|
||||
setParameter("EndTime", endTime);
|
||||
}
|
||||
|
||||
long DescribeAutoProvisioningGroupHistoryRequest::getOwnerId()const
|
||||
@@ -123,7 +123,7 @@ long DescribeAutoProvisioningGroupHistoryRequest::getOwnerId()const
|
||||
void DescribeAutoProvisioningGroupHistoryRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string DescribeAutoProvisioningGroupHistoryRequest::getAutoProvisioningGroupId()const
|
||||
@@ -134,6 +134,6 @@ std::string DescribeAutoProvisioningGroupHistoryRequest::getAutoProvisioningGrou
|
||||
void DescribeAutoProvisioningGroupHistoryRequest::setAutoProvisioningGroupId(const std::string& autoProvisioningGroupId)
|
||||
{
|
||||
autoProvisioningGroupId_ = autoProvisioningGroupId;
|
||||
setCoreParameter("AutoProvisioningGroupId", autoProvisioningGroupId);
|
||||
setParameter("AutoProvisioningGroupId", autoProvisioningGroupId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DescribeAutoProvisioningGroupInstancesRequest::getResourceOwnerId()const
|
||||
void DescribeAutoProvisioningGroupInstancesRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
int DescribeAutoProvisioningGroupInstancesRequest::getPageNumber()const
|
||||
@@ -46,7 +46,7 @@ int DescribeAutoProvisioningGroupInstancesRequest::getPageNumber()const
|
||||
void DescribeAutoProvisioningGroupInstancesRequest::setPageNumber(int pageNumber)
|
||||
{
|
||||
pageNumber_ = pageNumber;
|
||||
setCoreParameter("PageNumber", std::to_string(pageNumber));
|
||||
setParameter("PageNumber", std::to_string(pageNumber));
|
||||
}
|
||||
|
||||
std::string DescribeAutoProvisioningGroupInstancesRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string DescribeAutoProvisioningGroupInstancesRequest::getRegionId()const
|
||||
void DescribeAutoProvisioningGroupInstancesRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
int DescribeAutoProvisioningGroupInstancesRequest::getPageSize()const
|
||||
@@ -68,7 +68,7 @@ int DescribeAutoProvisioningGroupInstancesRequest::getPageSize()const
|
||||
void DescribeAutoProvisioningGroupInstancesRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeAutoProvisioningGroupInstancesRequest::getResourceOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string DescribeAutoProvisioningGroupInstancesRequest::getResourceOwnerAccou
|
||||
void DescribeAutoProvisioningGroupInstancesRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DescribeAutoProvisioningGroupInstancesRequest::getOwnerAccount()const
|
||||
@@ -90,7 +90,7 @@ std::string DescribeAutoProvisioningGroupInstancesRequest::getOwnerAccount()cons
|
||||
void DescribeAutoProvisioningGroupInstancesRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DescribeAutoProvisioningGroupInstancesRequest::getOwnerId()const
|
||||
@@ -101,7 +101,7 @@ long DescribeAutoProvisioningGroupInstancesRequest::getOwnerId()const
|
||||
void DescribeAutoProvisioningGroupInstancesRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string DescribeAutoProvisioningGroupInstancesRequest::getAutoProvisioningGroupId()const
|
||||
@@ -112,6 +112,6 @@ std::string DescribeAutoProvisioningGroupInstancesRequest::getAutoProvisioningGr
|
||||
void DescribeAutoProvisioningGroupInstancesRequest::setAutoProvisioningGroupId(const std::string& autoProvisioningGroupId)
|
||||
{
|
||||
autoProvisioningGroupId_ = autoProvisioningGroupId;
|
||||
setCoreParameter("AutoProvisioningGroupId", autoProvisioningGroupId);
|
||||
setParameter("AutoProvisioningGroupId", autoProvisioningGroupId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DescribeAutoProvisioningGroupsRequest::getResourceOwnerId()const
|
||||
void DescribeAutoProvisioningGroupsRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
int DescribeAutoProvisioningGroupsRequest::getPageNumber()const
|
||||
@@ -46,7 +46,7 @@ int DescribeAutoProvisioningGroupsRequest::getPageNumber()const
|
||||
void DescribeAutoProvisioningGroupsRequest::setPageNumber(int pageNumber)
|
||||
{
|
||||
pageNumber_ = pageNumber;
|
||||
setCoreParameter("PageNumber", std::to_string(pageNumber));
|
||||
setParameter("PageNumber", std::to_string(pageNumber));
|
||||
}
|
||||
|
||||
std::string DescribeAutoProvisioningGroupsRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string DescribeAutoProvisioningGroupsRequest::getRegionId()const
|
||||
void DescribeAutoProvisioningGroupsRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
int DescribeAutoProvisioningGroupsRequest::getPageSize()const
|
||||
@@ -68,7 +68,7 @@ int DescribeAutoProvisioningGroupsRequest::getPageSize()const
|
||||
void DescribeAutoProvisioningGroupsRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::vector<std::string> DescribeAutoProvisioningGroupsRequest::getAutoProvisioningGroupStatus()const
|
||||
@@ -80,7 +80,7 @@ void DescribeAutoProvisioningGroupsRequest::setAutoProvisioningGroupStatus(const
|
||||
{
|
||||
autoProvisioningGroupStatus_ = autoProvisioningGroupStatus;
|
||||
for(int dep1 = 0; dep1!= autoProvisioningGroupStatus.size(); dep1++) {
|
||||
setCoreParameter("AutoProvisioningGroupStatus."+ std::to_string(dep1), autoProvisioningGroupStatus.at(dep1));
|
||||
setParameter("AutoProvisioningGroupStatus."+ std::to_string(dep1), autoProvisioningGroupStatus.at(dep1));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -92,7 +92,7 @@ std::string DescribeAutoProvisioningGroupsRequest::getResourceOwnerAccount()cons
|
||||
void DescribeAutoProvisioningGroupsRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DescribeAutoProvisioningGroupsRequest::getOwnerAccount()const
|
||||
@@ -103,7 +103,7 @@ std::string DescribeAutoProvisioningGroupsRequest::getOwnerAccount()const
|
||||
void DescribeAutoProvisioningGroupsRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DescribeAutoProvisioningGroupsRequest::getOwnerId()const
|
||||
@@ -114,7 +114,7 @@ long DescribeAutoProvisioningGroupsRequest::getOwnerId()const
|
||||
void DescribeAutoProvisioningGroupsRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::vector<std::string> DescribeAutoProvisioningGroupsRequest::getAutoProvisioningGroupId()const
|
||||
@@ -126,7 +126,7 @@ void DescribeAutoProvisioningGroupsRequest::setAutoProvisioningGroupId(const std
|
||||
{
|
||||
autoProvisioningGroupId_ = autoProvisioningGroupId;
|
||||
for(int dep1 = 0; dep1!= autoProvisioningGroupId.size(); dep1++) {
|
||||
setCoreParameter("AutoProvisioningGroupId."+ std::to_string(dep1), autoProvisioningGroupId.at(dep1));
|
||||
setParameter("AutoProvisioningGroupId."+ std::to_string(dep1), autoProvisioningGroupId.at(dep1));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -138,6 +138,6 @@ std::string DescribeAutoProvisioningGroupsRequest::getAutoProvisioningGroupName(
|
||||
void DescribeAutoProvisioningGroupsRequest::setAutoProvisioningGroupName(const std::string& autoProvisioningGroupName)
|
||||
{
|
||||
autoProvisioningGroupName_ = autoProvisioningGroupName;
|
||||
setCoreParameter("AutoProvisioningGroupName", autoProvisioningGroupName);
|
||||
setParameter("AutoProvisioningGroupName", autoProvisioningGroupName);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DescribeAutoSnapshotPolicyExRequest::getResourceOwnerId()const
|
||||
void DescribeAutoSnapshotPolicyExRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DescribeAutoSnapshotPolicyExRequest::getAutoSnapshotPolicyId()const
|
||||
@@ -46,7 +46,7 @@ std::string DescribeAutoSnapshotPolicyExRequest::getAutoSnapshotPolicyId()const
|
||||
void DescribeAutoSnapshotPolicyExRequest::setAutoSnapshotPolicyId(const std::string& autoSnapshotPolicyId)
|
||||
{
|
||||
autoSnapshotPolicyId_ = autoSnapshotPolicyId;
|
||||
setCoreParameter("AutoSnapshotPolicyId", autoSnapshotPolicyId);
|
||||
setParameter("AutoSnapshotPolicyId", autoSnapshotPolicyId);
|
||||
}
|
||||
|
||||
int DescribeAutoSnapshotPolicyExRequest::getPageNumber()const
|
||||
@@ -57,7 +57,7 @@ int DescribeAutoSnapshotPolicyExRequest::getPageNumber()const
|
||||
void DescribeAutoSnapshotPolicyExRequest::setPageNumber(int pageNumber)
|
||||
{
|
||||
pageNumber_ = pageNumber;
|
||||
setCoreParameter("PageNumber", std::to_string(pageNumber));
|
||||
setParameter("PageNumber", std::to_string(pageNumber));
|
||||
}
|
||||
|
||||
std::string DescribeAutoSnapshotPolicyExRequest::getRegionId()const
|
||||
@@ -68,7 +68,7 @@ std::string DescribeAutoSnapshotPolicyExRequest::getRegionId()const
|
||||
void DescribeAutoSnapshotPolicyExRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
int DescribeAutoSnapshotPolicyExRequest::getPageSize()const
|
||||
@@ -79,7 +79,7 @@ int DescribeAutoSnapshotPolicyExRequest::getPageSize()const
|
||||
void DescribeAutoSnapshotPolicyExRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeAutoSnapshotPolicyExRequest::getResourceOwnerAccount()const
|
||||
@@ -90,7 +90,7 @@ std::string DescribeAutoSnapshotPolicyExRequest::getResourceOwnerAccount()const
|
||||
void DescribeAutoSnapshotPolicyExRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DescribeAutoSnapshotPolicyExRequest::getOwnerAccount()const
|
||||
@@ -101,7 +101,7 @@ std::string DescribeAutoSnapshotPolicyExRequest::getOwnerAccount()const
|
||||
void DescribeAutoSnapshotPolicyExRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DescribeAutoSnapshotPolicyExRequest::getOwnerId()const
|
||||
@@ -112,6 +112,6 @@ long DescribeAutoSnapshotPolicyExRequest::getOwnerId()const
|
||||
void DescribeAutoSnapshotPolicyExRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DescribeAvailableResourceRequest::getResourceOwnerId()const
|
||||
void DescribeAvailableResourceRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
float DescribeAvailableResourceRequest::getMemory()const
|
||||
@@ -46,7 +46,7 @@ float DescribeAvailableResourceRequest::getMemory()const
|
||||
void DescribeAvailableResourceRequest::setMemory(float memory)
|
||||
{
|
||||
memory_ = memory;
|
||||
setCoreParameter("Memory", std::to_string(memory));
|
||||
setParameter("Memory", std::to_string(memory));
|
||||
}
|
||||
|
||||
std::string DescribeAvailableResourceRequest::getIoOptimized()const
|
||||
@@ -57,7 +57,7 @@ std::string DescribeAvailableResourceRequest::getIoOptimized()const
|
||||
void DescribeAvailableResourceRequest::setIoOptimized(const std::string& ioOptimized)
|
||||
{
|
||||
ioOptimized_ = ioOptimized;
|
||||
setCoreParameter("IoOptimized", ioOptimized);
|
||||
setParameter("IoOptimized", ioOptimized);
|
||||
}
|
||||
|
||||
std::string DescribeAvailableResourceRequest::getDataDiskCategory()const
|
||||
@@ -68,7 +68,7 @@ std::string DescribeAvailableResourceRequest::getDataDiskCategory()const
|
||||
void DescribeAvailableResourceRequest::setDataDiskCategory(const std::string& dataDiskCategory)
|
||||
{
|
||||
dataDiskCategory_ = dataDiskCategory;
|
||||
setCoreParameter("DataDiskCategory", dataDiskCategory);
|
||||
setParameter("DataDiskCategory", dataDiskCategory);
|
||||
}
|
||||
|
||||
int DescribeAvailableResourceRequest::getCores()const
|
||||
@@ -79,7 +79,7 @@ int DescribeAvailableResourceRequest::getCores()const
|
||||
void DescribeAvailableResourceRequest::setCores(int cores)
|
||||
{
|
||||
cores_ = cores;
|
||||
setCoreParameter("Cores", std::to_string(cores));
|
||||
setParameter("Cores", std::to_string(cores));
|
||||
}
|
||||
|
||||
std::string DescribeAvailableResourceRequest::getRegionId()const
|
||||
@@ -90,7 +90,7 @@ std::string DescribeAvailableResourceRequest::getRegionId()const
|
||||
void DescribeAvailableResourceRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DescribeAvailableResourceRequest::getSystemDiskCategory()const
|
||||
@@ -101,7 +101,7 @@ std::string DescribeAvailableResourceRequest::getSystemDiskCategory()const
|
||||
void DescribeAvailableResourceRequest::setSystemDiskCategory(const std::string& systemDiskCategory)
|
||||
{
|
||||
systemDiskCategory_ = systemDiskCategory;
|
||||
setCoreParameter("SystemDiskCategory", systemDiskCategory);
|
||||
setParameter("SystemDiskCategory", systemDiskCategory);
|
||||
}
|
||||
|
||||
std::string DescribeAvailableResourceRequest::getScope()const
|
||||
@@ -112,7 +112,7 @@ std::string DescribeAvailableResourceRequest::getScope()const
|
||||
void DescribeAvailableResourceRequest::setScope(const std::string& scope)
|
||||
{
|
||||
scope_ = scope;
|
||||
setCoreParameter("Scope", scope);
|
||||
setParameter("Scope", scope);
|
||||
}
|
||||
|
||||
std::string DescribeAvailableResourceRequest::getInstanceType()const
|
||||
@@ -123,7 +123,7 @@ std::string DescribeAvailableResourceRequest::getInstanceType()const
|
||||
void DescribeAvailableResourceRequest::setInstanceType(const std::string& instanceType)
|
||||
{
|
||||
instanceType_ = instanceType;
|
||||
setCoreParameter("InstanceType", instanceType);
|
||||
setParameter("InstanceType", instanceType);
|
||||
}
|
||||
|
||||
std::string DescribeAvailableResourceRequest::getNetworkCategory()const
|
||||
@@ -134,7 +134,7 @@ std::string DescribeAvailableResourceRequest::getNetworkCategory()const
|
||||
void DescribeAvailableResourceRequest::setNetworkCategory(const std::string& networkCategory)
|
||||
{
|
||||
networkCategory_ = networkCategory;
|
||||
setCoreParameter("NetworkCategory", networkCategory);
|
||||
setParameter("NetworkCategory", networkCategory);
|
||||
}
|
||||
|
||||
std::string DescribeAvailableResourceRequest::getInstanceChargeType()const
|
||||
@@ -145,7 +145,7 @@ std::string DescribeAvailableResourceRequest::getInstanceChargeType()const
|
||||
void DescribeAvailableResourceRequest::setInstanceChargeType(const std::string& instanceChargeType)
|
||||
{
|
||||
instanceChargeType_ = instanceChargeType;
|
||||
setCoreParameter("InstanceChargeType", instanceChargeType);
|
||||
setParameter("InstanceChargeType", instanceChargeType);
|
||||
}
|
||||
|
||||
std::string DescribeAvailableResourceRequest::getResourceOwnerAccount()const
|
||||
@@ -156,7 +156,7 @@ std::string DescribeAvailableResourceRequest::getResourceOwnerAccount()const
|
||||
void DescribeAvailableResourceRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DescribeAvailableResourceRequest::getOwnerAccount()const
|
||||
@@ -167,7 +167,7 @@ std::string DescribeAvailableResourceRequest::getOwnerAccount()const
|
||||
void DescribeAvailableResourceRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
std::string DescribeAvailableResourceRequest::getDedicatedHostId()const
|
||||
@@ -178,7 +178,7 @@ std::string DescribeAvailableResourceRequest::getDedicatedHostId()const
|
||||
void DescribeAvailableResourceRequest::setDedicatedHostId(const std::string& dedicatedHostId)
|
||||
{
|
||||
dedicatedHostId_ = dedicatedHostId;
|
||||
setCoreParameter("DedicatedHostId", dedicatedHostId);
|
||||
setParameter("DedicatedHostId", dedicatedHostId);
|
||||
}
|
||||
|
||||
long DescribeAvailableResourceRequest::getOwnerId()const
|
||||
@@ -189,7 +189,7 @@ long DescribeAvailableResourceRequest::getOwnerId()const
|
||||
void DescribeAvailableResourceRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
int DescribeAvailableResourceRequest::getSpotDuration()const
|
||||
@@ -200,7 +200,7 @@ int DescribeAvailableResourceRequest::getSpotDuration()const
|
||||
void DescribeAvailableResourceRequest::setSpotDuration(int spotDuration)
|
||||
{
|
||||
spotDuration_ = spotDuration;
|
||||
setCoreParameter("SpotDuration", std::to_string(spotDuration));
|
||||
setParameter("SpotDuration", std::to_string(spotDuration));
|
||||
}
|
||||
|
||||
std::string DescribeAvailableResourceRequest::getResourceType()const
|
||||
@@ -211,7 +211,7 @@ std::string DescribeAvailableResourceRequest::getResourceType()const
|
||||
void DescribeAvailableResourceRequest::setResourceType(const std::string& resourceType)
|
||||
{
|
||||
resourceType_ = resourceType;
|
||||
setCoreParameter("ResourceType", resourceType);
|
||||
setParameter("ResourceType", resourceType);
|
||||
}
|
||||
|
||||
std::string DescribeAvailableResourceRequest::getSpotStrategy()const
|
||||
@@ -222,7 +222,7 @@ std::string DescribeAvailableResourceRequest::getSpotStrategy()const
|
||||
void DescribeAvailableResourceRequest::setSpotStrategy(const std::string& spotStrategy)
|
||||
{
|
||||
spotStrategy_ = spotStrategy;
|
||||
setCoreParameter("SpotStrategy", spotStrategy);
|
||||
setParameter("SpotStrategy", spotStrategy);
|
||||
}
|
||||
|
||||
std::string DescribeAvailableResourceRequest::getDestinationResource()const
|
||||
@@ -233,7 +233,7 @@ std::string DescribeAvailableResourceRequest::getDestinationResource()const
|
||||
void DescribeAvailableResourceRequest::setDestinationResource(const std::string& destinationResource)
|
||||
{
|
||||
destinationResource_ = destinationResource;
|
||||
setCoreParameter("DestinationResource", destinationResource);
|
||||
setParameter("DestinationResource", destinationResource);
|
||||
}
|
||||
|
||||
std::string DescribeAvailableResourceRequest::getZoneId()const
|
||||
@@ -244,6 +244,6 @@ std::string DescribeAvailableResourceRequest::getZoneId()const
|
||||
void DescribeAvailableResourceRequest::setZoneId(const std::string& zoneId)
|
||||
{
|
||||
zoneId_ = zoneId;
|
||||
setCoreParameter("ZoneId", zoneId);
|
||||
setParameter("ZoneId", zoneId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DescribeBandwidthLimitationRequest::getResourceOwnerId()const
|
||||
void DescribeBandwidthLimitationRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DescribeBandwidthLimitationRequest::getRegionId()const
|
||||
@@ -46,7 +46,7 @@ std::string DescribeBandwidthLimitationRequest::getRegionId()const
|
||||
void DescribeBandwidthLimitationRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DescribeBandwidthLimitationRequest::getInstanceType()const
|
||||
@@ -57,7 +57,7 @@ std::string DescribeBandwidthLimitationRequest::getInstanceType()const
|
||||
void DescribeBandwidthLimitationRequest::setInstanceType(const std::string& instanceType)
|
||||
{
|
||||
instanceType_ = instanceType;
|
||||
setCoreParameter("InstanceType", instanceType);
|
||||
setParameter("InstanceType", instanceType);
|
||||
}
|
||||
|
||||
std::string DescribeBandwidthLimitationRequest::getInstanceChargeType()const
|
||||
@@ -68,7 +68,7 @@ std::string DescribeBandwidthLimitationRequest::getInstanceChargeType()const
|
||||
void DescribeBandwidthLimitationRequest::setInstanceChargeType(const std::string& instanceChargeType)
|
||||
{
|
||||
instanceChargeType_ = instanceChargeType;
|
||||
setCoreParameter("InstanceChargeType", instanceChargeType);
|
||||
setParameter("InstanceChargeType", instanceChargeType);
|
||||
}
|
||||
|
||||
std::string DescribeBandwidthLimitationRequest::getResourceId()const
|
||||
@@ -79,7 +79,7 @@ std::string DescribeBandwidthLimitationRequest::getResourceId()const
|
||||
void DescribeBandwidthLimitationRequest::setResourceId(const std::string& resourceId)
|
||||
{
|
||||
resourceId_ = resourceId;
|
||||
setCoreParameter("ResourceId", resourceId);
|
||||
setParameter("ResourceId", resourceId);
|
||||
}
|
||||
|
||||
std::string DescribeBandwidthLimitationRequest::getResourceOwnerAccount()const
|
||||
@@ -90,7 +90,7 @@ std::string DescribeBandwidthLimitationRequest::getResourceOwnerAccount()const
|
||||
void DescribeBandwidthLimitationRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DescribeBandwidthLimitationRequest::getOwnerAccount()const
|
||||
@@ -101,7 +101,7 @@ std::string DescribeBandwidthLimitationRequest::getOwnerAccount()const
|
||||
void DescribeBandwidthLimitationRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
std::string DescribeBandwidthLimitationRequest::getOperationType()const
|
||||
@@ -112,7 +112,7 @@ std::string DescribeBandwidthLimitationRequest::getOperationType()const
|
||||
void DescribeBandwidthLimitationRequest::setOperationType(const std::string& operationType)
|
||||
{
|
||||
operationType_ = operationType;
|
||||
setCoreParameter("OperationType", operationType);
|
||||
setParameter("OperationType", operationType);
|
||||
}
|
||||
|
||||
long DescribeBandwidthLimitationRequest::getOwnerId()const
|
||||
@@ -123,7 +123,7 @@ long DescribeBandwidthLimitationRequest::getOwnerId()const
|
||||
void DescribeBandwidthLimitationRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string DescribeBandwidthLimitationRequest::getSpotStrategy()const
|
||||
@@ -134,6 +134,6 @@ std::string DescribeBandwidthLimitationRequest::getSpotStrategy()const
|
||||
void DescribeBandwidthLimitationRequest::setSpotStrategy(const std::string& spotStrategy)
|
||||
{
|
||||
spotStrategy_ = spotStrategy;
|
||||
setCoreParameter("SpotStrategy", spotStrategy);
|
||||
setParameter("SpotStrategy", spotStrategy);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DescribeBandwidthPackagesRequest::getResourceOwnerId()const
|
||||
void DescribeBandwidthPackagesRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
int DescribeBandwidthPackagesRequest::getPageNumber()const
|
||||
@@ -46,7 +46,7 @@ int DescribeBandwidthPackagesRequest::getPageNumber()const
|
||||
void DescribeBandwidthPackagesRequest::setPageNumber(int pageNumber)
|
||||
{
|
||||
pageNumber_ = pageNumber;
|
||||
setCoreParameter("PageNumber", std::to_string(pageNumber));
|
||||
setParameter("PageNumber", std::to_string(pageNumber));
|
||||
}
|
||||
|
||||
std::string DescribeBandwidthPackagesRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string DescribeBandwidthPackagesRequest::getRegionId()const
|
||||
void DescribeBandwidthPackagesRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
int DescribeBandwidthPackagesRequest::getPageSize()const
|
||||
@@ -68,7 +68,7 @@ int DescribeBandwidthPackagesRequest::getPageSize()const
|
||||
void DescribeBandwidthPackagesRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeBandwidthPackagesRequest::getNatGatewayId()const
|
||||
@@ -79,7 +79,7 @@ std::string DescribeBandwidthPackagesRequest::getNatGatewayId()const
|
||||
void DescribeBandwidthPackagesRequest::setNatGatewayId(const std::string& natGatewayId)
|
||||
{
|
||||
natGatewayId_ = natGatewayId;
|
||||
setCoreParameter("NatGatewayId", natGatewayId);
|
||||
setParameter("NatGatewayId", natGatewayId);
|
||||
}
|
||||
|
||||
std::string DescribeBandwidthPackagesRequest::getBandwidthPackageId()const
|
||||
@@ -90,7 +90,7 @@ std::string DescribeBandwidthPackagesRequest::getBandwidthPackageId()const
|
||||
void DescribeBandwidthPackagesRequest::setBandwidthPackageId(const std::string& bandwidthPackageId)
|
||||
{
|
||||
bandwidthPackageId_ = bandwidthPackageId;
|
||||
setCoreParameter("BandwidthPackageId", bandwidthPackageId);
|
||||
setParameter("BandwidthPackageId", bandwidthPackageId);
|
||||
}
|
||||
|
||||
std::string DescribeBandwidthPackagesRequest::getResourceOwnerAccount()const
|
||||
@@ -101,7 +101,7 @@ std::string DescribeBandwidthPackagesRequest::getResourceOwnerAccount()const
|
||||
void DescribeBandwidthPackagesRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DescribeBandwidthPackagesRequest::getOwnerAccount()const
|
||||
@@ -112,7 +112,7 @@ std::string DescribeBandwidthPackagesRequest::getOwnerAccount()const
|
||||
void DescribeBandwidthPackagesRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DescribeBandwidthPackagesRequest::getOwnerId()const
|
||||
@@ -123,6 +123,6 @@ long DescribeBandwidthPackagesRequest::getOwnerId()const
|
||||
void DescribeBandwidthPackagesRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DescribeClassicLinkInstancesRequest::getResourceOwnerId()const
|
||||
void DescribeClassicLinkInstancesRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DescribeClassicLinkInstancesRequest::getPageNumber()const
|
||||
@@ -46,7 +46,7 @@ std::string DescribeClassicLinkInstancesRequest::getPageNumber()const
|
||||
void DescribeClassicLinkInstancesRequest::setPageNumber(const std::string& pageNumber)
|
||||
{
|
||||
pageNumber_ = pageNumber;
|
||||
setCoreParameter("PageNumber", pageNumber);
|
||||
setParameter("PageNumber", pageNumber);
|
||||
}
|
||||
|
||||
std::string DescribeClassicLinkInstancesRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string DescribeClassicLinkInstancesRequest::getRegionId()const
|
||||
void DescribeClassicLinkInstancesRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DescribeClassicLinkInstancesRequest::getPageSize()const
|
||||
@@ -68,7 +68,7 @@ std::string DescribeClassicLinkInstancesRequest::getPageSize()const
|
||||
void DescribeClassicLinkInstancesRequest::setPageSize(const std::string& pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", pageSize);
|
||||
setParameter("PageSize", pageSize);
|
||||
}
|
||||
|
||||
std::string DescribeClassicLinkInstancesRequest::getResourceOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string DescribeClassicLinkInstancesRequest::getResourceOwnerAccount()const
|
||||
void DescribeClassicLinkInstancesRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
long DescribeClassicLinkInstancesRequest::getOwnerId()const
|
||||
@@ -90,7 +90,7 @@ long DescribeClassicLinkInstancesRequest::getOwnerId()const
|
||||
void DescribeClassicLinkInstancesRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string DescribeClassicLinkInstancesRequest::getInstanceId()const
|
||||
@@ -101,7 +101,7 @@ std::string DescribeClassicLinkInstancesRequest::getInstanceId()const
|
||||
void DescribeClassicLinkInstancesRequest::setInstanceId(const std::string& instanceId)
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
setCoreParameter("InstanceId", instanceId);
|
||||
setParameter("InstanceId", instanceId);
|
||||
}
|
||||
|
||||
std::string DescribeClassicLinkInstancesRequest::getVpcId()const
|
||||
@@ -112,6 +112,6 @@ std::string DescribeClassicLinkInstancesRequest::getVpcId()const
|
||||
void DescribeClassicLinkInstancesRequest::setVpcId(const std::string& vpcId)
|
||||
{
|
||||
vpcId_ = vpcId;
|
||||
setCoreParameter("VpcId", vpcId);
|
||||
setParameter("VpcId", vpcId);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DescribeCloudAssistantStatusRequest::getResourceOwnerId()const
|
||||
void DescribeCloudAssistantStatusRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DescribeCloudAssistantStatusRequest::getRegionId()const
|
||||
@@ -46,7 +46,7 @@ std::string DescribeCloudAssistantStatusRequest::getRegionId()const
|
||||
void DescribeCloudAssistantStatusRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DescribeCloudAssistantStatusRequest::getResourceOwnerAccount()const
|
||||
@@ -57,7 +57,7 @@ std::string DescribeCloudAssistantStatusRequest::getResourceOwnerAccount()const
|
||||
void DescribeCloudAssistantStatusRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DescribeCloudAssistantStatusRequest::getOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string DescribeCloudAssistantStatusRequest::getOwnerAccount()const
|
||||
void DescribeCloudAssistantStatusRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DescribeCloudAssistantStatusRequest::getOwnerId()const
|
||||
@@ -79,7 +79,7 @@ long DescribeCloudAssistantStatusRequest::getOwnerId()const
|
||||
void DescribeCloudAssistantStatusRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::vector<std::string> DescribeCloudAssistantStatusRequest::getInstanceId()const
|
||||
@@ -91,7 +91,7 @@ void DescribeCloudAssistantStatusRequest::setInstanceId(const std::vector<std::s
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
for(int dep1 = 0; dep1!= instanceId.size(); dep1++) {
|
||||
setCoreParameter("InstanceId."+ std::to_string(dep1), instanceId.at(dep1));
|
||||
setParameter("InstanceId."+ std::to_string(dep1), instanceId.at(dep1));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DescribeClustersRequest::getResourceOwnerId()const
|
||||
void DescribeClustersRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DescribeClustersRequest::getRegionId()const
|
||||
@@ -46,7 +46,7 @@ std::string DescribeClustersRequest::getRegionId()const
|
||||
void DescribeClustersRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DescribeClustersRequest::getResourceOwnerAccount()const
|
||||
@@ -57,7 +57,7 @@ std::string DescribeClustersRequest::getResourceOwnerAccount()const
|
||||
void DescribeClustersRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DescribeClustersRequest::getOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string DescribeClustersRequest::getOwnerAccount()const
|
||||
void DescribeClustersRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DescribeClustersRequest::getOwnerId()const
|
||||
@@ -79,6 +79,6 @@ long DescribeClustersRequest::getOwnerId()const
|
||||
void DescribeClustersRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DescribeCommandsRequest::getResourceOwnerId()const
|
||||
void DescribeCommandsRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getDescription()const
|
||||
@@ -46,7 +46,7 @@ std::string DescribeCommandsRequest::getDescription()const
|
||||
void DescribeCommandsRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getType()const
|
||||
@@ -57,7 +57,7 @@ std::string DescribeCommandsRequest::getType()const
|
||||
void DescribeCommandsRequest::setType(const std::string& type)
|
||||
{
|
||||
type_ = type;
|
||||
setCoreParameter("Type", type);
|
||||
setParameter("Type", type);
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getCommandId()const
|
||||
@@ -68,7 +68,7 @@ std::string DescribeCommandsRequest::getCommandId()const
|
||||
void DescribeCommandsRequest::setCommandId(const std::string& commandId)
|
||||
{
|
||||
commandId_ = commandId;
|
||||
setCoreParameter("CommandId", commandId);
|
||||
setParameter("CommandId", commandId);
|
||||
}
|
||||
|
||||
long DescribeCommandsRequest::getPageNumber()const
|
||||
@@ -79,7 +79,7 @@ long DescribeCommandsRequest::getPageNumber()const
|
||||
void DescribeCommandsRequest::setPageNumber(long pageNumber)
|
||||
{
|
||||
pageNumber_ = pageNumber;
|
||||
setCoreParameter("PageNumber", std::to_string(pageNumber));
|
||||
setParameter("PageNumber", std::to_string(pageNumber));
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getRegionId()const
|
||||
@@ -90,7 +90,7 @@ std::string DescribeCommandsRequest::getRegionId()const
|
||||
void DescribeCommandsRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getContentEncoding()const
|
||||
@@ -101,7 +101,7 @@ std::string DescribeCommandsRequest::getContentEncoding()const
|
||||
void DescribeCommandsRequest::setContentEncoding(const std::string& contentEncoding)
|
||||
{
|
||||
contentEncoding_ = contentEncoding;
|
||||
setCoreParameter("ContentEncoding", contentEncoding);
|
||||
setParameter("ContentEncoding", contentEncoding);
|
||||
}
|
||||
|
||||
long DescribeCommandsRequest::getPageSize()const
|
||||
@@ -112,7 +112,7 @@ long DescribeCommandsRequest::getPageSize()const
|
||||
void DescribeCommandsRequest::setPageSize(long pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getResourceOwnerAccount()const
|
||||
@@ -123,7 +123,7 @@ std::string DescribeCommandsRequest::getResourceOwnerAccount()const
|
||||
void DescribeCommandsRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getOwnerAccount()const
|
||||
@@ -134,7 +134,7 @@ std::string DescribeCommandsRequest::getOwnerAccount()const
|
||||
void DescribeCommandsRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DescribeCommandsRequest::getOwnerId()const
|
||||
@@ -145,7 +145,7 @@ long DescribeCommandsRequest::getOwnerId()const
|
||||
void DescribeCommandsRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getName()const
|
||||
@@ -156,6 +156,6 @@ std::string DescribeCommandsRequest::getName()const
|
||||
void DescribeCommandsRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
setParameter("Name", name);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ std::string DescribeDedicatedHostAutoRenewRequest::getDedicatedHostIds()const
|
||||
void DescribeDedicatedHostAutoRenewRequest::setDedicatedHostIds(const std::string& dedicatedHostIds)
|
||||
{
|
||||
dedicatedHostIds_ = dedicatedHostIds;
|
||||
setCoreParameter("DedicatedHostIds", dedicatedHostIds);
|
||||
setParameter("DedicatedHostIds", dedicatedHostIds);
|
||||
}
|
||||
|
||||
long DescribeDedicatedHostAutoRenewRequest::getResourceOwnerId()const
|
||||
@@ -46,7 +46,7 @@ long DescribeDedicatedHostAutoRenewRequest::getResourceOwnerId()const
|
||||
void DescribeDedicatedHostAutoRenewRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DescribeDedicatedHostAutoRenewRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string DescribeDedicatedHostAutoRenewRequest::getRegionId()const
|
||||
void DescribeDedicatedHostAutoRenewRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DescribeDedicatedHostAutoRenewRequest::getResourceOwnerAccount()const
|
||||
@@ -68,7 +68,7 @@ std::string DescribeDedicatedHostAutoRenewRequest::getResourceOwnerAccount()cons
|
||||
void DescribeDedicatedHostAutoRenewRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DescribeDedicatedHostAutoRenewRequest::getOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string DescribeDedicatedHostAutoRenewRequest::getOwnerAccount()const
|
||||
void DescribeDedicatedHostAutoRenewRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DescribeDedicatedHostAutoRenewRequest::getOwnerId()const
|
||||
@@ -90,6 +90,6 @@ long DescribeDedicatedHostAutoRenewRequest::getOwnerId()const
|
||||
void DescribeDedicatedHostAutoRenewRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DescribeDedicatedHostTypesRequest::getResourceOwnerId()const
|
||||
void DescribeDedicatedHostTypesRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string DescribeDedicatedHostTypesRequest::getSupportedInstanceTypeFamily()const
|
||||
@@ -46,7 +46,7 @@ std::string DescribeDedicatedHostTypesRequest::getSupportedInstanceTypeFamily()c
|
||||
void DescribeDedicatedHostTypesRequest::setSupportedInstanceTypeFamily(const std::string& supportedInstanceTypeFamily)
|
||||
{
|
||||
supportedInstanceTypeFamily_ = supportedInstanceTypeFamily;
|
||||
setCoreParameter("SupportedInstanceTypeFamily", supportedInstanceTypeFamily);
|
||||
setParameter("SupportedInstanceTypeFamily", supportedInstanceTypeFamily);
|
||||
}
|
||||
|
||||
std::string DescribeDedicatedHostTypesRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string DescribeDedicatedHostTypesRequest::getRegionId()const
|
||||
void DescribeDedicatedHostTypesRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
std::string DescribeDedicatedHostTypesRequest::getDedicatedHostType()const
|
||||
@@ -68,7 +68,7 @@ std::string DescribeDedicatedHostTypesRequest::getDedicatedHostType()const
|
||||
void DescribeDedicatedHostTypesRequest::setDedicatedHostType(const std::string& dedicatedHostType)
|
||||
{
|
||||
dedicatedHostType_ = dedicatedHostType;
|
||||
setCoreParameter("DedicatedHostType", dedicatedHostType);
|
||||
setParameter("DedicatedHostType", dedicatedHostType);
|
||||
}
|
||||
|
||||
std::string DescribeDedicatedHostTypesRequest::getResourceOwnerAccount()const
|
||||
@@ -79,7 +79,7 @@ std::string DescribeDedicatedHostTypesRequest::getResourceOwnerAccount()const
|
||||
void DescribeDedicatedHostTypesRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DescribeDedicatedHostTypesRequest::getOwnerAccount()const
|
||||
@@ -90,7 +90,7 @@ std::string DescribeDedicatedHostTypesRequest::getOwnerAccount()const
|
||||
void DescribeDedicatedHostTypesRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DescribeDedicatedHostTypesRequest::getOwnerId()const
|
||||
@@ -101,6 +101,6 @@ long DescribeDedicatedHostTypesRequest::getOwnerId()const
|
||||
void DescribeDedicatedHostTypesRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ std::string DescribeDedicatedHostsRequest::getDedicatedHostIds()const
|
||||
void DescribeDedicatedHostsRequest::setDedicatedHostIds(const std::string& dedicatedHostIds)
|
||||
{
|
||||
dedicatedHostIds_ = dedicatedHostIds;
|
||||
setCoreParameter("DedicatedHostIds", dedicatedHostIds);
|
||||
setParameter("DedicatedHostIds", dedicatedHostIds);
|
||||
}
|
||||
|
||||
long DescribeDedicatedHostsRequest::getResourceOwnerId()const
|
||||
@@ -46,7 +46,7 @@ long DescribeDedicatedHostsRequest::getResourceOwnerId()const
|
||||
void DescribeDedicatedHostsRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
int DescribeDedicatedHostsRequest::getPageNumber()const
|
||||
@@ -57,7 +57,7 @@ int DescribeDedicatedHostsRequest::getPageNumber()const
|
||||
void DescribeDedicatedHostsRequest::setPageNumber(int pageNumber)
|
||||
{
|
||||
pageNumber_ = pageNumber;
|
||||
setCoreParameter("PageNumber", std::to_string(pageNumber));
|
||||
setParameter("PageNumber", std::to_string(pageNumber));
|
||||
}
|
||||
|
||||
std::string DescribeDedicatedHostsRequest::getResourceGroupId()const
|
||||
@@ -68,7 +68,7 @@ std::string DescribeDedicatedHostsRequest::getResourceGroupId()const
|
||||
void DescribeDedicatedHostsRequest::setResourceGroupId(const std::string& resourceGroupId)
|
||||
{
|
||||
resourceGroupId_ = resourceGroupId;
|
||||
setCoreParameter("ResourceGroupId", resourceGroupId);
|
||||
setParameter("ResourceGroupId", resourceGroupId);
|
||||
}
|
||||
|
||||
std::string DescribeDedicatedHostsRequest::getLockReason()const
|
||||
@@ -79,7 +79,7 @@ std::string DescribeDedicatedHostsRequest::getLockReason()const
|
||||
void DescribeDedicatedHostsRequest::setLockReason(const std::string& lockReason)
|
||||
{
|
||||
lockReason_ = lockReason;
|
||||
setCoreParameter("LockReason", lockReason);
|
||||
setParameter("LockReason", lockReason);
|
||||
}
|
||||
|
||||
std::string DescribeDedicatedHostsRequest::getRegionId()const
|
||||
@@ -90,7 +90,7 @@ std::string DescribeDedicatedHostsRequest::getRegionId()const
|
||||
void DescribeDedicatedHostsRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
int DescribeDedicatedHostsRequest::getPageSize()const
|
||||
@@ -101,7 +101,7 @@ int DescribeDedicatedHostsRequest::getPageSize()const
|
||||
void DescribeDedicatedHostsRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeDedicatedHostsRequest::getDedicatedHostType()const
|
||||
@@ -112,7 +112,7 @@ std::string DescribeDedicatedHostsRequest::getDedicatedHostType()const
|
||||
void DescribeDedicatedHostsRequest::setDedicatedHostType(const std::string& dedicatedHostType)
|
||||
{
|
||||
dedicatedHostType_ = dedicatedHostType;
|
||||
setCoreParameter("DedicatedHostType", dedicatedHostType);
|
||||
setParameter("DedicatedHostType", dedicatedHostType);
|
||||
}
|
||||
|
||||
std::vector<DescribeDedicatedHostsRequest::Tag> DescribeDedicatedHostsRequest::getTag()const
|
||||
@@ -125,9 +125,9 @@ void DescribeDedicatedHostsRequest::setTag(const std::vector<Tag>& tag)
|
||||
tag_ = tag;
|
||||
for(int dep1 = 0; dep1!= tag.size(); dep1++) {
|
||||
auto tagObj = tag.at(dep1);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1);
|
||||
setCoreParameter(tagObjStr + ".Value", tagObj.value);
|
||||
setCoreParameter(tagObjStr + ".Key", tagObj.key);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1 + 1);
|
||||
setParameter(tagObjStr + ".Value", tagObj.value);
|
||||
setParameter(tagObjStr + ".Key", tagObj.key);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -139,7 +139,7 @@ std::string DescribeDedicatedHostsRequest::getDedicatedHostName()const
|
||||
void DescribeDedicatedHostsRequest::setDedicatedHostName(const std::string& dedicatedHostName)
|
||||
{
|
||||
dedicatedHostName_ = dedicatedHostName;
|
||||
setCoreParameter("DedicatedHostName", dedicatedHostName);
|
||||
setParameter("DedicatedHostName", dedicatedHostName);
|
||||
}
|
||||
|
||||
std::string DescribeDedicatedHostsRequest::getResourceOwnerAccount()const
|
||||
@@ -150,7 +150,7 @@ std::string DescribeDedicatedHostsRequest::getResourceOwnerAccount()const
|
||||
void DescribeDedicatedHostsRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DescribeDedicatedHostsRequest::getOwnerAccount()const
|
||||
@@ -161,7 +161,7 @@ std::string DescribeDedicatedHostsRequest::getOwnerAccount()const
|
||||
void DescribeDedicatedHostsRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
long DescribeDedicatedHostsRequest::getOwnerId()const
|
||||
@@ -172,7 +172,7 @@ long DescribeDedicatedHostsRequest::getOwnerId()const
|
||||
void DescribeDedicatedHostsRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string DescribeDedicatedHostsRequest::getZoneId()const
|
||||
@@ -183,7 +183,7 @@ std::string DescribeDedicatedHostsRequest::getZoneId()const
|
||||
void DescribeDedicatedHostsRequest::setZoneId(const std::string& zoneId)
|
||||
{
|
||||
zoneId_ = zoneId;
|
||||
setCoreParameter("ZoneId", zoneId);
|
||||
setParameter("ZoneId", zoneId);
|
||||
}
|
||||
|
||||
std::string DescribeDedicatedHostsRequest::getStatus()const
|
||||
@@ -194,6 +194,6 @@ std::string DescribeDedicatedHostsRequest::getStatus()const
|
||||
void DescribeDedicatedHostsRequest::setStatus(const std::string& status)
|
||||
{
|
||||
status_ = status;
|
||||
setCoreParameter("Status", status);
|
||||
setParameter("Status", status);
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ long DescribeDemandsRequest::getResourceOwnerId()const
|
||||
void DescribeDemandsRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
int DescribeDemandsRequest::getPageNumber()const
|
||||
@@ -46,7 +46,7 @@ int DescribeDemandsRequest::getPageNumber()const
|
||||
void DescribeDemandsRequest::setPageNumber(int pageNumber)
|
||||
{
|
||||
pageNumber_ = pageNumber;
|
||||
setCoreParameter("PageNumber", std::to_string(pageNumber));
|
||||
setParameter("PageNumber", std::to_string(pageNumber));
|
||||
}
|
||||
|
||||
std::string DescribeDemandsRequest::getRegionId()const
|
||||
@@ -57,7 +57,7 @@ std::string DescribeDemandsRequest::getRegionId()const
|
||||
void DescribeDemandsRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setCoreParameter("RegionId", regionId);
|
||||
setParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
int DescribeDemandsRequest::getPageSize()const
|
||||
@@ -68,7 +68,7 @@ int DescribeDemandsRequest::getPageSize()const
|
||||
void DescribeDemandsRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeDemandsRequest::getInstanceType()const
|
||||
@@ -79,7 +79,7 @@ std::string DescribeDemandsRequest::getInstanceType()const
|
||||
void DescribeDemandsRequest::setInstanceType(const std::string& instanceType)
|
||||
{
|
||||
instanceType_ = instanceType;
|
||||
setCoreParameter("InstanceType", instanceType);
|
||||
setParameter("InstanceType", instanceType);
|
||||
}
|
||||
|
||||
std::vector<DescribeDemandsRequest::Tag> DescribeDemandsRequest::getTag()const
|
||||
@@ -92,9 +92,9 @@ void DescribeDemandsRequest::setTag(const std::vector<Tag>& tag)
|
||||
tag_ = tag;
|
||||
for(int dep1 = 0; dep1!= tag.size(); dep1++) {
|
||||
auto tagObj = tag.at(dep1);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1);
|
||||
setCoreParameter(tagObjStr + ".Key", tagObj.key);
|
||||
setCoreParameter(tagObjStr + ".Value", tagObj.value);
|
||||
std::string tagObjStr = "Tag." + std::to_string(dep1 + 1);
|
||||
setParameter(tagObjStr + ".Key", tagObj.key);
|
||||
setParameter(tagObjStr + ".Value", tagObj.value);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -106,7 +106,7 @@ std::string DescribeDemandsRequest::getInstanceChargeType()const
|
||||
void DescribeDemandsRequest::setInstanceChargeType(const std::string& instanceChargeType)
|
||||
{
|
||||
instanceChargeType_ = instanceChargeType;
|
||||
setCoreParameter("InstanceChargeType", instanceChargeType);
|
||||
setParameter("InstanceChargeType", instanceChargeType);
|
||||
}
|
||||
|
||||
bool DescribeDemandsRequest::getDryRun()const
|
||||
@@ -117,7 +117,7 @@ bool DescribeDemandsRequest::getDryRun()const
|
||||
void DescribeDemandsRequest::setDryRun(bool dryRun)
|
||||
{
|
||||
dryRun_ = dryRun;
|
||||
setCoreParameter("DryRun", dryRun ? "true" : "false");
|
||||
setParameter("DryRun", dryRun ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string DescribeDemandsRequest::getResourceOwnerAccount()const
|
||||
@@ -128,7 +128,7 @@ std::string DescribeDemandsRequest::getResourceOwnerAccount()const
|
||||
void DescribeDemandsRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DescribeDemandsRequest::getOwnerAccount()const
|
||||
@@ -139,7 +139,7 @@ std::string DescribeDemandsRequest::getOwnerAccount()const
|
||||
void DescribeDemandsRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
std::string DescribeDemandsRequest::getInstanceTypeFamily()const
|
||||
@@ -150,7 +150,7 @@ std::string DescribeDemandsRequest::getInstanceTypeFamily()const
|
||||
void DescribeDemandsRequest::setInstanceTypeFamily(const std::string& instanceTypeFamily)
|
||||
{
|
||||
instanceTypeFamily_ = instanceTypeFamily;
|
||||
setCoreParameter("InstanceTypeFamily", instanceTypeFamily);
|
||||
setParameter("InstanceTypeFamily", instanceTypeFamily);
|
||||
}
|
||||
|
||||
long DescribeDemandsRequest::getOwnerId()const
|
||||
@@ -161,7 +161,7 @@ long DescribeDemandsRequest::getOwnerId()const
|
||||
void DescribeDemandsRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::vector<std::string> DescribeDemandsRequest::getDemandStatus()const
|
||||
@@ -173,7 +173,7 @@ void DescribeDemandsRequest::setDemandStatus(const std::vector<std::string>& dem
|
||||
{
|
||||
demandStatus_ = demandStatus;
|
||||
for(int dep1 = 0; dep1!= demandStatus.size(); dep1++) {
|
||||
setCoreParameter("DemandStatus."+ std::to_string(dep1), demandStatus.at(dep1));
|
||||
setParameter("DemandStatus."+ std::to_string(dep1), demandStatus.at(dep1));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -185,7 +185,7 @@ std::string DescribeDemandsRequest::getDemandId()const
|
||||
void DescribeDemandsRequest::setDemandId(const std::string& demandId)
|
||||
{
|
||||
demandId_ = demandId;
|
||||
setCoreParameter("DemandId", demandId);
|
||||
setParameter("DemandId", demandId);
|
||||
}
|
||||
|
||||
std::string DescribeDemandsRequest::getZoneId()const
|
||||
@@ -196,7 +196,7 @@ std::string DescribeDemandsRequest::getZoneId()const
|
||||
void DescribeDemandsRequest::setZoneId(const std::string& zoneId)
|
||||
{
|
||||
zoneId_ = zoneId;
|
||||
setCoreParameter("ZoneId", zoneId);
|
||||
setParameter("ZoneId", zoneId);
|
||||
}
|
||||
|
||||
std::string DescribeDemandsRequest::getDemandType()const
|
||||
@@ -207,6 +207,6 @@ std::string DescribeDemandsRequest::getDemandType()const
|
||||
void DescribeDemandsRequest::setDemandType(const std::string& demandType)
|
||||
{
|
||||
demandType_ = demandType;
|
||||
setCoreParameter("DemandType", demandType);
|
||||
setParameter("DemandType", demandType);
|
||||
}
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user