Generated 2020-06-01 for SWAS-OPEN.
This commit is contained in:
@@ -61,15 +61,6 @@ void CreateCustomImageRequest::setDescription(const std::string &description) {
|
||||
setParameter(std::string("Description"), description);
|
||||
}
|
||||
|
||||
std::string CreateCustomImageRequest::getResoureGroupId() const {
|
||||
return resoureGroupId_;
|
||||
}
|
||||
|
||||
void CreateCustomImageRequest::setResoureGroupId(const std::string &resoureGroupId) {
|
||||
resoureGroupId_ = resoureGroupId;
|
||||
setParameter(std::string("ResoureGroupId"), resoureGroupId);
|
||||
}
|
||||
|
||||
std::string CreateCustomImageRequest::getPlatform() const {
|
||||
return platform_;
|
||||
}
|
||||
@@ -79,6 +70,15 @@ void CreateCustomImageRequest::setPlatform(const std::string &platform) {
|
||||
setParameter(std::string("Platform"), platform);
|
||||
}
|
||||
|
||||
std::string CreateCustomImageRequest::getResourceGroupId() const {
|
||||
return resourceGroupId_;
|
||||
}
|
||||
|
||||
void CreateCustomImageRequest::setResourceGroupId(const std::string &resourceGroupId) {
|
||||
resourceGroupId_ = resourceGroupId;
|
||||
setParameter(std::string("ResourceGroupId"), resourceGroupId);
|
||||
}
|
||||
|
||||
std::string CreateCustomImageRequest::getRegionId() const {
|
||||
return regionId_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user