Generate SDK by new Generator

This commit is contained in:
wb-hx510875
2019-09-18 11:18:56 +08:00
parent be86048a76
commit f3eaf1d292
9054 changed files with 325898 additions and 381375 deletions

View File

@@ -25,17 +25,6 @@ DeleteBatchResourceUsersRequest::DeleteBatchResourceUsersRequest() :
DeleteBatchResourceUsersRequest::~DeleteBatchResourceUsersRequest()
{}
std::string DeleteBatchResourceUsersRequest::getApp_ip()const
{
return app_ip_;
}
void DeleteBatchResourceUsersRequest::setApp_ip(const std::string& app_ip)
{
app_ip_ = app_ip;
setCoreParameter("App_ip", app_ip);
}
long DeleteBatchResourceUsersRequest::getResourceOwnerId()const
{
return resourceOwnerId_;
@@ -58,17 +47,6 @@ void DeleteBatchResourceUsersRequest::setResourceId(const std::string& resourceI
setCoreParameter("ResourceId", resourceId);
}
long DeleteBatchResourceUsersRequest::getCallerParentId()const
{
return callerParentId_;
}
void DeleteBatchResourceUsersRequest::setCallerParentId(long callerParentId)
{
callerParentId_ = callerParentId;
setCoreParameter("CallerParentId", std::to_string(callerParentId));
}
std::vector<std::string> DeleteBatchResourceUsersRequest::getUserIdList()const
{
return userIdList_;
@@ -81,39 +59,6 @@ void DeleteBatchResourceUsersRequest::setUserIdList(const std::vector<std::strin
setCoreParameter("UserIdList."+ std::to_string(i), userIdList.at(i));
}
bool DeleteBatchResourceUsersRequest::getProxy_original_security_transport()const
{
return proxy_original_security_transport_;
}
void DeleteBatchResourceUsersRequest::setProxy_original_security_transport(bool proxy_original_security_transport)
{
proxy_original_security_transport_ = proxy_original_security_transport;
setCoreParameter("Proxy_original_security_transport", proxy_original_security_transport ? "true" : "false");
}
std::string DeleteBatchResourceUsersRequest::getCallerBid()const
{
return callerBid_;
}
void DeleteBatchResourceUsersRequest::setCallerBid(const std::string& callerBid)
{
callerBid_ = callerBid;
setCoreParameter("CallerBid", callerBid);
}
std::string DeleteBatchResourceUsersRequest::getProxy_original_source_ip()const
{
return proxy_original_source_ip_;
}
void DeleteBatchResourceUsersRequest::setProxy_original_source_ip(const std::string& proxy_original_source_ip)
{
proxy_original_source_ip_ = proxy_original_source_ip;
setCoreParameter("Proxy_original_source_ip", proxy_original_source_ip);
}
std::string DeleteBatchResourceUsersRequest::getResourceType()const
{
return resourceType_;
@@ -125,39 +70,6 @@ void DeleteBatchResourceUsersRequest::setResourceType(const std::string& resourc
setCoreParameter("ResourceType", resourceType);
}
bool DeleteBatchResourceUsersRequest::getAk_mfa_present()const
{
return ak_mfa_present_;
}
void DeleteBatchResourceUsersRequest::setAk_mfa_present(bool ak_mfa_present)
{
ak_mfa_present_ = ak_mfa_present;
setCoreParameter("Ak_mfa_present", ak_mfa_present ? "true" : "false");
}
bool DeleteBatchResourceUsersRequest::getProxy_trust_transport_info()const
{
return proxy_trust_transport_info_;
}
void DeleteBatchResourceUsersRequest::setProxy_trust_transport_info(bool proxy_trust_transport_info)
{
proxy_trust_transport_info_ = proxy_trust_transport_info;
setCoreParameter("Proxy_trust_transport_info", proxy_trust_transport_info ? "true" : "false");
}
std::string DeleteBatchResourceUsersRequest::getCallerType()const
{
return callerType_;
}
void DeleteBatchResourceUsersRequest::setCallerType(const std::string& callerType)
{
callerType_ = callerType;
setCoreParameter("CallerType", callerType);
}
std::string DeleteBatchResourceUsersRequest::getAccessKeyId()const
{
return accessKeyId_;
@@ -169,28 +81,6 @@ void DeleteBatchResourceUsersRequest::setAccessKeyId(const std::string& accessKe
setCoreParameter("AccessKeyId", accessKeyId);
}
bool DeleteBatchResourceUsersRequest::getSecurity_transport()const
{
return security_transport_;
}
void DeleteBatchResourceUsersRequest::setSecurity_transport(bool security_transport)
{
security_transport_ = security_transport;
setCoreParameter("Security_transport", security_transport ? "true" : "false");
}
std::string DeleteBatchResourceUsersRequest::getSecurityToken()const
{
return securityToken_;
}
void DeleteBatchResourceUsersRequest::setSecurityToken(const std::string& securityToken)
{
securityToken_ = securityToken;
setCoreParameter("SecurityToken", securityToken);
}
std::string DeleteBatchResourceUsersRequest::getRegionId()const
{
return regionId_;
@@ -202,25 +92,3 @@ void DeleteBatchResourceUsersRequest::setRegionId(const std::string& regionId)
setCoreParameter("RegionId", regionId);
}
std::string DeleteBatchResourceUsersRequest::getRequestId()const
{
return requestId_;
}
void DeleteBatchResourceUsersRequest::setRequestId(const std::string& requestId)
{
requestId_ = requestId;
setCoreParameter("RequestId", requestId);
}
long DeleteBatchResourceUsersRequest::getCallerUid()const
{
return callerUid_;
}
void DeleteBatchResourceUsersRequest::setCallerUid(long callerUid)
{
callerUid_ = callerUid;
setCoreParameter("CallerUid", std::to_string(callerUid));
}