CDN SDK Auto Released By xiaoyao,Version:1.30.5
Signed-off-by: yixiong.jxy <yixiong.jxy@alibaba-inc.com>
This commit is contained in:
@@ -322,3 +322,14 @@ void AddFCTriggerRequest::setEventMetaName(const std::string& eventMetaName)
|
||||
setParameter("EventMetaName", eventMetaName);
|
||||
}
|
||||
|
||||
std::string AddFCTriggerRequest::getFunctionARN()const
|
||||
{
|
||||
return functionARN_;
|
||||
}
|
||||
|
||||
void AddFCTriggerRequest::setFunctionARN(const std::string& functionARN)
|
||||
{
|
||||
functionARN_ = functionARN;
|
||||
setParameter("FunctionARN", functionARN);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user