Add callback params to StartExecution API.
This commit is contained in:
@@ -43,12 +43,15 @@ namespace AlibabaCloud
|
||||
void setLimit(int limit);
|
||||
std::string getFlowName()const;
|
||||
void setFlowName(const std::string& flowName);
|
||||
std::string getStatus()const;
|
||||
void setStatus(const std::string& status);
|
||||
|
||||
private:
|
||||
std::string nextToken_;
|
||||
std::string requestId_;
|
||||
int limit_;
|
||||
std::string flowName_;
|
||||
std::string status_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,6 +35,8 @@ namespace AlibabaCloud
|
||||
StartExecutionRequest();
|
||||
~StartExecutionRequest();
|
||||
|
||||
std::string getCallbackFnFTaskToken()const;
|
||||
void setCallbackFnFTaskToken(const std::string& callbackFnFTaskToken);
|
||||
std::string getExecutionName()const;
|
||||
void setExecutionName(const std::string& executionName);
|
||||
std::string getInput()const;
|
||||
@@ -45,6 +47,7 @@ namespace AlibabaCloud
|
||||
void setFlowName(const std::string& flowName);
|
||||
|
||||
private:
|
||||
std::string callbackFnFTaskToken_;
|
||||
std::string executionName_;
|
||||
std::string input_;
|
||||
std::string requestId_;
|
||||
|
||||
Reference in New Issue
Block a user