Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dd6bc60245 | ||
|
|
9e40693b46 | ||
|
|
9a1d8f666c | ||
|
|
fc583688b3 | ||
|
|
9df24cf9eb | ||
|
|
3e7b519b35 | ||
|
|
31b25aab35 | ||
|
|
09607080ce |
25
CHANGELOG
25
CHANGELOG
@@ -1,3 +1,28 @@
|
||||
2020-02-12 Version 1.36.255
|
||||
- Support mau.
|
||||
|
||||
2020-02-11 Version 1.36.254
|
||||
- Return `VpcInstanceId ` for DescribeDBClusterEndpoints.
|
||||
- Add DescribeBackupLogs.
|
||||
|
||||
2020-02-11 Version 1.36.253
|
||||
- Support ModifyInstanceAttributes for SecurityGroupIds.
|
||||
|
||||
2020-02-11 Version 1.36.252
|
||||
- Update default endpoints.
|
||||
|
||||
2020-02-10 Version 1.36.251
|
||||
- Supported address for GetMediaMeta.
|
||||
|
||||
2020-02-07 Version 1.36.250
|
||||
- Fix bug for DescribeZoneInfo, delete return result of reionId.
|
||||
- Fix bug for DeleteZone, parameter zoneId change to compulsory.
|
||||
- Fix bug for SetProxyPattern, parameter zoneId change to compulsory.
|
||||
|
||||
2020-02-05 Version 1.36.249
|
||||
- Supported GetOfficePreviewURL.
|
||||
- Supported RefreshOfficePreviewToken.
|
||||
|
||||
2020-02-04 Version 1.36.248
|
||||
- Update default endpoints.
|
||||
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT AddTagsRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Tag
|
||||
{
|
||||
std::string value;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT AllocateDedicatedHostsRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Tag
|
||||
{
|
||||
std::string key;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT CopyImageRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Tag
|
||||
{
|
||||
std::string value;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT CreateAutoProvisioningGroupRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct LaunchTemplateConfig
|
||||
{
|
||||
std::string instanceType;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT CreateDiskRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Tag
|
||||
{
|
||||
std::string value;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT CreateImageRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct DiskDeviceMapping
|
||||
{
|
||||
std::string snapshotId;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT CreateInstanceRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Tag
|
||||
{
|
||||
std::string value;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT CreateKeyPairRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Tag
|
||||
{
|
||||
std::string value;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT CreateLaunchTemplateRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct TemplateTag
|
||||
{
|
||||
std::string key;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT CreateLaunchTemplateVersionRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Tag
|
||||
{
|
||||
std::string key;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT CreateNatGatewayRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct BandwidthPackage
|
||||
{
|
||||
int bandwidth;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT CreateNetworkInterfaceRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Tag
|
||||
{
|
||||
std::string key;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT CreateRouteEntryRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct NextHopList
|
||||
{
|
||||
std::string nextHopId;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT CreateSecurityGroupRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Tag
|
||||
{
|
||||
std::string value;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT CreateSnapshotRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Tag
|
||||
{
|
||||
std::string value;
|
||||
@@ -60,6 +61,8 @@ namespace AlibabaCloud
|
||||
void setOwnerId(long ownerId);
|
||||
int getRetentionDays()const;
|
||||
void setRetentionDays(int retentionDays);
|
||||
std::string getCategory()const;
|
||||
void setCategory(const std::string& category);
|
||||
|
||||
private:
|
||||
long resourceOwnerId_;
|
||||
@@ -72,6 +75,7 @@ namespace AlibabaCloud
|
||||
std::string ownerAccount_;
|
||||
long ownerId_;
|
||||
int retentionDays_;
|
||||
std::string category_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT DeleteRouteEntryRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct NextHopList
|
||||
{
|
||||
std::string nextHopId;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT DescribeAccessPointsRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Filter
|
||||
{
|
||||
std::vector<std::string> value;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT DescribeDedicatedHostsRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Tag
|
||||
{
|
||||
std::string value;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT DescribeDemandsRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Tag
|
||||
{
|
||||
std::string key;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT DescribeDisksRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Tag
|
||||
{
|
||||
std::string value;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT DescribeHaVipsRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Filter
|
||||
{
|
||||
std::vector<std::string> value;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT DescribeImageSupportInstanceTypesRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Filter
|
||||
{
|
||||
std::string value;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT DescribeImagesRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Tag
|
||||
{
|
||||
std::string value;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT DescribeInstancesRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Tag
|
||||
{
|
||||
std::string value;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT DescribeKeyPairsRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Tag
|
||||
{
|
||||
std::string value;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT DescribeLaunchTemplatesRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct TemplateTag
|
||||
{
|
||||
std::string key;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT DescribeNetworkInterfacesRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Tag
|
||||
{
|
||||
std::string key;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT DescribePhysicalConnectionsRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Filter
|
||||
{
|
||||
std::vector<std::string> value;
|
||||
|
||||
@@ -67,6 +67,8 @@ namespace AlibabaCloud
|
||||
void setReservedInstanceName(const std::string& reservedInstanceName);
|
||||
std::vector<std::string> getStatus()const;
|
||||
void setStatus(const std::vector<std::string>& status);
|
||||
std::string getAllocationType()const;
|
||||
void setAllocationType(const std::string& allocationType);
|
||||
|
||||
private:
|
||||
long resourceOwnerId_;
|
||||
@@ -85,6 +87,7 @@ namespace AlibabaCloud
|
||||
std::string zoneId_;
|
||||
std::string reservedInstanceName_;
|
||||
std::vector<std::string> status_;
|
||||
std::string allocationType_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -40,6 +40,7 @@ namespace AlibabaCloud
|
||||
};
|
||||
std::string status;
|
||||
std::string description;
|
||||
std::string allocationStatus;
|
||||
std::string zoneId;
|
||||
std::string platform;
|
||||
std::string resourceGroupId;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT DescribeResourceByTagsRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Tag
|
||||
{
|
||||
std::string value;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT DescribeRouterInterfacesRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Filter
|
||||
{
|
||||
std::vector<std::string> value;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT DescribeSecurityGroupsRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Tag
|
||||
{
|
||||
std::string value;
|
||||
|
||||
@@ -36,6 +36,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
std::string instanceName;
|
||||
int totalCount;
|
||||
std::string category;
|
||||
int sourceDiskSize;
|
||||
std::string instanceId;
|
||||
std::string snapshotLinkId;
|
||||
|
||||
@@ -51,6 +51,8 @@ namespace AlibabaCloud
|
||||
void setEndTime(const std::string& endTime);
|
||||
long getOwnerId()const;
|
||||
void setOwnerId(long ownerId);
|
||||
std::string getCategory()const;
|
||||
void setCategory(const std::string& category);
|
||||
|
||||
private:
|
||||
long resourceOwnerId_;
|
||||
@@ -61,6 +63,7 @@ namespace AlibabaCloud
|
||||
std::string ownerAccount_;
|
||||
std::string endTime_;
|
||||
long ownerId_;
|
||||
std::string category_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT DescribeSnapshotsRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Tag
|
||||
{
|
||||
std::string value;
|
||||
|
||||
@@ -44,6 +44,7 @@ namespace AlibabaCloud
|
||||
std::string usage;
|
||||
std::string description;
|
||||
std::string kMSKeyId;
|
||||
std::string category;
|
||||
std::string resourceGroupId;
|
||||
std::string productCode;
|
||||
bool encrypted;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT DescribeTagsRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Tag
|
||||
{
|
||||
std::string value;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT DescribeVirtualBorderRoutersForPhysicalConnectionRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Filter
|
||||
{
|
||||
std::vector<std::string> value;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT DescribeVirtualBorderRoutersRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Filter
|
||||
{
|
||||
std::vector<std::string> value;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT ImportImageRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct DiskDeviceMapping
|
||||
{
|
||||
std::string oSSBucket;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT ListTagResourcesRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Tag
|
||||
{
|
||||
std::string key;
|
||||
|
||||
@@ -57,6 +57,8 @@ namespace AlibabaCloud
|
||||
void setCreditSpecification(const std::string& creditSpecification);
|
||||
long getOwnerId()const;
|
||||
void setOwnerId(long ownerId);
|
||||
std::vector<std::string> getSecurityGroupIds()const;
|
||||
void setSecurityGroupIds(const std::vector<std::string>& securityGroupIds);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
std::string getInstanceName()const;
|
||||
@@ -74,6 +76,7 @@ namespace AlibabaCloud
|
||||
std::string ownerAccount_;
|
||||
std::string creditSpecification_;
|
||||
long ownerId_;
|
||||
std::vector<std::string> securityGroupIds_;
|
||||
std::string instanceId_;
|
||||
std::string instanceName_;
|
||||
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT ModifyInstanceMaintenanceAttributesRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct MaintenanceWindow
|
||||
{
|
||||
std::string startTime;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT ModifyReservedInstancesRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Configuration
|
||||
{
|
||||
std::string zoneId;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT RemoveTagsRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Tag
|
||||
{
|
||||
std::string value;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT RunInstancesRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Tag
|
||||
{
|
||||
std::string key;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_ECS_EXPORT TagResourcesRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Tag
|
||||
{
|
||||
std::string key;
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user