Support for WaitTimeSeconds for DescribeExecution.

This commit is contained in:
sdk-team
2020-04-02 02:54:57 +08:00
parent 677473908b
commit 26e49b09e1
4 changed files with 18 additions and 1 deletions

View File

@@ -37,6 +37,8 @@ namespace AlibabaCloud
std::string getExecutionName()const;
void setExecutionName(const std::string& executionName);
int getWaitTimeSeconds()const;
void setWaitTimeSeconds(int waitTimeSeconds);
std::string getRequestId()const;
void setRequestId(const std::string& requestId);
std::string getFlowName()const;
@@ -44,6 +46,7 @@ namespace AlibabaCloud
private:
std::string executionName_;
int waitTimeSeconds_;
std::string requestId_;
std::string flowName_;