regenerate code
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user