regenerate code

This commit is contained in:
wb-hx510875
2020-03-26 17:27:13 +08:00
committed by Axios
parent cba94f2119
commit f0c2600a26
6249 changed files with 188711 additions and 43443 deletions

View File

@@ -20,7 +20,9 @@ using AlibabaCloud::Ram::Model::GetPolicyRequest;
GetPolicyRequest::GetPolicyRequest() :
RpcServiceRequest("ram", "2015-05-01", "GetPolicy")
{}
{
setMethod(HttpRequest::Method::Post);
}
GetPolicyRequest::~GetPolicyRequest()
{}
@@ -33,7 +35,7 @@ std::string GetPolicyRequest::getPolicyType()const
void GetPolicyRequest::setPolicyType(const std::string& policyType)
{
policyType_ = policyType;
setCoreParameter("PolicyType", policyType);
setParameter("PolicyType", policyType);
}
std::string GetPolicyRequest::getPolicyName()const
@@ -44,6 +46,6 @@ std::string GetPolicyRequest::getPolicyName()const
void GetPolicyRequest::setPolicyName(const std::string& policyName)
{
policyName_ = policyName;
setCoreParameter("PolicyName", policyName);
setParameter("PolicyName", policyName);
}