regenerate code
This commit is contained in:
@@ -20,7 +20,9 @@ using AlibabaCloud::Openanalytics::Model::CloseProductAccountRequest;
|
||||
|
||||
CloseProductAccountRequest::CloseProductAccountRequest() :
|
||||
RpcServiceRequest("openanalytics", "2018-03-01", "CloseProductAccount")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
CloseProductAccountRequest::~CloseProductAccountRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string CloseProductAccountRequest::getRegionID()const
|
||||
void CloseProductAccountRequest::setRegionID(const std::string& regionID)
|
||||
{
|
||||
regionID_ = regionID;
|
||||
setCoreParameter("RegionID", regionID);
|
||||
setBodyParameter("RegionID", regionID);
|
||||
}
|
||||
|
||||
std::string CloseProductAccountRequest::getProductCode()const
|
||||
@@ -44,7 +46,7 @@ std::string CloseProductAccountRequest::getProductCode()const
|
||||
void CloseProductAccountRequest::setProductCode(const std::string& productCode)
|
||||
{
|
||||
productCode_ = productCode;
|
||||
setCoreParameter("ProductCode", productCode);
|
||||
setBodyParameter("ProductCode", productCode);
|
||||
}
|
||||
|
||||
std::string CloseProductAccountRequest::getProductAccessKey()const
|
||||
@@ -55,7 +57,7 @@ std::string CloseProductAccountRequest::getProductAccessKey()const
|
||||
void CloseProductAccountRequest::setProductAccessKey(const std::string& productAccessKey)
|
||||
{
|
||||
productAccessKey_ = productAccessKey;
|
||||
setCoreParameter("ProductAccessKey", productAccessKey);
|
||||
setBodyParameter("ProductAccessKey", productAccessKey);
|
||||
}
|
||||
|
||||
std::string CloseProductAccountRequest::getTargetUid()const
|
||||
@@ -66,7 +68,7 @@ std::string CloseProductAccountRequest::getTargetUid()const
|
||||
void CloseProductAccountRequest::setTargetUid(const std::string& targetUid)
|
||||
{
|
||||
targetUid_ = targetUid;
|
||||
setCoreParameter("TargetUid", targetUid);
|
||||
setBodyParameter("TargetUid", targetUid);
|
||||
}
|
||||
|
||||
std::string CloseProductAccountRequest::getTargetArnRole()const
|
||||
@@ -77,6 +79,6 @@ std::string CloseProductAccountRequest::getTargetArnRole()const
|
||||
void CloseProductAccountRequest::setTargetArnRole(const std::string& targetArnRole)
|
||||
{
|
||||
targetArnRole_ = targetArnRole;
|
||||
setCoreParameter("TargetArnRole", targetArnRole);
|
||||
setBodyParameter("TargetArnRole", targetArnRole);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Openanalytics::Model::DescribeRegionListRequest;
|
||||
|
||||
DescribeRegionListRequest::DescribeRegionListRequest() :
|
||||
RpcServiceRequest("openanalytics", "2018-03-01", "DescribeRegionList")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeRegionListRequest::~DescribeRegionListRequest()
|
||||
{}
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Openanalytics::Model::GetAllowIPRequest;
|
||||
|
||||
GetAllowIPRequest::GetAllowIPRequest() :
|
||||
RpcServiceRequest("openanalytics", "2018-03-01", "GetAllowIP")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetAllowIPRequest::~GetAllowIPRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetAllowIPRequest::getRegionID()const
|
||||
void GetAllowIPRequest::setRegionID(const std::string& regionID)
|
||||
{
|
||||
regionID_ = regionID;
|
||||
setCoreParameter("RegionID", regionID);
|
||||
setBodyParameter("RegionID", regionID);
|
||||
}
|
||||
|
||||
long GetAllowIPRequest::getUserID()const
|
||||
@@ -44,7 +46,7 @@ long GetAllowIPRequest::getUserID()const
|
||||
void GetAllowIPRequest::setUserID(long userID)
|
||||
{
|
||||
userID_ = userID;
|
||||
setCoreParameter("UserID", std::to_string(userID));
|
||||
setBodyParameter("UserID", std::to_string(userID));
|
||||
}
|
||||
|
||||
std::string GetAllowIPRequest::getNetworkType()const
|
||||
@@ -55,6 +57,6 @@ std::string GetAllowIPRequest::getNetworkType()const
|
||||
void GetAllowIPRequest::setNetworkType(const std::string& networkType)
|
||||
{
|
||||
networkType_ = networkType;
|
||||
setCoreParameter("NetworkType", networkType);
|
||||
setBodyParameter("NetworkType", networkType);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Openanalytics::Model::GetEndPointByDomainRequest;
|
||||
|
||||
GetEndPointByDomainRequest::GetEndPointByDomainRequest() :
|
||||
RpcServiceRequest("openanalytics", "2018-03-01", "GetEndPointByDomain")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetEndPointByDomainRequest::~GetEndPointByDomainRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetEndPointByDomainRequest::getRegionID()const
|
||||
void GetEndPointByDomainRequest::setRegionID(const std::string& regionID)
|
||||
{
|
||||
regionID_ = regionID;
|
||||
setCoreParameter("RegionID", regionID);
|
||||
setBodyParameter("RegionID", regionID);
|
||||
}
|
||||
|
||||
long GetEndPointByDomainRequest::getUserID()const
|
||||
@@ -44,7 +46,7 @@ long GetEndPointByDomainRequest::getUserID()const
|
||||
void GetEndPointByDomainRequest::setUserID(long userID)
|
||||
{
|
||||
userID_ = userID;
|
||||
setCoreParameter("UserID", std::to_string(userID));
|
||||
setBodyParameter("UserID", std::to_string(userID));
|
||||
}
|
||||
|
||||
std::string GetEndPointByDomainRequest::getDomainURL()const
|
||||
@@ -55,6 +57,6 @@ std::string GetEndPointByDomainRequest::getDomainURL()const
|
||||
void GetEndPointByDomainRequest::setDomainURL(const std::string& domainURL)
|
||||
{
|
||||
domainURL_ = domainURL;
|
||||
setCoreParameter("DomainURL", domainURL);
|
||||
setBodyParameter("DomainURL", domainURL);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Openanalytics::Model::GetProductStatusRequest;
|
||||
|
||||
GetProductStatusRequest::GetProductStatusRequest() :
|
||||
RpcServiceRequest("openanalytics", "2018-03-01", "GetProductStatus")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetProductStatusRequest::~GetProductStatusRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetProductStatusRequest::getRegionID()const
|
||||
void GetProductStatusRequest::setRegionID(const std::string& regionID)
|
||||
{
|
||||
regionID_ = regionID;
|
||||
setCoreParameter("RegionID", regionID);
|
||||
setBodyParameter("RegionID", regionID);
|
||||
}
|
||||
|
||||
std::string GetProductStatusRequest::getProductCode()const
|
||||
@@ -44,7 +46,7 @@ std::string GetProductStatusRequest::getProductCode()const
|
||||
void GetProductStatusRequest::setProductCode(const std::string& productCode)
|
||||
{
|
||||
productCode_ = productCode;
|
||||
setCoreParameter("ProductCode", productCode);
|
||||
setBodyParameter("ProductCode", productCode);
|
||||
}
|
||||
|
||||
std::string GetProductStatusRequest::getProductAccessKey()const
|
||||
@@ -55,7 +57,7 @@ std::string GetProductStatusRequest::getProductAccessKey()const
|
||||
void GetProductStatusRequest::setProductAccessKey(const std::string& productAccessKey)
|
||||
{
|
||||
productAccessKey_ = productAccessKey;
|
||||
setCoreParameter("ProductAccessKey", productAccessKey);
|
||||
setBodyParameter("ProductAccessKey", productAccessKey);
|
||||
}
|
||||
|
||||
std::string GetProductStatusRequest::getTargetUid()const
|
||||
@@ -66,7 +68,7 @@ std::string GetProductStatusRequest::getTargetUid()const
|
||||
void GetProductStatusRequest::setTargetUid(const std::string& targetUid)
|
||||
{
|
||||
targetUid_ = targetUid;
|
||||
setCoreParameter("TargetUid", targetUid);
|
||||
setBodyParameter("TargetUid", targetUid);
|
||||
}
|
||||
|
||||
std::string GetProductStatusRequest::getTargetArnRole()const
|
||||
@@ -77,6 +79,6 @@ std::string GetProductStatusRequest::getTargetArnRole()const
|
||||
void GetProductStatusRequest::setTargetArnRole(const std::string& targetArnRole)
|
||||
{
|
||||
targetArnRole_ = targetArnRole;
|
||||
setCoreParameter("TargetArnRole", targetArnRole);
|
||||
setBodyParameter("TargetArnRole", targetArnRole);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Openanalytics::Model::GetRegionStatusRequest;
|
||||
|
||||
GetRegionStatusRequest::GetRegionStatusRequest() :
|
||||
RpcServiceRequest("openanalytics", "2018-03-01", "GetRegionStatus")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetRegionStatusRequest::~GetRegionStatusRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetRegionStatusRequest::getRegionID()const
|
||||
void GetRegionStatusRequest::setRegionID(const std::string& regionID)
|
||||
{
|
||||
regionID_ = regionID;
|
||||
setCoreParameter("RegionID", regionID);
|
||||
setBodyParameter("RegionID", regionID);
|
||||
}
|
||||
|
||||
long GetRegionStatusRequest::getTargetUid()const
|
||||
@@ -44,6 +46,6 @@ long GetRegionStatusRequest::getTargetUid()const
|
||||
void GetRegionStatusRequest::setTargetUid(long targetUid)
|
||||
{
|
||||
targetUid_ = targetUid;
|
||||
setCoreParameter("TargetUid", std::to_string(targetUid));
|
||||
setBodyParameter("TargetUid", std::to_string(targetUid));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Openanalytics::Model::OpenProductAccountRequest;
|
||||
|
||||
OpenProductAccountRequest::OpenProductAccountRequest() :
|
||||
RpcServiceRequest("openanalytics", "2018-03-01", "OpenProductAccount")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
OpenProductAccountRequest::~OpenProductAccountRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string OpenProductAccountRequest::getRegionID()const
|
||||
void OpenProductAccountRequest::setRegionID(const std::string& regionID)
|
||||
{
|
||||
regionID_ = regionID;
|
||||
setCoreParameter("RegionID", regionID);
|
||||
setBodyParameter("RegionID", regionID);
|
||||
}
|
||||
|
||||
std::string OpenProductAccountRequest::getProductCode()const
|
||||
@@ -44,7 +46,7 @@ std::string OpenProductAccountRequest::getProductCode()const
|
||||
void OpenProductAccountRequest::setProductCode(const std::string& productCode)
|
||||
{
|
||||
productCode_ = productCode;
|
||||
setCoreParameter("ProductCode", productCode);
|
||||
setBodyParameter("ProductCode", productCode);
|
||||
}
|
||||
|
||||
std::string OpenProductAccountRequest::getProductAccessKey()const
|
||||
@@ -55,7 +57,7 @@ std::string OpenProductAccountRequest::getProductAccessKey()const
|
||||
void OpenProductAccountRequest::setProductAccessKey(const std::string& productAccessKey)
|
||||
{
|
||||
productAccessKey_ = productAccessKey;
|
||||
setCoreParameter("ProductAccessKey", productAccessKey);
|
||||
setBodyParameter("ProductAccessKey", productAccessKey);
|
||||
}
|
||||
|
||||
std::string OpenProductAccountRequest::getTargetUid()const
|
||||
@@ -66,7 +68,7 @@ std::string OpenProductAccountRequest::getTargetUid()const
|
||||
void OpenProductAccountRequest::setTargetUid(const std::string& targetUid)
|
||||
{
|
||||
targetUid_ = targetUid;
|
||||
setCoreParameter("TargetUid", targetUid);
|
||||
setBodyParameter("TargetUid", targetUid);
|
||||
}
|
||||
|
||||
std::string OpenProductAccountRequest::getTargetArnRole()const
|
||||
@@ -77,6 +79,6 @@ std::string OpenProductAccountRequest::getTargetArnRole()const
|
||||
void OpenProductAccountRequest::setTargetArnRole(const std::string& targetArnRole)
|
||||
{
|
||||
targetArnRole_ = targetArnRole;
|
||||
setCoreParameter("TargetArnRole", targetArnRole);
|
||||
setBodyParameter("TargetArnRole", targetArnRole);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Openanalytics::Model::QueryEndPointListRequest;
|
||||
|
||||
QueryEndPointListRequest::QueryEndPointListRequest() :
|
||||
RpcServiceRequest("openanalytics", "2018-03-01", "QueryEndPointList")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
QueryEndPointListRequest::~QueryEndPointListRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string QueryEndPointListRequest::getRegionID()const
|
||||
void QueryEndPointListRequest::setRegionID(const std::string& regionID)
|
||||
{
|
||||
regionID_ = regionID;
|
||||
setCoreParameter("RegionID", regionID);
|
||||
setBodyParameter("RegionID", regionID);
|
||||
}
|
||||
|
||||
long QueryEndPointListRequest::getUserID()const
|
||||
@@ -44,6 +46,6 @@ long QueryEndPointListRequest::getUserID()const
|
||||
void QueryEndPointListRequest::setUserID(long userID)
|
||||
{
|
||||
userID_ = userID;
|
||||
setCoreParameter("UserID", std::to_string(userID));
|
||||
setBodyParameter("UserID", std::to_string(userID));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Openanalytics::Model::SetAllowIPRequest;
|
||||
|
||||
SetAllowIPRequest::SetAllowIPRequest() :
|
||||
RpcServiceRequest("openanalytics", "2018-03-01", "SetAllowIP")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
SetAllowIPRequest::~SetAllowIPRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string SetAllowIPRequest::getRegionID()const
|
||||
void SetAllowIPRequest::setRegionID(const std::string& regionID)
|
||||
{
|
||||
regionID_ = regionID;
|
||||
setCoreParameter("RegionID", regionID);
|
||||
setBodyParameter("RegionID", regionID);
|
||||
}
|
||||
|
||||
long SetAllowIPRequest::getUserID()const
|
||||
@@ -44,7 +46,7 @@ long SetAllowIPRequest::getUserID()const
|
||||
void SetAllowIPRequest::setUserID(long userID)
|
||||
{
|
||||
userID_ = userID;
|
||||
setCoreParameter("UserID", std::to_string(userID));
|
||||
setBodyParameter("UserID", std::to_string(userID));
|
||||
}
|
||||
|
||||
std::string SetAllowIPRequest::getNetworkType()const
|
||||
@@ -55,7 +57,7 @@ std::string SetAllowIPRequest::getNetworkType()const
|
||||
void SetAllowIPRequest::setNetworkType(const std::string& networkType)
|
||||
{
|
||||
networkType_ = networkType;
|
||||
setCoreParameter("NetworkType", networkType);
|
||||
setBodyParameter("NetworkType", networkType);
|
||||
}
|
||||
|
||||
std::string SetAllowIPRequest::getAllowIP()const
|
||||
@@ -66,7 +68,7 @@ std::string SetAllowIPRequest::getAllowIP()const
|
||||
void SetAllowIPRequest::setAllowIP(const std::string& allowIP)
|
||||
{
|
||||
allowIP_ = allowIP;
|
||||
setCoreParameter("AllowIP", allowIP);
|
||||
setBodyParameter("AllowIP", allowIP);
|
||||
}
|
||||
|
||||
bool SetAllowIPRequest::getAppend()const
|
||||
@@ -77,6 +79,6 @@ bool SetAllowIPRequest::getAppend()const
|
||||
void SetAllowIPRequest::setAppend(bool append)
|
||||
{
|
||||
append_ = append;
|
||||
setCoreParameter("Append", append ? "true" : "false");
|
||||
setBodyParameter("Append", append ? "true" : "false");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user