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:
haowei.yao
2019-03-28 14:35:48 +08:00
parent 1befab93b1
commit 436b88a23f
255 changed files with 4154 additions and 4094 deletions

View File

@@ -33,7 +33,7 @@ long CreateSimulatedSystemEventsRequest::getResourceOwnerId()const
void CreateSimulatedSystemEventsRequest::setResourceOwnerId(long resourceOwnerId)
{
resourceOwnerId_ = resourceOwnerId;
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
}
std::string CreateSimulatedSystemEventsRequest::getNotBefore()const
@@ -44,7 +44,7 @@ std::string CreateSimulatedSystemEventsRequest::getNotBefore()const
void CreateSimulatedSystemEventsRequest::setNotBefore(const std::string& notBefore)
{
notBefore_ = notBefore;
setParameter("NotBefore", notBefore);
setCoreParameter("NotBefore", notBefore);
}
long CreateSimulatedSystemEventsRequest::getCallerParentId()const
@@ -55,7 +55,7 @@ long CreateSimulatedSystemEventsRequest::getCallerParentId()const
void CreateSimulatedSystemEventsRequest::setCallerParentId(long callerParentId)
{
callerParentId_ = callerParentId;
setParameter("CallerParentId", std::to_string(callerParentId));
setCoreParameter("CallerParentId", std::to_string(callerParentId));
}
bool CreateSimulatedSystemEventsRequest::getProxy_original_security_transport()const
@@ -66,7 +66,7 @@ bool CreateSimulatedSystemEventsRequest::getProxy_original_security_transport()c
void CreateSimulatedSystemEventsRequest::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 CreateSimulatedSystemEventsRequest::getProxy_original_source_ip()const
@@ -77,7 +77,7 @@ std::string CreateSimulatedSystemEventsRequest::getProxy_original_source_ip()con
void CreateSimulatedSystemEventsRequest::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 CreateSimulatedSystemEventsRequest::getOwnerIdLoginEmail()const
@@ -88,7 +88,7 @@ std::string CreateSimulatedSystemEventsRequest::getOwnerIdLoginEmail()const
void CreateSimulatedSystemEventsRequest::setOwnerIdLoginEmail(const std::string& ownerIdLoginEmail)
{
ownerIdLoginEmail_ = ownerIdLoginEmail;
setParameter("OwnerIdLoginEmail", ownerIdLoginEmail);
setCoreParameter("OwnerIdLoginEmail", ownerIdLoginEmail);
}
std::string CreateSimulatedSystemEventsRequest::getCallerType()const
@@ -99,7 +99,7 @@ std::string CreateSimulatedSystemEventsRequest::getCallerType()const
void CreateSimulatedSystemEventsRequest::setCallerType(const std::string& callerType)
{
callerType_ = callerType;
setParameter("CallerType", callerType);
setCoreParameter("CallerType", callerType);
}
std::string CreateSimulatedSystemEventsRequest::getAccessKeyId()const
@@ -110,7 +110,7 @@ std::string CreateSimulatedSystemEventsRequest::getAccessKeyId()const
void CreateSimulatedSystemEventsRequest::setAccessKeyId(const std::string& accessKeyId)
{
accessKeyId_ = accessKeyId;
setParameter("AccessKeyId", accessKeyId);
setCoreParameter("AccessKeyId", accessKeyId);
}
std::string CreateSimulatedSystemEventsRequest::getResourceGroupId()const
@@ -121,7 +121,7 @@ std::string CreateSimulatedSystemEventsRequest::getResourceGroupId()const
void CreateSimulatedSystemEventsRequest::setResourceGroupId(const std::string& resourceGroupId)
{
resourceGroupId_ = resourceGroupId;
setParameter("ResourceGroupId", resourceGroupId);
setCoreParameter("ResourceGroupId", resourceGroupId);
}
std::string CreateSimulatedSystemEventsRequest::getSecurityToken()const
@@ -132,7 +132,7 @@ std::string CreateSimulatedSystemEventsRequest::getSecurityToken()const
void CreateSimulatedSystemEventsRequest::setSecurityToken(const std::string& securityToken)
{
securityToken_ = securityToken;
setParameter("SecurityToken", securityToken);
setCoreParameter("SecurityToken", securityToken);
}
std::string CreateSimulatedSystemEventsRequest::getRegionId()const
@@ -143,7 +143,7 @@ std::string CreateSimulatedSystemEventsRequest::getRegionId()const
void CreateSimulatedSystemEventsRequest::setRegionId(const std::string& regionId)
{
regionId_ = regionId;
setParameter("RegionId", regionId);
setCoreParameter("RegionId", regionId);
}
bool CreateSimulatedSystemEventsRequest::getEnable()const
@@ -154,7 +154,7 @@ bool CreateSimulatedSystemEventsRequest::getEnable()const
void CreateSimulatedSystemEventsRequest::setEnable(bool enable)
{
enable_ = enable;
setParameter("Enable", enable ? "true" : "false");
setCoreParameter("Enable", enable ? "true" : "false");
}
std::string CreateSimulatedSystemEventsRequest::getRequestContent()const
@@ -165,7 +165,7 @@ std::string CreateSimulatedSystemEventsRequest::getRequestContent()const
void CreateSimulatedSystemEventsRequest::setRequestContent(const std::string& requestContent)
{
requestContent_ = requestContent;
setParameter("RequestContent", requestContent);
setCoreParameter("RequestContent", requestContent);
}
std::string CreateSimulatedSystemEventsRequest::getCallerBidEmail()const
@@ -176,7 +176,7 @@ std::string CreateSimulatedSystemEventsRequest::getCallerBidEmail()const
void CreateSimulatedSystemEventsRequest::setCallerBidEmail(const std::string& callerBidEmail)
{
callerBidEmail_ = callerBidEmail;
setParameter("CallerBidEmail", callerBidEmail);
setCoreParameter("CallerBidEmail", callerBidEmail);
}
std::string CreateSimulatedSystemEventsRequest::getCallerUidEmail()const
@@ -187,7 +187,7 @@ std::string CreateSimulatedSystemEventsRequest::getCallerUidEmail()const
void CreateSimulatedSystemEventsRequest::setCallerUidEmail(const std::string& callerUidEmail)
{
callerUidEmail_ = callerUidEmail;
setParameter("CallerUidEmail", callerUidEmail);
setCoreParameter("CallerUidEmail", callerUidEmail);
}
long CreateSimulatedSystemEventsRequest::getCallerUid()const
@@ -198,7 +198,7 @@ long CreateSimulatedSystemEventsRequest::getCallerUid()const
void CreateSimulatedSystemEventsRequest::setCallerUid(long callerUid)
{
callerUid_ = callerUid;
setParameter("CallerUid", std::to_string(callerUid));
setCoreParameter("CallerUid", std::to_string(callerUid));
}
std::string CreateSimulatedSystemEventsRequest::getApp_ip()const
@@ -209,7 +209,7 @@ std::string CreateSimulatedSystemEventsRequest::getApp_ip()const
void CreateSimulatedSystemEventsRequest::setApp_ip(const std::string& app_ip)
{
app_ip_ = app_ip;
setParameter("App_ip", app_ip);
setCoreParameter("App_ip", app_ip);
}
std::string CreateSimulatedSystemEventsRequest::getResourceOwnerAccount()const
@@ -220,7 +220,7 @@ std::string CreateSimulatedSystemEventsRequest::getResourceOwnerAccount()const
void CreateSimulatedSystemEventsRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
{
resourceOwnerAccount_ = resourceOwnerAccount;
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
}
std::string CreateSimulatedSystemEventsRequest::getOwnerAccount()const
@@ -231,7 +231,7 @@ std::string CreateSimulatedSystemEventsRequest::getOwnerAccount()const
void CreateSimulatedSystemEventsRequest::setOwnerAccount(const std::string& ownerAccount)
{
ownerAccount_ = ownerAccount;
setParameter("OwnerAccount", ownerAccount);
setCoreParameter("OwnerAccount", ownerAccount);
}
std::string CreateSimulatedSystemEventsRequest::getCallerBid()const
@@ -242,7 +242,7 @@ std::string CreateSimulatedSystemEventsRequest::getCallerBid()const
void CreateSimulatedSystemEventsRequest::setCallerBid(const std::string& callerBid)
{
callerBid_ = callerBid;
setParameter("CallerBid", callerBid);
setCoreParameter("CallerBid", callerBid);
}
long CreateSimulatedSystemEventsRequest::getOwnerId()const
@@ -253,7 +253,7 @@ long CreateSimulatedSystemEventsRequest::getOwnerId()const
void CreateSimulatedSystemEventsRequest::setOwnerId(long ownerId)
{
ownerId_ = ownerId;
setParameter("OwnerId", std::to_string(ownerId));
setCoreParameter("OwnerId", std::to_string(ownerId));
}
bool CreateSimulatedSystemEventsRequest::getProxy_trust_transport_info()const
@@ -264,7 +264,7 @@ bool CreateSimulatedSystemEventsRequest::getProxy_trust_transport_info()const
void CreateSimulatedSystemEventsRequest::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 CreateSimulatedSystemEventsRequest::getAk_mfa_present()const
@@ -275,7 +275,7 @@ bool CreateSimulatedSystemEventsRequest::getAk_mfa_present()const
void CreateSimulatedSystemEventsRequest::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 CreateSimulatedSystemEventsRequest::getSecurity_transport()const
@@ -286,7 +286,7 @@ bool CreateSimulatedSystemEventsRequest::getSecurity_transport()const
void CreateSimulatedSystemEventsRequest::setSecurity_transport(bool security_transport)
{
security_transport_ = security_transport;
setParameter("Security_transport", security_transport ? "true" : "false");
setCoreParameter("Security_transport", security_transport ? "true" : "false");
}
std::vector<std::string> CreateSimulatedSystemEventsRequest::getInstanceId()const
@@ -298,7 +298,7 @@ void CreateSimulatedSystemEventsRequest::setInstanceId(const std::vector<std::st
{
instanceId_ = instanceId;
for(int i = 0; i!= instanceId.size(); i++)
setParameter("InstanceId."+ std::to_string(i), instanceId.at(i));
setCoreParameter("InstanceId."+ std::to_string(i), instanceId.at(i));
}
std::string CreateSimulatedSystemEventsRequest::getRequestId()const
@@ -309,7 +309,7 @@ std::string CreateSimulatedSystemEventsRequest::getRequestId()const
void CreateSimulatedSystemEventsRequest::setRequestId(const std::string& requestId)
{
requestId_ = requestId;
setParameter("RequestId", requestId);
setCoreParameter("RequestId", requestId);
}
std::string CreateSimulatedSystemEventsRequest::getEventType()const
@@ -320,6 +320,6 @@ std::string CreateSimulatedSystemEventsRequest::getEventType()const
void CreateSimulatedSystemEventsRequest::setEventType(const std::string& eventType)
{
eventType_ = eventType;
setParameter("EventType", eventType);
setCoreParameter("EventType", eventType);
}