ECS SDK Auto Released By hongchen,Version:1.35.1
Signed-off-by: haowei.yao <haowei.yao@alibaba-inc.com>
This commit is contained in:
@@ -33,7 +33,7 @@ long DescribeCommandsRequest::getResourceOwnerId()const
|
||||
void DescribeCommandsRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
long DescribeCommandsRequest::getCallerParentId()const
|
||||
@@ -44,7 +44,7 @@ long DescribeCommandsRequest::getCallerParentId()const
|
||||
void DescribeCommandsRequest::setCallerParentId(long callerParentId)
|
||||
{
|
||||
callerParentId_ = callerParentId;
|
||||
setParameter("CallerParentId", std::to_string(callerParentId));
|
||||
setCoreParameter("CallerParentId", std::to_string(callerParentId));
|
||||
}
|
||||
|
||||
bool DescribeCommandsRequest::getProxy_original_security_transport()const
|
||||
@@ -55,7 +55,7 @@ bool DescribeCommandsRequest::getProxy_original_security_transport()const
|
||||
void DescribeCommandsRequest::setProxy_original_security_transport(bool proxy_original_security_transport)
|
||||
{
|
||||
proxy_original_security_transport_ = proxy_original_security_transport;
|
||||
setParameter("Proxy_original_security_transport", proxy_original_security_transport ? "true" : "false");
|
||||
setCoreParameter("Proxy_original_security_transport", proxy_original_security_transport ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getDescription()const
|
||||
@@ -66,7 +66,7 @@ std::string DescribeCommandsRequest::getDescription()const
|
||||
void DescribeCommandsRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setParameter("Description", description);
|
||||
setCoreParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getProxy_original_source_ip()const
|
||||
@@ -77,7 +77,7 @@ std::string DescribeCommandsRequest::getProxy_original_source_ip()const
|
||||
void DescribeCommandsRequest::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);
|
||||
setCoreParameter("Proxy_original_source_ip", proxy_original_source_ip);
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getType()const
|
||||
@@ -88,7 +88,7 @@ std::string DescribeCommandsRequest::getType()const
|
||||
void DescribeCommandsRequest::setType(const std::string& type)
|
||||
{
|
||||
type_ = type;
|
||||
setParameter("Type", type);
|
||||
setCoreParameter("Type", type);
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getCommandId()const
|
||||
@@ -99,7 +99,7 @@ std::string DescribeCommandsRequest::getCommandId()const
|
||||
void DescribeCommandsRequest::setCommandId(const std::string& commandId)
|
||||
{
|
||||
commandId_ = commandId;
|
||||
setParameter("CommandId", commandId);
|
||||
setCoreParameter("CommandId", commandId);
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getOwnerIdLoginEmail()const
|
||||
@@ -110,7 +110,7 @@ std::string DescribeCommandsRequest::getOwnerIdLoginEmail()const
|
||||
void DescribeCommandsRequest::setOwnerIdLoginEmail(const std::string& ownerIdLoginEmail)
|
||||
{
|
||||
ownerIdLoginEmail_ = ownerIdLoginEmail;
|
||||
setParameter("OwnerIdLoginEmail", ownerIdLoginEmail);
|
||||
setCoreParameter("OwnerIdLoginEmail", ownerIdLoginEmail);
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getCallerType()const
|
||||
@@ -121,7 +121,7 @@ std::string DescribeCommandsRequest::getCallerType()const
|
||||
void DescribeCommandsRequest::setCallerType(const std::string& callerType)
|
||||
{
|
||||
callerType_ = callerType;
|
||||
setParameter("CallerType", callerType);
|
||||
setCoreParameter("CallerType", callerType);
|
||||
}
|
||||
|
||||
long DescribeCommandsRequest::getPageNumber()const
|
||||
@@ -132,7 +132,7 @@ long DescribeCommandsRequest::getPageNumber()const
|
||||
void DescribeCommandsRequest::setPageNumber(long pageNumber)
|
||||
{
|
||||
pageNumber_ = pageNumber;
|
||||
setParameter("PageNumber", std::to_string(pageNumber));
|
||||
setCoreParameter("PageNumber", std::to_string(pageNumber));
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getAccessKeyId()const
|
||||
@@ -143,7 +143,7 @@ std::string DescribeCommandsRequest::getAccessKeyId()const
|
||||
void DescribeCommandsRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getSourceRegionId()const
|
||||
@@ -154,7 +154,7 @@ std::string DescribeCommandsRequest::getSourceRegionId()const
|
||||
void DescribeCommandsRequest::setSourceRegionId(const std::string& sourceRegionId)
|
||||
{
|
||||
sourceRegionId_ = sourceRegionId;
|
||||
setParameter("SourceRegionId", sourceRegionId);
|
||||
setCoreParameter("SourceRegionId", sourceRegionId);
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getSecurityToken()const
|
||||
@@ -165,7 +165,7 @@ std::string DescribeCommandsRequest::getSecurityToken()const
|
||||
void DescribeCommandsRequest::setSecurityToken(const std::string& securityToken)
|
||||
{
|
||||
securityToken_ = securityToken;
|
||||
setParameter("SecurityToken", securityToken);
|
||||
setCoreParameter("SecurityToken", securityToken);
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getRegionId()const
|
||||
@@ -176,7 +176,7 @@ std::string DescribeCommandsRequest::getRegionId()const
|
||||
void DescribeCommandsRequest::setRegionId(const std::string& regionId)
|
||||
{
|
||||
regionId_ = regionId;
|
||||
setParameter("RegionId", regionId);
|
||||
setCoreParameter("RegionId", regionId);
|
||||
}
|
||||
|
||||
bool DescribeCommandsRequest::getEnable()const
|
||||
@@ -187,7 +187,7 @@ bool DescribeCommandsRequest::getEnable()const
|
||||
void DescribeCommandsRequest::setEnable(bool enable)
|
||||
{
|
||||
enable_ = enable;
|
||||
setParameter("Enable", enable ? "true" : "false");
|
||||
setCoreParameter("Enable", enable ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getRequestContent()const
|
||||
@@ -198,7 +198,7 @@ std::string DescribeCommandsRequest::getRequestContent()const
|
||||
void DescribeCommandsRequest::setRequestContent(const std::string& requestContent)
|
||||
{
|
||||
requestContent_ = requestContent;
|
||||
setParameter("RequestContent", requestContent);
|
||||
setCoreParameter("RequestContent", requestContent);
|
||||
}
|
||||
|
||||
long DescribeCommandsRequest::getPageSize()const
|
||||
@@ -209,7 +209,7 @@ long DescribeCommandsRequest::getPageSize()const
|
||||
void DescribeCommandsRequest::setPageSize(long pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getCallerBidEmail()const
|
||||
@@ -220,7 +220,7 @@ std::string DescribeCommandsRequest::getCallerBidEmail()const
|
||||
void DescribeCommandsRequest::setCallerBidEmail(const std::string& callerBidEmail)
|
||||
{
|
||||
callerBidEmail_ = callerBidEmail;
|
||||
setParameter("CallerBidEmail", callerBidEmail);
|
||||
setCoreParameter("CallerBidEmail", callerBidEmail);
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getCallerUidEmail()const
|
||||
@@ -231,7 +231,7 @@ std::string DescribeCommandsRequest::getCallerUidEmail()const
|
||||
void DescribeCommandsRequest::setCallerUidEmail(const std::string& callerUidEmail)
|
||||
{
|
||||
callerUidEmail_ = callerUidEmail;
|
||||
setParameter("CallerUidEmail", callerUidEmail);
|
||||
setCoreParameter("CallerUidEmail", callerUidEmail);
|
||||
}
|
||||
|
||||
long DescribeCommandsRequest::getCallerUid()const
|
||||
@@ -242,7 +242,7 @@ long DescribeCommandsRequest::getCallerUid()const
|
||||
void DescribeCommandsRequest::setCallerUid(long callerUid)
|
||||
{
|
||||
callerUid_ = callerUid;
|
||||
setParameter("CallerUid", std::to_string(callerUid));
|
||||
setCoreParameter("CallerUid", std::to_string(callerUid));
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getApp_ip()const
|
||||
@@ -253,7 +253,7 @@ std::string DescribeCommandsRequest::getApp_ip()const
|
||||
void DescribeCommandsRequest::setApp_ip(const std::string& app_ip)
|
||||
{
|
||||
app_ip_ = app_ip;
|
||||
setParameter("App_ip", app_ip);
|
||||
setCoreParameter("App_ip", app_ip);
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getResourceOwnerAccount()const
|
||||
@@ -264,7 +264,7 @@ std::string DescribeCommandsRequest::getResourceOwnerAccount()const
|
||||
void DescribeCommandsRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getOwnerAccount()const
|
||||
@@ -275,7 +275,7 @@ std::string DescribeCommandsRequest::getOwnerAccount()const
|
||||
void DescribeCommandsRequest::setOwnerAccount(const std::string& ownerAccount)
|
||||
{
|
||||
ownerAccount_ = ownerAccount;
|
||||
setParameter("OwnerAccount", ownerAccount);
|
||||
setCoreParameter("OwnerAccount", ownerAccount);
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getCallerBid()const
|
||||
@@ -286,7 +286,7 @@ std::string DescribeCommandsRequest::getCallerBid()const
|
||||
void DescribeCommandsRequest::setCallerBid(const std::string& callerBid)
|
||||
{
|
||||
callerBid_ = callerBid;
|
||||
setParameter("CallerBid", callerBid);
|
||||
setCoreParameter("CallerBid", callerBid);
|
||||
}
|
||||
|
||||
long DescribeCommandsRequest::getOwnerId()const
|
||||
@@ -297,7 +297,7 @@ long DescribeCommandsRequest::getOwnerId()const
|
||||
void DescribeCommandsRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
bool DescribeCommandsRequest::getProxy_trust_transport_info()const
|
||||
@@ -308,7 +308,7 @@ bool DescribeCommandsRequest::getProxy_trust_transport_info()const
|
||||
void DescribeCommandsRequest::setProxy_trust_transport_info(bool proxy_trust_transport_info)
|
||||
{
|
||||
proxy_trust_transport_info_ = proxy_trust_transport_info;
|
||||
setParameter("Proxy_trust_transport_info", proxy_trust_transport_info ? "true" : "false");
|
||||
setCoreParameter("Proxy_trust_transport_info", proxy_trust_transport_info ? "true" : "false");
|
||||
}
|
||||
|
||||
bool DescribeCommandsRequest::getAk_mfa_present()const
|
||||
@@ -319,7 +319,7 @@ bool DescribeCommandsRequest::getAk_mfa_present()const
|
||||
void DescribeCommandsRequest::setAk_mfa_present(bool ak_mfa_present)
|
||||
{
|
||||
ak_mfa_present_ = ak_mfa_present;
|
||||
setParameter("Ak_mfa_present", ak_mfa_present ? "true" : "false");
|
||||
setCoreParameter("Ak_mfa_present", ak_mfa_present ? "true" : "false");
|
||||
}
|
||||
|
||||
bool DescribeCommandsRequest::getSecurity_transport()const
|
||||
@@ -330,7 +330,7 @@ bool DescribeCommandsRequest::getSecurity_transport()const
|
||||
void DescribeCommandsRequest::setSecurity_transport(bool security_transport)
|
||||
{
|
||||
security_transport_ = security_transport;
|
||||
setParameter("Security_transport", security_transport ? "true" : "false");
|
||||
setCoreParameter("Security_transport", security_transport ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getRequestId()const
|
||||
@@ -341,7 +341,7 @@ std::string DescribeCommandsRequest::getRequestId()const
|
||||
void DescribeCommandsRequest::setRequestId(const std::string& requestId)
|
||||
{
|
||||
requestId_ = requestId;
|
||||
setParameter("RequestId", requestId);
|
||||
setCoreParameter("RequestId", requestId);
|
||||
}
|
||||
|
||||
std::string DescribeCommandsRequest::getName()const
|
||||
@@ -352,6 +352,6 @@ std::string DescribeCommandsRequest::getName()const
|
||||
void DescribeCommandsRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setParameter("Name", name);
|
||||
setCoreParameter("Name", name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user