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,52 +20,54 @@ using AlibabaCloud::Live::Model::DeleteLiveRealTimeLogLogstoreRequest;
DeleteLiveRealTimeLogLogstoreRequest::DeleteLiveRealTimeLogLogstoreRequest() :
RpcServiceRequest("live", "2016-11-01", "DeleteLiveRealTimeLogLogstore")
{}
{
setMethod(HttpRequest::Method::Get);
}
DeleteLiveRealTimeLogLogstoreRequest::~DeleteLiveRealTimeLogLogstoreRequest()
{}
std::string DeleteLiveRealTimeLogLogstoreRequest::getProject()const
{
return project_;
}
void DeleteLiveRealTimeLogLogstoreRequest::setProject(const std::string& project)
{
project_ = project;
setCoreParameter("Project", project);
}
long DeleteLiveRealTimeLogLogstoreRequest::getOwnerId()const
{
return ownerId_;
}
void DeleteLiveRealTimeLogLogstoreRequest::setOwnerId(long ownerId)
{
ownerId_ = ownerId;
setCoreParameter("OwnerId", std::to_string(ownerId));
}
std::string DeleteLiveRealTimeLogLogstoreRequest::getRegion()const
{
return region_;
}
void DeleteLiveRealTimeLogLogstoreRequest::setRegion(const std::string& region)
{
region_ = region;
setCoreParameter("Region", region);
}
std::string DeleteLiveRealTimeLogLogstoreRequest::getLogstore()const
{
return logstore_;
}
void DeleteLiveRealTimeLogLogstoreRequest::setLogstore(const std::string& logstore)
{
logstore_ = logstore;
setCoreParameter("Logstore", logstore);
}
std::string DeleteLiveRealTimeLogLogstoreRequest::getProject()const
{
return project_;
}
void DeleteLiveRealTimeLogLogstoreRequest::setProject(const std::string& project)
{
project_ = project;
setParameter("Project", project);
}
long DeleteLiveRealTimeLogLogstoreRequest::getOwnerId()const
{
return ownerId_;
}
void DeleteLiveRealTimeLogLogstoreRequest::setOwnerId(long ownerId)
{
ownerId_ = ownerId;
setParameter("OwnerId", std::to_string(ownerId));
}
std::string DeleteLiveRealTimeLogLogstoreRequest::getRegion()const
{
return region_;
}
void DeleteLiveRealTimeLogLogstoreRequest::setRegion(const std::string& region)
{
region_ = region;
setParameter("Region", region);
}
std::string DeleteLiveRealTimeLogLogstoreRequest::getLogstore()const
{
return logstore_;
}
void DeleteLiveRealTimeLogLogstoreRequest::setLogstore(const std::string& logstore)
{
logstore_ = logstore;
setParameter("Logstore", logstore);
}