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::Cloudwf::Model::GetBatchSaveApAssetProgressRequest;
GetBatchSaveApAssetProgressRequest::GetBatchSaveApAssetProgressRequest() :
RpcServiceRequest("cloudwf", "2017-03-28", "GetBatchSaveApAssetProgress")
{}
{
setMethod(HttpRequest::Method::Post);
}
GetBatchSaveApAssetProgressRequest::~GetBatchSaveApAssetProgressRequest()
{}
@@ -33,6 +35,6 @@ std::string GetBatchSaveApAssetProgressRequest::getAccessKeyId()const
void GetBatchSaveApAssetProgressRequest::setAccessKeyId(const std::string& accessKeyId)
{
accessKeyId_ = accessKeyId;
setCoreParameter("AccessKeyId", accessKeyId);
setParameter("AccessKeyId", accessKeyId);
}