/* * Copyright 2009-2017 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #include using AlibabaCloud::Ecs::Model::DeleteHpcClusterRequest; DeleteHpcClusterRequest::DeleteHpcClusterRequest() : RpcServiceRequest("ecs", "2014-05-26", "DeleteHpcCluster") {} DeleteHpcClusterRequest::~DeleteHpcClusterRequest() {} long DeleteHpcClusterRequest::getResourceOwnerId()const { return resourceOwnerId_; } void DeleteHpcClusterRequest::setResourceOwnerId(long resourceOwnerId) { resourceOwnerId_ = resourceOwnerId; setParameter("ResourceOwnerId", std::to_string(resourceOwnerId)); } std::string DeleteHpcClusterRequest::getHpcClusterId()const { return hpcClusterId_; } void DeleteHpcClusterRequest::setHpcClusterId(const std::string& hpcClusterId) { hpcClusterId_ = hpcClusterId; setParameter("HpcClusterId", hpcClusterId); } std::string DeleteHpcClusterRequest::getClientToken()const { return clientToken_; } void DeleteHpcClusterRequest::setClientToken(const std::string& clientToken) { clientToken_ = clientToken; setParameter("ClientToken", clientToken); } long DeleteHpcClusterRequest::getCallerParentId()const { return callerParentId_; } void DeleteHpcClusterRequest::setCallerParentId(long callerParentId) { callerParentId_ = callerParentId; setParameter("CallerParentId", std::to_string(callerParentId)); } bool DeleteHpcClusterRequest::getProxy_original_security_transport()const { return proxy_original_security_transport_; } void DeleteHpcClusterRequest::setProxy_original_security_transport(bool proxy_original_security_transport) { proxy_original_security_transport_ = proxy_original_security_transport; setParameter("Proxy_original_security_transport", std::to_string(proxy_original_security_transport)); } std::string DeleteHpcClusterRequest::getProxy_original_source_ip()const { return proxy_original_source_ip_; } void DeleteHpcClusterRequest::setProxy_original_source_ip(const std::string& proxy_original_source_ip) { proxy_original_source_ip_ = proxy_original_source_ip; setParameter("Proxy_original_source_ip", proxy_original_source_ip); } std::string DeleteHpcClusterRequest::getOwnerIdLoginEmail()const { return ownerIdLoginEmail_; } void DeleteHpcClusterRequest::setOwnerIdLoginEmail(const std::string& ownerIdLoginEmail) { ownerIdLoginEmail_ = ownerIdLoginEmail; setParameter("OwnerIdLoginEmail", ownerIdLoginEmail); } std::string DeleteHpcClusterRequest::getCallerType()const { return callerType_; } void DeleteHpcClusterRequest::setCallerType(const std::string& callerType) { callerType_ = callerType; setParameter("CallerType", callerType); } std::string DeleteHpcClusterRequest::getAccessKeyId()const { return accessKeyId_; } void DeleteHpcClusterRequest::setAccessKeyId(const std::string& accessKeyId) { accessKeyId_ = accessKeyId; setParameter("AccessKeyId", accessKeyId); } std::string DeleteHpcClusterRequest::getSourceRegionId()const { return sourceRegionId_; } void DeleteHpcClusterRequest::setSourceRegionId(const std::string& sourceRegionId) { sourceRegionId_ = sourceRegionId; setParameter("SourceRegionId", sourceRegionId); } std::string DeleteHpcClusterRequest::getRegionId()const { return regionId_; } void DeleteHpcClusterRequest::setRegionId(const std::string& regionId) { regionId_ = regionId; setParameter("RegionId", regionId); } std::string DeleteHpcClusterRequest::getSecurityToken()const { return securityToken_; } void DeleteHpcClusterRequest::setSecurityToken(const std::string& securityToken) { securityToken_ = securityToken; setParameter("SecurityToken", securityToken); } bool DeleteHpcClusterRequest::getEnable()const { return enable_; } void DeleteHpcClusterRequest::setEnable(bool enable) { enable_ = enable; setParameter("Enable", std::to_string(enable)); } std::string DeleteHpcClusterRequest::getRequestContent()const { return requestContent_; } void DeleteHpcClusterRequest::setRequestContent(const std::string& requestContent) { requestContent_ = requestContent; setParameter("RequestContent", requestContent); } std::string DeleteHpcClusterRequest::getCallerBidEmail()const { return callerBidEmail_; } void DeleteHpcClusterRequest::setCallerBidEmail(const std::string& callerBidEmail) { callerBidEmail_ = callerBidEmail; setParameter("CallerBidEmail", callerBidEmail); } std::string DeleteHpcClusterRequest::getCallerUidEmail()const { return callerUidEmail_; } void DeleteHpcClusterRequest::setCallerUidEmail(const std::string& callerUidEmail) { callerUidEmail_ = callerUidEmail; setParameter("CallerUidEmail", callerUidEmail); } long DeleteHpcClusterRequest::getCallerUid()const { return callerUid_; } void DeleteHpcClusterRequest::setCallerUid(long callerUid) { callerUid_ = callerUid; setParameter("CallerUid", std::to_string(callerUid)); } std::string DeleteHpcClusterRequest::getApp_ip()const { return app_ip_; } void DeleteHpcClusterRequest::setApp_ip(const std::string& app_ip) { app_ip_ = app_ip; setParameter("App_ip", app_ip); } std::string DeleteHpcClusterRequest::getResourceOwnerAccount()const { return resourceOwnerAccount_; } void DeleteHpcClusterRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount) { resourceOwnerAccount_ = resourceOwnerAccount; setParameter("ResourceOwnerAccount", resourceOwnerAccount); } std::string DeleteHpcClusterRequest::getOwnerAccount()const { return ownerAccount_; } void DeleteHpcClusterRequest::setOwnerAccount(const std::string& ownerAccount) { ownerAccount_ = ownerAccount; setParameter("OwnerAccount", ownerAccount); } std::string DeleteHpcClusterRequest::getCallerBid()const { return callerBid_; } void DeleteHpcClusterRequest::setCallerBid(const std::string& callerBid) { callerBid_ = callerBid; setParameter("CallerBid", callerBid); } long DeleteHpcClusterRequest::getOwnerId()const { return ownerId_; } void DeleteHpcClusterRequest::setOwnerId(long ownerId) { ownerId_ = ownerId; setParameter("OwnerId", std::to_string(ownerId)); } bool DeleteHpcClusterRequest::getProxy_trust_transport_info()const { return proxy_trust_transport_info_; } void DeleteHpcClusterRequest::setProxy_trust_transport_info(bool proxy_trust_transport_info) { proxy_trust_transport_info_ = proxy_trust_transport_info; setParameter("Proxy_trust_transport_info", std::to_string(proxy_trust_transport_info)); } bool DeleteHpcClusterRequest::getAk_mfa_present()const { return ak_mfa_present_; } void DeleteHpcClusterRequest::setAk_mfa_present(bool ak_mfa_present) { ak_mfa_present_ = ak_mfa_present; setParameter("Ak_mfa_present", std::to_string(ak_mfa_present)); } bool DeleteHpcClusterRequest::getSecurity_transport()const { return security_transport_; } void DeleteHpcClusterRequest::setSecurity_transport(bool security_transport) { security_transport_ = security_transport; setParameter("Security_transport", std::to_string(security_transport)); } std::string DeleteHpcClusterRequest::getRequestId()const { return requestId_; } void DeleteHpcClusterRequest::setRequestId(const std::string& requestId) { requestId_ = requestId; setParameter("RequestId", requestId); }