Просмотр исходного кода

Generated 2019-09-10 for waf-openapi.

sdk-team 5 лет назад
Родитель
Сommit
8af7b49fe1

+ 3 - 0
CHANGELOG

@@ -1,3 +1,6 @@
+2021-01-07 Version: patch
+- Generated 2019-09-10 for `waf-openapi`.
+
 2021-01-06 Version: patch
 - DescribeAvailableResource.
 

+ 0 - 3
waf-openapi/include/alibabacloud/waf-openapi/model/DescribeWafSourceIpSegmentRequest.h

@@ -43,15 +43,12 @@ namespace AlibabaCloud
 				void setSourceIp(const std::string& sourceIp);
 				std::string getLang()const;
 				void setLang(const std::string& lang);
-				std::string getRegion()const;
-				void setRegion(const std::string& region);
 
             private:
 				std::string resourceGroupId_;
 				std::string instanceId_;
 				std::string sourceIp_;
 				std::string lang_;
-				std::string region_;
 
 			};
 		}

+ 0 - 11
waf-openapi/src/model/DescribeWafSourceIpSegmentRequest.cc

@@ -71,14 +71,3 @@ void DescribeWafSourceIpSegmentRequest::setLang(const std::string& lang)
 	setParameter("Lang", lang);
 }
 
-std::string DescribeWafSourceIpSegmentRequest::getRegion()const
-{
-	return region_;
-}
-
-void DescribeWafSourceIpSegmentRequest::setRegion(const std::string& region)
-{
-	region_ = region;
-	setParameter("Region", region);
-}
-