sdk-team 2 lat temu
rodzic
commit
6e394508b1
37 zmienionych plików z 59 dodań i 263 usunięć
  1. 1 1
      VERSION
  2. 0 3
      fnf/include/alibabacloud/fnf/model/CreateFlowRequest.h
  3. 9 9
      fnf/include/alibabacloud/fnf/model/CreateScheduleRequest.h
  4. 0 3
      fnf/include/alibabacloud/fnf/model/DeleteFlowRequest.h
  5. 0 3
      fnf/include/alibabacloud/fnf/model/DeleteScheduleRequest.h
  6. 0 3
      fnf/include/alibabacloud/fnf/model/DescribeExecutionRequest.h
  7. 0 3
      fnf/include/alibabacloud/fnf/model/DescribeFlowRequest.h
  8. 0 3
      fnf/include/alibabacloud/fnf/model/DescribeScheduleRequest.h
  9. 0 3
      fnf/include/alibabacloud/fnf/model/GetExecutionHistoryRequest.h
  10. 0 3
      fnf/include/alibabacloud/fnf/model/ListExecutionsRequest.h
  11. 0 3
      fnf/include/alibabacloud/fnf/model/ListFlowsRequest.h
  12. 0 3
      fnf/include/alibabacloud/fnf/model/ListSchedulesRequest.h
  13. 0 3
      fnf/include/alibabacloud/fnf/model/ReportTaskFailedRequest.h
  14. 0 3
      fnf/include/alibabacloud/fnf/model/ReportTaskSucceededRequest.h
  15. 0 3
      fnf/include/alibabacloud/fnf/model/StartExecutionRequest.h
  16. 0 3
      fnf/include/alibabacloud/fnf/model/StartSyncExecutionRequest.h
  17. 0 3
      fnf/include/alibabacloud/fnf/model/StopExecutionRequest.h
  18. 0 3
      fnf/include/alibabacloud/fnf/model/UpdateFlowRequest.h
  19. 6 9
      fnf/include/alibabacloud/fnf/model/UpdateScheduleRequest.h
  20. 0 9
      fnf/src/model/CreateFlowRequest.cc
  21. 23 23
      fnf/src/model/CreateScheduleRequest.cc
  22. 1 10
      fnf/src/model/DeleteFlowRequest.cc
  23. 1 10
      fnf/src/model/DeleteScheduleRequest.cc
  24. 0 9
      fnf/src/model/DescribeExecutionRequest.cc
  25. 0 9
      fnf/src/model/DescribeFlowRequest.cc
  26. 0 9
      fnf/src/model/DescribeScheduleRequest.cc
  27. 0 9
      fnf/src/model/GetExecutionHistoryRequest.cc
  28. 0 9
      fnf/src/model/ListExecutionsRequest.cc
  29. 0 9
      fnf/src/model/ListFlowsRequest.cc
  30. 0 9
      fnf/src/model/ListSchedulesRequest.cc
  31. 0 9
      fnf/src/model/ReportTaskFailedRequest.cc
  32. 0 9
      fnf/src/model/ReportTaskSucceededRequest.cc
  33. 0 9
      fnf/src/model/StartExecutionRequest.cc
  34. 0 9
      fnf/src/model/StartSyncExecutionRequest.cc
  35. 0 9
      fnf/src/model/StopExecutionRequest.cc
  36. 0 9
      fnf/src/model/UpdateFlowRequest.cc
  37. 18 27
      fnf/src/model/UpdateScheduleRequest.cc

+ 1 - 1
VERSION

@@ -1 +1 @@
-1.36.1881
+1.36.1882

+ 0 - 3
fnf/include/alibabacloud/fnf/model/CreateFlowRequest.h

@@ -34,8 +34,6 @@ public:
 	void setDescription(const std::string &description);
 	void setDescription(const std::string &description);
 	std::string getType() const;
 	std::string getType() const;
 	void setType(const std::string &type);
 	void setType(const std::string &type);
-	std::string getRequestId() const;
-	void setRequestId(const std::string &requestId);
 	std::string getRoleArn() const;
 	std::string getRoleArn() const;
 	void setRoleArn(const std::string &roleArn);
 	void setRoleArn(const std::string &roleArn);
 	std::string getName() const;
 	std::string getName() const;
@@ -50,7 +48,6 @@ public:
 private:
 private:
 	std::string description_;
 	std::string description_;
 	std::string type_;
 	std::string type_;
-	std::string requestId_;
 	std::string roleArn_;
 	std::string roleArn_;
 	std::string name_;
 	std::string name_;
 	std::string definition_;
 	std::string definition_;

+ 9 - 9
fnf/include/alibabacloud/fnf/model/CreateScheduleRequest.h

@@ -30,28 +30,28 @@ class ALIBABACLOUD_FNF_EXPORT CreateScheduleRequest : public RpcServiceRequest {
 public:
 public:
 	CreateScheduleRequest();
 	CreateScheduleRequest();
 	~CreateScheduleRequest();
 	~CreateScheduleRequest();
-	std::string getScheduleName() const;
-	void setScheduleName(const std::string &scheduleName);
 	std::string getCronExpression() const;
 	std::string getCronExpression() const;
 	void setCronExpression(const std::string &cronExpression);
 	void setCronExpression(const std::string &cronExpression);
+	std::string getDescription() const;
+	void setDescription(const std::string &description);
+	std::string getScheduleName() const;
+	void setScheduleName(const std::string &scheduleName);
+	std::string getSignatureVersion() const;
+	void setSignatureVersion(const std::string &signatureVersion);
 	std::string getPayload() const;
 	std::string getPayload() const;
 	void setPayload(const std::string &payload);
 	void setPayload(const std::string &payload);
-	std::string getRequestId() const;
-	void setRequestId(const std::string &requestId);
 	bool getEnable() const;
 	bool getEnable() const;
 	void setEnable(bool enable);
 	void setEnable(bool enable);
-	std::string getDescription() const;
-	void setDescription(const std::string &description);
 	std::string getFlowName() const;
 	std::string getFlowName() const;
 	void setFlowName(const std::string &flowName);
 	void setFlowName(const std::string &flowName);
 
 
 private:
 private:
-	std::string scheduleName_;
 	std::string cronExpression_;
 	std::string cronExpression_;
+	std::string description_;
+	std::string scheduleName_;
+	std::string signatureVersion_;
 	std::string payload_;
 	std::string payload_;
-	std::string requestId_;
 	bool enable_;
 	bool enable_;
-	std::string description_;
 	std::string flowName_;
 	std::string flowName_;
 };
 };
 } // namespace Model
 } // namespace Model

+ 0 - 3
fnf/include/alibabacloud/fnf/model/DeleteFlowRequest.h

@@ -30,13 +30,10 @@ class ALIBABACLOUD_FNF_EXPORT DeleteFlowRequest : public RpcServiceRequest {
 public:
 public:
 	DeleteFlowRequest();
 	DeleteFlowRequest();
 	~DeleteFlowRequest();
 	~DeleteFlowRequest();
-	std::string getRequestId() const;
-	void setRequestId(const std::string &requestId);
 	std::string getName() const;
 	std::string getName() const;
 	void setName(const std::string &name);
 	void setName(const std::string &name);
 
 
 private:
 private:
-	std::string requestId_;
 	std::string name_;
 	std::string name_;
 };
 };
 } // namespace Model
 } // namespace Model

+ 0 - 3
fnf/include/alibabacloud/fnf/model/DeleteScheduleRequest.h

@@ -32,14 +32,11 @@ public:
 	~DeleteScheduleRequest();
 	~DeleteScheduleRequest();
 	std::string getScheduleName() const;
 	std::string getScheduleName() const;
 	void setScheduleName(const std::string &scheduleName);
 	void setScheduleName(const std::string &scheduleName);
-	std::string getRequestId() const;
-	void setRequestId(const std::string &requestId);
 	std::string getFlowName() const;
 	std::string getFlowName() const;
 	void setFlowName(const std::string &flowName);
 	void setFlowName(const std::string &flowName);
 
 
 private:
 private:
 	std::string scheduleName_;
 	std::string scheduleName_;
-	std::string requestId_;
 	std::string flowName_;
 	std::string flowName_;
 };
 };
 } // namespace Model
 } // namespace Model

+ 0 - 3
fnf/include/alibabacloud/fnf/model/DescribeExecutionRequest.h

@@ -34,15 +34,12 @@ public:
 	void setExecutionName(const std::string &executionName);
 	void setExecutionName(const std::string &executionName);
 	int getWaitTimeSeconds() const;
 	int getWaitTimeSeconds() const;
 	void setWaitTimeSeconds(int waitTimeSeconds);
 	void setWaitTimeSeconds(int waitTimeSeconds);
-	std::string getRequestId() const;
-	void setRequestId(const std::string &requestId);
 	std::string getFlowName() const;
 	std::string getFlowName() const;
 	void setFlowName(const std::string &flowName);
 	void setFlowName(const std::string &flowName);
 
 
 private:
 private:
 	std::string executionName_;
 	std::string executionName_;
 	int waitTimeSeconds_;
 	int waitTimeSeconds_;
-	std::string requestId_;
 	std::string flowName_;
 	std::string flowName_;
 };
 };
 } // namespace Model
 } // namespace Model

+ 0 - 3
fnf/include/alibabacloud/fnf/model/DescribeFlowRequest.h

@@ -30,13 +30,10 @@ class ALIBABACLOUD_FNF_EXPORT DescribeFlowRequest : public RpcServiceRequest {
 public:
 public:
 	DescribeFlowRequest();
 	DescribeFlowRequest();
 	~DescribeFlowRequest();
 	~DescribeFlowRequest();
-	std::string getRequestId() const;
-	void setRequestId(const std::string &requestId);
 	std::string getName() const;
 	std::string getName() const;
 	void setName(const std::string &name);
 	void setName(const std::string &name);
 
 
 private:
 private:
-	std::string requestId_;
 	std::string name_;
 	std::string name_;
 };
 };
 } // namespace Model
 } // namespace Model

+ 0 - 3
fnf/include/alibabacloud/fnf/model/DescribeScheduleRequest.h

@@ -32,14 +32,11 @@ public:
 	~DescribeScheduleRequest();
 	~DescribeScheduleRequest();
 	std::string getScheduleName() const;
 	std::string getScheduleName() const;
 	void setScheduleName(const std::string &scheduleName);
 	void setScheduleName(const std::string &scheduleName);
-	std::string getRequestId() const;
-	void setRequestId(const std::string &requestId);
 	std::string getFlowName() const;
 	std::string getFlowName() const;
 	void setFlowName(const std::string &flowName);
 	void setFlowName(const std::string &flowName);
 
 
 private:
 private:
 	std::string scheduleName_;
 	std::string scheduleName_;
-	std::string requestId_;
 	std::string flowName_;
 	std::string flowName_;
 };
 };
 } // namespace Model
 } // namespace Model

+ 0 - 3
fnf/include/alibabacloud/fnf/model/GetExecutionHistoryRequest.h

@@ -34,8 +34,6 @@ public:
 	void setExecutionName(const std::string &executionName);
 	void setExecutionName(const std::string &executionName);
 	std::string getNextToken() const;
 	std::string getNextToken() const;
 	void setNextToken(const std::string &nextToken);
 	void setNextToken(const std::string &nextToken);
-	std::string getRequestId() const;
-	void setRequestId(const std::string &requestId);
 	int getLimit() const;
 	int getLimit() const;
 	void setLimit(int limit);
 	void setLimit(int limit);
 	std::string getFlowName() const;
 	std::string getFlowName() const;
@@ -44,7 +42,6 @@ public:
 private:
 private:
 	std::string executionName_;
 	std::string executionName_;
 	std::string nextToken_;
 	std::string nextToken_;
-	std::string requestId_;
 	int limit_;
 	int limit_;
 	std::string flowName_;
 	std::string flowName_;
 };
 };

+ 0 - 3
fnf/include/alibabacloud/fnf/model/ListExecutionsRequest.h

@@ -36,8 +36,6 @@ public:
 	void setExecutionNamePrefix(const std::string &executionNamePrefix);
 	void setExecutionNamePrefix(const std::string &executionNamePrefix);
 	std::string getNextToken() const;
 	std::string getNextToken() const;
 	void setNextToken(const std::string &nextToken);
 	void setNextToken(const std::string &nextToken);
-	std::string getRequestId() const;
-	void setRequestId(const std::string &requestId);
 	int getLimit() const;
 	int getLimit() const;
 	void setLimit(int limit);
 	void setLimit(int limit);
 	std::string getFlowName() const;
 	std::string getFlowName() const;
@@ -51,7 +49,6 @@ private:
 	std::string startedTimeBegin_;
 	std::string startedTimeBegin_;
 	std::string executionNamePrefix_;
 	std::string executionNamePrefix_;
 	std::string nextToken_;
 	std::string nextToken_;
-	std::string requestId_;
 	int limit_;
 	int limit_;
 	std::string flowName_;
 	std::string flowName_;
 	std::string startedTimeEnd_;
 	std::string startedTimeEnd_;

+ 0 - 3
fnf/include/alibabacloud/fnf/model/ListFlowsRequest.h

@@ -32,14 +32,11 @@ public:
 	~ListFlowsRequest();
 	~ListFlowsRequest();
 	std::string getNextToken() const;
 	std::string getNextToken() const;
 	void setNextToken(const std::string &nextToken);
 	void setNextToken(const std::string &nextToken);
-	std::string getRequestId() const;
-	void setRequestId(const std::string &requestId);
 	int getLimit() const;
 	int getLimit() const;
 	void setLimit(int limit);
 	void setLimit(int limit);
 
 
 private:
 private:
 	std::string nextToken_;
 	std::string nextToken_;
-	std::string requestId_;
 	int limit_;
 	int limit_;
 };
 };
 } // namespace Model
 } // namespace Model

+ 0 - 3
fnf/include/alibabacloud/fnf/model/ListSchedulesRequest.h

@@ -32,8 +32,6 @@ public:
 	~ListSchedulesRequest();
 	~ListSchedulesRequest();
 	std::string getNextToken() const;
 	std::string getNextToken() const;
 	void setNextToken(const std::string &nextToken);
 	void setNextToken(const std::string &nextToken);
-	std::string getRequestId() const;
-	void setRequestId(const std::string &requestId);
 	int getLimit() const;
 	int getLimit() const;
 	void setLimit(int limit);
 	void setLimit(int limit);
 	std::string getFlowName() const;
 	std::string getFlowName() const;
@@ -41,7 +39,6 @@ public:
 
 
 private:
 private:
 	std::string nextToken_;
 	std::string nextToken_;
-	std::string requestId_;
 	int limit_;
 	int limit_;
 	std::string flowName_;
 	std::string flowName_;
 };
 };

+ 0 - 3
fnf/include/alibabacloud/fnf/model/ReportTaskFailedRequest.h

@@ -34,15 +34,12 @@ public:
 	void setCause(const std::string &cause);
 	void setCause(const std::string &cause);
 	std::string getError() const;
 	std::string getError() const;
 	void setError(const std::string &error);
 	void setError(const std::string &error);
-	std::string getRequestId() const;
-	void setRequestId(const std::string &requestId);
 	std::string getTaskToken() const;
 	std::string getTaskToken() const;
 	void setTaskToken(const std::string &taskToken);
 	void setTaskToken(const std::string &taskToken);
 
 
 private:
 private:
 	std::string cause_;
 	std::string cause_;
 	std::string error_;
 	std::string error_;
-	std::string requestId_;
 	std::string taskToken_;
 	std::string taskToken_;
 };
 };
 } // namespace Model
 } // namespace Model

+ 0 - 3
fnf/include/alibabacloud/fnf/model/ReportTaskSucceededRequest.h

@@ -32,14 +32,11 @@ public:
 	~ReportTaskSucceededRequest();
 	~ReportTaskSucceededRequest();
 	std::string getOutput() const;
 	std::string getOutput() const;
 	void setOutput(const std::string &output);
 	void setOutput(const std::string &output);
-	std::string getRequestId() const;
-	void setRequestId(const std::string &requestId);
 	std::string getTaskToken() const;
 	std::string getTaskToken() const;
 	void setTaskToken(const std::string &taskToken);
 	void setTaskToken(const std::string &taskToken);
 
 
 private:
 private:
 	std::string output_;
 	std::string output_;
-	std::string requestId_;
 	std::string taskToken_;
 	std::string taskToken_;
 };
 };
 } // namespace Model
 } // namespace Model

+ 0 - 3
fnf/include/alibabacloud/fnf/model/StartExecutionRequest.h

@@ -36,8 +36,6 @@ public:
 	void setExecutionName(const std::string &executionName);
 	void setExecutionName(const std::string &executionName);
 	std::string getInput() const;
 	std::string getInput() const;
 	void setInput(const std::string &input);
 	void setInput(const std::string &input);
-	std::string getRequestId() const;
-	void setRequestId(const std::string &requestId);
 	std::string getFlowName() const;
 	std::string getFlowName() const;
 	void setFlowName(const std::string &flowName);
 	void setFlowName(const std::string &flowName);
 
 
@@ -45,7 +43,6 @@ private:
 	std::string callbackFnFTaskToken_;
 	std::string callbackFnFTaskToken_;
 	std::string executionName_;
 	std::string executionName_;
 	std::string input_;
 	std::string input_;
-	std::string requestId_;
 	std::string flowName_;
 	std::string flowName_;
 };
 };
 } // namespace Model
 } // namespace Model

+ 0 - 3
fnf/include/alibabacloud/fnf/model/StartSyncExecutionRequest.h

@@ -34,15 +34,12 @@ public:
 	void setExecutionName(const std::string &executionName);
 	void setExecutionName(const std::string &executionName);
 	std::string getInput() const;
 	std::string getInput() const;
 	void setInput(const std::string &input);
 	void setInput(const std::string &input);
-	std::string getRequestId() const;
-	void setRequestId(const std::string &requestId);
 	std::string getFlowName() const;
 	std::string getFlowName() const;
 	void setFlowName(const std::string &flowName);
 	void setFlowName(const std::string &flowName);
 
 
 private:
 private:
 	std::string executionName_;
 	std::string executionName_;
 	std::string input_;
 	std::string input_;
-	std::string requestId_;
 	std::string flowName_;
 	std::string flowName_;
 };
 };
 } // namespace Model
 } // namespace Model

+ 0 - 3
fnf/include/alibabacloud/fnf/model/StopExecutionRequest.h

@@ -36,8 +36,6 @@ public:
 	void setCause(const std::string &cause);
 	void setCause(const std::string &cause);
 	std::string getError() const;
 	std::string getError() const;
 	void setError(const std::string &error);
 	void setError(const std::string &error);
-	std::string getRequestId() const;
-	void setRequestId(const std::string &requestId);
 	std::string getFlowName() const;
 	std::string getFlowName() const;
 	void setFlowName(const std::string &flowName);
 	void setFlowName(const std::string &flowName);
 
 
@@ -45,7 +43,6 @@ private:
 	std::string executionName_;
 	std::string executionName_;
 	std::string cause_;
 	std::string cause_;
 	std::string error_;
 	std::string error_;
-	std::string requestId_;
 	std::string flowName_;
 	std::string flowName_;
 };
 };
 } // namespace Model
 } // namespace Model

+ 0 - 3
fnf/include/alibabacloud/fnf/model/UpdateFlowRequest.h

@@ -34,8 +34,6 @@ public:
 	void setDescription(const std::string &description);
 	void setDescription(const std::string &description);
 	std::string getType() const;
 	std::string getType() const;
 	void setType(const std::string &type);
 	void setType(const std::string &type);
-	std::string getRequestId() const;
-	void setRequestId(const std::string &requestId);
 	std::string getRoleArn() const;
 	std::string getRoleArn() const;
 	void setRoleArn(const std::string &roleArn);
 	void setRoleArn(const std::string &roleArn);
 	std::string getName() const;
 	std::string getName() const;
@@ -48,7 +46,6 @@ public:
 private:
 private:
 	std::string description_;
 	std::string description_;
 	std::string type_;
 	std::string type_;
-	std::string requestId_;
 	std::string roleArn_;
 	std::string roleArn_;
 	std::string name_;
 	std::string name_;
 	std::string definition_;
 	std::string definition_;

+ 6 - 9
fnf/include/alibabacloud/fnf/model/UpdateScheduleRequest.h

@@ -30,28 +30,25 @@ class ALIBABACLOUD_FNF_EXPORT UpdateScheduleRequest : public RpcServiceRequest {
 public:
 public:
 	UpdateScheduleRequest();
 	UpdateScheduleRequest();
 	~UpdateScheduleRequest();
 	~UpdateScheduleRequest();
-	std::string getScheduleName() const;
-	void setScheduleName(const std::string &scheduleName);
 	std::string getCronExpression() const;
 	std::string getCronExpression() const;
 	void setCronExpression(const std::string &cronExpression);
 	void setCronExpression(const std::string &cronExpression);
+	std::string getDescription() const;
+	void setDescription(const std::string &description);
+	std::string getScheduleName() const;
+	void setScheduleName(const std::string &scheduleName);
 	std::string getPayload() const;
 	std::string getPayload() const;
 	void setPayload(const std::string &payload);
 	void setPayload(const std::string &payload);
-	std::string getRequestId() const;
-	void setRequestId(const std::string &requestId);
 	bool getEnable() const;
 	bool getEnable() const;
 	void setEnable(bool enable);
 	void setEnable(bool enable);
-	std::string getDescription() const;
-	void setDescription(const std::string &description);
 	std::string getFlowName() const;
 	std::string getFlowName() const;
 	void setFlowName(const std::string &flowName);
 	void setFlowName(const std::string &flowName);
 
 
 private:
 private:
-	std::string scheduleName_;
 	std::string cronExpression_;
 	std::string cronExpression_;
+	std::string description_;
+	std::string scheduleName_;
 	std::string payload_;
 	std::string payload_;
-	std::string requestId_;
 	bool enable_;
 	bool enable_;
-	std::string description_;
 	std::string flowName_;
 	std::string flowName_;
 };
 };
 } // namespace Model
 } // namespace Model

+ 0 - 9
fnf/src/model/CreateFlowRequest.cc

@@ -43,15 +43,6 @@ void CreateFlowRequest::setType(const std::string &type) {
   setBodyParameter(std::string("Type"), type);
   setBodyParameter(std::string("Type"), type);
 }
 }
 
 
-std::string CreateFlowRequest::getRequestId() const {
-  return requestId_;
-}
-
-void CreateFlowRequest::setRequestId(const std::string &requestId) {
-  requestId_ = requestId;
-  setParameter(std::string("RequestId"), requestId);
-}
-
 std::string CreateFlowRequest::getRoleArn() const {
 std::string CreateFlowRequest::getRoleArn() const {
   return roleArn_;
   return roleArn_;
 }
 }

+ 23 - 23
fnf/src/model/CreateScheduleRequest.cc

@@ -25,6 +25,24 @@ CreateScheduleRequest::CreateScheduleRequest()
 
 
 CreateScheduleRequest::~CreateScheduleRequest() {}
 CreateScheduleRequest::~CreateScheduleRequest() {}
 
 
+std::string CreateScheduleRequest::getCronExpression() const {
+  return cronExpression_;
+}
+
+void CreateScheduleRequest::setCronExpression(const std::string &cronExpression) {
+  cronExpression_ = cronExpression;
+  setBodyParameter(std::string("CronExpression"), cronExpression);
+}
+
+std::string CreateScheduleRequest::getDescription() const {
+  return description_;
+}
+
+void CreateScheduleRequest::setDescription(const std::string &description) {
+  description_ = description;
+  setBodyParameter(std::string("Description"), description);
+}
+
 std::string CreateScheduleRequest::getScheduleName() const {
 std::string CreateScheduleRequest::getScheduleName() const {
   return scheduleName_;
   return scheduleName_;
 }
 }
@@ -34,13 +52,13 @@ void CreateScheduleRequest::setScheduleName(const std::string &scheduleName) {
   setBodyParameter(std::string("ScheduleName"), scheduleName);
   setBodyParameter(std::string("ScheduleName"), scheduleName);
 }
 }
 
 
-std::string CreateScheduleRequest::getCronExpression() const {
-  return cronExpression_;
+std::string CreateScheduleRequest::getSignatureVersion() const {
+  return signatureVersion_;
 }
 }
 
 
-void CreateScheduleRequest::setCronExpression(const std::string &cronExpression) {
-  cronExpression_ = cronExpression;
-  setBodyParameter(std::string("CronExpression"), cronExpression);
+void CreateScheduleRequest::setSignatureVersion(const std::string &signatureVersion) {
+  signatureVersion_ = signatureVersion;
+  setParameter(std::string("SignatureVersion"), signatureVersion);
 }
 }
 
 
 std::string CreateScheduleRequest::getPayload() const {
 std::string CreateScheduleRequest::getPayload() const {
@@ -52,15 +70,6 @@ void CreateScheduleRequest::setPayload(const std::string &payload) {
   setBodyParameter(std::string("Payload"), payload);
   setBodyParameter(std::string("Payload"), payload);
 }
 }
 
 
-std::string CreateScheduleRequest::getRequestId() const {
-  return requestId_;
-}
-
-void CreateScheduleRequest::setRequestId(const std::string &requestId) {
-  requestId_ = requestId;
-  setParameter(std::string("RequestId"), requestId);
-}
-
 bool CreateScheduleRequest::getEnable() const {
 bool CreateScheduleRequest::getEnable() const {
   return enable_;
   return enable_;
 }
 }
@@ -70,15 +79,6 @@ void CreateScheduleRequest::setEnable(bool enable) {
   setBodyParameter(std::string("Enable"), enable ? "true" : "false");
   setBodyParameter(std::string("Enable"), enable ? "true" : "false");
 }
 }
 
 
-std::string CreateScheduleRequest::getDescription() const {
-  return description_;
-}
-
-void CreateScheduleRequest::setDescription(const std::string &description) {
-  description_ = description;
-  setBodyParameter(std::string("Description"), description);
-}
-
 std::string CreateScheduleRequest::getFlowName() const {
 std::string CreateScheduleRequest::getFlowName() const {
   return flowName_;
   return flowName_;
 }
 }

+ 1 - 10
fnf/src/model/DeleteFlowRequest.cc

@@ -20,20 +20,11 @@ using AlibabaCloud::Fnf::Model::DeleteFlowRequest;
 
 
 DeleteFlowRequest::DeleteFlowRequest()
 DeleteFlowRequest::DeleteFlowRequest()
     : RpcServiceRequest("fnf", "2019-03-15", "DeleteFlow") {
     : RpcServiceRequest("fnf", "2019-03-15", "DeleteFlow") {
-  setMethod(HttpRequest::Method::Get);
+  setMethod(HttpRequest::Method::Post);
 }
 }
 
 
 DeleteFlowRequest::~DeleteFlowRequest() {}
 DeleteFlowRequest::~DeleteFlowRequest() {}
 
 
-std::string DeleteFlowRequest::getRequestId() const {
-  return requestId_;
-}
-
-void DeleteFlowRequest::setRequestId(const std::string &requestId) {
-  requestId_ = requestId;
-  setParameter(std::string("RequestId"), requestId);
-}
-
 std::string DeleteFlowRequest::getName() const {
 std::string DeleteFlowRequest::getName() const {
   return name_;
   return name_;
 }
 }

+ 1 - 10
fnf/src/model/DeleteScheduleRequest.cc

@@ -20,7 +20,7 @@ using AlibabaCloud::Fnf::Model::DeleteScheduleRequest;
 
 
 DeleteScheduleRequest::DeleteScheduleRequest()
 DeleteScheduleRequest::DeleteScheduleRequest()
     : RpcServiceRequest("fnf", "2019-03-15", "DeleteSchedule") {
     : RpcServiceRequest("fnf", "2019-03-15", "DeleteSchedule") {
-  setMethod(HttpRequest::Method::Get);
+  setMethod(HttpRequest::Method::Post);
 }
 }
 
 
 DeleteScheduleRequest::~DeleteScheduleRequest() {}
 DeleteScheduleRequest::~DeleteScheduleRequest() {}
@@ -34,15 +34,6 @@ void DeleteScheduleRequest::setScheduleName(const std::string &scheduleName) {
   setParameter(std::string("ScheduleName"), scheduleName);
   setParameter(std::string("ScheduleName"), scheduleName);
 }
 }
 
 
-std::string DeleteScheduleRequest::getRequestId() const {
-  return requestId_;
-}
-
-void DeleteScheduleRequest::setRequestId(const std::string &requestId) {
-  requestId_ = requestId;
-  setParameter(std::string("RequestId"), requestId);
-}
-
 std::string DeleteScheduleRequest::getFlowName() const {
 std::string DeleteScheduleRequest::getFlowName() const {
   return flowName_;
   return flowName_;
 }
 }

+ 0 - 9
fnf/src/model/DescribeExecutionRequest.cc

@@ -43,15 +43,6 @@ void DescribeExecutionRequest::setWaitTimeSeconds(int waitTimeSeconds) {
   setParameter(std::string("WaitTimeSeconds"), std::to_string(waitTimeSeconds));
   setParameter(std::string("WaitTimeSeconds"), std::to_string(waitTimeSeconds));
 }
 }
 
 
-std::string DescribeExecutionRequest::getRequestId() const {
-  return requestId_;
-}
-
-void DescribeExecutionRequest::setRequestId(const std::string &requestId) {
-  requestId_ = requestId;
-  setParameter(std::string("RequestId"), requestId);
-}
-
 std::string DescribeExecutionRequest::getFlowName() const {
 std::string DescribeExecutionRequest::getFlowName() const {
   return flowName_;
   return flowName_;
 }
 }

+ 0 - 9
fnf/src/model/DescribeFlowRequest.cc

@@ -25,15 +25,6 @@ DescribeFlowRequest::DescribeFlowRequest()
 
 
 DescribeFlowRequest::~DescribeFlowRequest() {}
 DescribeFlowRequest::~DescribeFlowRequest() {}
 
 
-std::string DescribeFlowRequest::getRequestId() const {
-  return requestId_;
-}
-
-void DescribeFlowRequest::setRequestId(const std::string &requestId) {
-  requestId_ = requestId;
-  setParameter(std::string("RequestId"), requestId);
-}
-
 std::string DescribeFlowRequest::getName() const {
 std::string DescribeFlowRequest::getName() const {
   return name_;
   return name_;
 }
 }

+ 0 - 9
fnf/src/model/DescribeScheduleRequest.cc

@@ -34,15 +34,6 @@ void DescribeScheduleRequest::setScheduleName(const std::string &scheduleName) {
   setParameter(std::string("ScheduleName"), scheduleName);
   setParameter(std::string("ScheduleName"), scheduleName);
 }
 }
 
 
-std::string DescribeScheduleRequest::getRequestId() const {
-  return requestId_;
-}
-
-void DescribeScheduleRequest::setRequestId(const std::string &requestId) {
-  requestId_ = requestId;
-  setParameter(std::string("RequestId"), requestId);
-}
-
 std::string DescribeScheduleRequest::getFlowName() const {
 std::string DescribeScheduleRequest::getFlowName() const {
   return flowName_;
   return flowName_;
 }
 }

+ 0 - 9
fnf/src/model/GetExecutionHistoryRequest.cc

@@ -43,15 +43,6 @@ void GetExecutionHistoryRequest::setNextToken(const std::string &nextToken) {
   setParameter(std::string("NextToken"), nextToken);
   setParameter(std::string("NextToken"), nextToken);
 }
 }
 
 
-std::string GetExecutionHistoryRequest::getRequestId() const {
-  return requestId_;
-}
-
-void GetExecutionHistoryRequest::setRequestId(const std::string &requestId) {
-  requestId_ = requestId;
-  setParameter(std::string("RequestId"), requestId);
-}
-
 int GetExecutionHistoryRequest::getLimit() const {
 int GetExecutionHistoryRequest::getLimit() const {
   return limit_;
   return limit_;
 }
 }

+ 0 - 9
fnf/src/model/ListExecutionsRequest.cc

@@ -52,15 +52,6 @@ void ListExecutionsRequest::setNextToken(const std::string &nextToken) {
   setParameter(std::string("NextToken"), nextToken);
   setParameter(std::string("NextToken"), nextToken);
 }
 }
 
 
-std::string ListExecutionsRequest::getRequestId() const {
-  return requestId_;
-}
-
-void ListExecutionsRequest::setRequestId(const std::string &requestId) {
-  requestId_ = requestId;
-  setParameter(std::string("RequestId"), requestId);
-}
-
 int ListExecutionsRequest::getLimit() const {
 int ListExecutionsRequest::getLimit() const {
   return limit_;
   return limit_;
 }
 }

+ 0 - 9
fnf/src/model/ListFlowsRequest.cc

@@ -34,15 +34,6 @@ void ListFlowsRequest::setNextToken(const std::string &nextToken) {
   setParameter(std::string("NextToken"), nextToken);
   setParameter(std::string("NextToken"), nextToken);
 }
 }
 
 
-std::string ListFlowsRequest::getRequestId() const {
-  return requestId_;
-}
-
-void ListFlowsRequest::setRequestId(const std::string &requestId) {
-  requestId_ = requestId;
-  setParameter(std::string("RequestId"), requestId);
-}
-
 int ListFlowsRequest::getLimit() const {
 int ListFlowsRequest::getLimit() const {
   return limit_;
   return limit_;
 }
 }

+ 0 - 9
fnf/src/model/ListSchedulesRequest.cc

@@ -34,15 +34,6 @@ void ListSchedulesRequest::setNextToken(const std::string &nextToken) {
   setParameter(std::string("NextToken"), nextToken);
   setParameter(std::string("NextToken"), nextToken);
 }
 }
 
 
-std::string ListSchedulesRequest::getRequestId() const {
-  return requestId_;
-}
-
-void ListSchedulesRequest::setRequestId(const std::string &requestId) {
-  requestId_ = requestId;
-  setParameter(std::string("RequestId"), requestId);
-}
-
 int ListSchedulesRequest::getLimit() const {
 int ListSchedulesRequest::getLimit() const {
   return limit_;
   return limit_;
 }
 }

+ 0 - 9
fnf/src/model/ReportTaskFailedRequest.cc

@@ -43,15 +43,6 @@ void ReportTaskFailedRequest::setError(const std::string &error) {
   setBodyParameter(std::string("Error"), error);
   setBodyParameter(std::string("Error"), error);
 }
 }
 
 
-std::string ReportTaskFailedRequest::getRequestId() const {
-  return requestId_;
-}
-
-void ReportTaskFailedRequest::setRequestId(const std::string &requestId) {
-  requestId_ = requestId;
-  setParameter(std::string("RequestId"), requestId);
-}
-
 std::string ReportTaskFailedRequest::getTaskToken() const {
 std::string ReportTaskFailedRequest::getTaskToken() const {
   return taskToken_;
   return taskToken_;
 }
 }

+ 0 - 9
fnf/src/model/ReportTaskSucceededRequest.cc

@@ -34,15 +34,6 @@ void ReportTaskSucceededRequest::setOutput(const std::string &output) {
   setBodyParameter(std::string("Output"), output);
   setBodyParameter(std::string("Output"), output);
 }
 }
 
 
-std::string ReportTaskSucceededRequest::getRequestId() const {
-  return requestId_;
-}
-
-void ReportTaskSucceededRequest::setRequestId(const std::string &requestId) {
-  requestId_ = requestId;
-  setParameter(std::string("RequestId"), requestId);
-}
-
 std::string ReportTaskSucceededRequest::getTaskToken() const {
 std::string ReportTaskSucceededRequest::getTaskToken() const {
   return taskToken_;
   return taskToken_;
 }
 }

+ 0 - 9
fnf/src/model/StartExecutionRequest.cc

@@ -52,15 +52,6 @@ void StartExecutionRequest::setInput(const std::string &input) {
   setBodyParameter(std::string("Input"), input);
   setBodyParameter(std::string("Input"), input);
 }
 }
 
 
-std::string StartExecutionRequest::getRequestId() const {
-  return requestId_;
-}
-
-void StartExecutionRequest::setRequestId(const std::string &requestId) {
-  requestId_ = requestId;
-  setParameter(std::string("RequestId"), requestId);
-}
-
 std::string StartExecutionRequest::getFlowName() const {
 std::string StartExecutionRequest::getFlowName() const {
   return flowName_;
   return flowName_;
 }
 }

+ 0 - 9
fnf/src/model/StartSyncExecutionRequest.cc

@@ -43,15 +43,6 @@ void StartSyncExecutionRequest::setInput(const std::string &input) {
   setBodyParameter(std::string("Input"), input);
   setBodyParameter(std::string("Input"), input);
 }
 }
 
 
-std::string StartSyncExecutionRequest::getRequestId() const {
-  return requestId_;
-}
-
-void StartSyncExecutionRequest::setRequestId(const std::string &requestId) {
-  requestId_ = requestId;
-  setParameter(std::string("RequestId"), requestId);
-}
-
 std::string StartSyncExecutionRequest::getFlowName() const {
 std::string StartSyncExecutionRequest::getFlowName() const {
   return flowName_;
   return flowName_;
 }
 }

+ 0 - 9
fnf/src/model/StopExecutionRequest.cc

@@ -52,15 +52,6 @@ void StopExecutionRequest::setError(const std::string &error) {
   setBodyParameter(std::string("Error"), error);
   setBodyParameter(std::string("Error"), error);
 }
 }
 
 
-std::string StopExecutionRequest::getRequestId() const {
-  return requestId_;
-}
-
-void StopExecutionRequest::setRequestId(const std::string &requestId) {
-  requestId_ = requestId;
-  setParameter(std::string("RequestId"), requestId);
-}
-
 std::string StopExecutionRequest::getFlowName() const {
 std::string StopExecutionRequest::getFlowName() const {
   return flowName_;
   return flowName_;
 }
 }

+ 0 - 9
fnf/src/model/UpdateFlowRequest.cc

@@ -43,15 +43,6 @@ void UpdateFlowRequest::setType(const std::string &type) {
   setBodyParameter(std::string("Type"), type);
   setBodyParameter(std::string("Type"), type);
 }
 }
 
 
-std::string UpdateFlowRequest::getRequestId() const {
-  return requestId_;
-}
-
-void UpdateFlowRequest::setRequestId(const std::string &requestId) {
-  requestId_ = requestId;
-  setParameter(std::string("RequestId"), requestId);
-}
-
 std::string UpdateFlowRequest::getRoleArn() const {
 std::string UpdateFlowRequest::getRoleArn() const {
   return roleArn_;
   return roleArn_;
 }
 }

+ 18 - 27
fnf/src/model/UpdateScheduleRequest.cc

@@ -25,15 +25,6 @@ UpdateScheduleRequest::UpdateScheduleRequest()
 
 
 UpdateScheduleRequest::~UpdateScheduleRequest() {}
 UpdateScheduleRequest::~UpdateScheduleRequest() {}
 
 
-std::string UpdateScheduleRequest::getScheduleName() const {
-  return scheduleName_;
-}
-
-void UpdateScheduleRequest::setScheduleName(const std::string &scheduleName) {
-  scheduleName_ = scheduleName;
-  setBodyParameter(std::string("ScheduleName"), scheduleName);
-}
-
 std::string UpdateScheduleRequest::getCronExpression() const {
 std::string UpdateScheduleRequest::getCronExpression() const {
   return cronExpression_;
   return cronExpression_;
 }
 }
@@ -43,6 +34,24 @@ void UpdateScheduleRequest::setCronExpression(const std::string &cronExpression)
   setBodyParameter(std::string("CronExpression"), cronExpression);
   setBodyParameter(std::string("CronExpression"), cronExpression);
 }
 }
 
 
+std::string UpdateScheduleRequest::getDescription() const {
+  return description_;
+}
+
+void UpdateScheduleRequest::setDescription(const std::string &description) {
+  description_ = description;
+  setBodyParameter(std::string("Description"), description);
+}
+
+std::string UpdateScheduleRequest::getScheduleName() const {
+  return scheduleName_;
+}
+
+void UpdateScheduleRequest::setScheduleName(const std::string &scheduleName) {
+  scheduleName_ = scheduleName;
+  setBodyParameter(std::string("ScheduleName"), scheduleName);
+}
+
 std::string UpdateScheduleRequest::getPayload() const {
 std::string UpdateScheduleRequest::getPayload() const {
   return payload_;
   return payload_;
 }
 }
@@ -52,15 +61,6 @@ void UpdateScheduleRequest::setPayload(const std::string &payload) {
   setBodyParameter(std::string("Payload"), payload);
   setBodyParameter(std::string("Payload"), payload);
 }
 }
 
 
-std::string UpdateScheduleRequest::getRequestId() const {
-  return requestId_;
-}
-
-void UpdateScheduleRequest::setRequestId(const std::string &requestId) {
-  requestId_ = requestId;
-  setParameter(std::string("RequestId"), requestId);
-}
-
 bool UpdateScheduleRequest::getEnable() const {
 bool UpdateScheduleRequest::getEnable() const {
   return enable_;
   return enable_;
 }
 }
@@ -70,15 +70,6 @@ void UpdateScheduleRequest::setEnable(bool enable) {
   setBodyParameter(std::string("Enable"), enable ? "true" : "false");
   setBodyParameter(std::string("Enable"), enable ? "true" : "false");
 }
 }
 
 
-std::string UpdateScheduleRequest::getDescription() const {
-  return description_;
-}
-
-void UpdateScheduleRequest::setDescription(const std::string &description) {
-  description_ = description;
-  setBodyParameter(std::string("Description"), description);
-}
-
 std::string UpdateScheduleRequest::getFlowName() const {
 std::string UpdateScheduleRequest::getFlowName() const {
   return flowName_;
   return flowName_;
 }
 }