@@ -69,12 +69,7 @@ public ConvertHybridInstanceResponse convertHybridInstanceWithOptions(ConvertHyb
69
69
new TeaPair ("reqBodyType" , "formData" ),
70
70
new TeaPair ("bodyType" , "json" )
71
71
));
72
- if (com .aliyun .teautil .Common .isUnset (_signatureVersion ) || !com .aliyun .teautil .Common .equalString (_signatureVersion , "v4" )) {
73
- return TeaModel .toModel (this .callApi (params , req , runtime ), new ConvertHybridInstanceResponse ());
74
- } else {
75
- return TeaModel .toModel (this .execute (params , req , runtime ), new ConvertHybridInstanceResponse ());
76
- }
77
-
72
+ return TeaModel .toModel (this .callApi (params , req , runtime ), new ConvertHybridInstanceResponse ());
78
73
}
79
74
80
75
/**
@@ -144,12 +139,7 @@ public ConvertInstanceResponse convertInstanceWithOptions(ConvertInstanceRequest
144
139
new TeaPair ("reqBodyType" , "formData" ),
145
140
new TeaPair ("bodyType" , "json" )
146
141
));
147
- if (com .aliyun .teautil .Common .isUnset (_signatureVersion ) || !com .aliyun .teautil .Common .equalString (_signatureVersion , "v4" )) {
148
- return TeaModel .toModel (this .callApi (params , req , runtime ), new ConvertInstanceResponse ());
149
- } else {
150
- return TeaModel .toModel (this .execute (params , req , runtime ), new ConvertInstanceResponse ());
151
- }
152
-
142
+ return TeaModel .toModel (this .callApi (params , req , runtime ), new ConvertInstanceResponse ());
153
143
}
154
144
155
145
/**
@@ -197,12 +187,7 @@ public ConvertPrepayInstanceResponse convertPrepayInstanceWithOptions(ConvertPre
197
187
new TeaPair ("reqBodyType" , "formData" ),
198
188
new TeaPair ("bodyType" , "json" )
199
189
));
200
- if (com .aliyun .teautil .Common .isUnset (_signatureVersion ) || !com .aliyun .teautil .Common .equalString (_signatureVersion , "v4" )) {
201
- return TeaModel .toModel (this .callApi (params , req , runtime ), new ConvertPrepayInstanceResponse ());
202
- } else {
203
- return TeaModel .toModel (this .execute (params , req , runtime ), new ConvertPrepayInstanceResponse ());
204
- }
205
-
190
+ return TeaModel .toModel (this .callApi (params , req , runtime ), new ConvertPrepayInstanceResponse ());
206
191
}
207
192
208
193
/**
@@ -348,12 +333,7 @@ public CreateInstanceResponse createInstanceWithOptions(CreateInstanceRequest tm
348
333
new TeaPair ("reqBodyType" , "formData" ),
349
334
new TeaPair ("bodyType" , "json" )
350
335
));
351
- if (com .aliyun .teautil .Common .isUnset (_signatureVersion ) || !com .aliyun .teautil .Common .equalString (_signatureVersion , "v4" )) {
352
- return TeaModel .toModel (this .callApi (params , req , runtime ), new CreateInstanceResponse ());
353
- } else {
354
- return TeaModel .toModel (this .execute (params , req , runtime ), new CreateInstanceResponse ());
355
- }
356
-
336
+ return TeaModel .toModel (this .callApi (params , req , runtime ), new CreateInstanceResponse ());
357
337
}
358
338
359
339
/**
@@ -419,12 +399,7 @@ public CreateNamespaceResponse createNamespaceWithOptions(CreateNamespaceRequest
419
399
new TeaPair ("reqBodyType" , "formData" ),
420
400
new TeaPair ("bodyType" , "json" )
421
401
));
422
- if (com .aliyun .teautil .Common .isUnset (_signatureVersion ) || !com .aliyun .teautil .Common .equalString (_signatureVersion , "v4" )) {
423
- return TeaModel .toModel (this .callApi (params , req , runtime ), new CreateNamespaceResponse ());
424
- } else {
425
- return TeaModel .toModel (this .execute (params , req , runtime ), new CreateNamespaceResponse ());
426
- }
427
-
402
+ return TeaModel .toModel (this .callApi (params , req , runtime ), new CreateNamespaceResponse ());
428
403
}
429
404
430
405
/**
@@ -472,12 +447,7 @@ public DeleteInstanceResponse deleteInstanceWithOptions(DeleteInstanceRequest re
472
447
new TeaPair ("reqBodyType" , "formData" ),
473
448
new TeaPair ("bodyType" , "json" )
474
449
));
475
- if (com .aliyun .teautil .Common .isUnset (_signatureVersion ) || !com .aliyun .teautil .Common .equalString (_signatureVersion , "v4" )) {
476
- return TeaModel .toModel (this .callApi (params , req , runtime ), new DeleteInstanceResponse ());
477
- } else {
478
- return TeaModel .toModel (this .execute (params , req , runtime ), new DeleteInstanceResponse ());
479
- }
480
-
450
+ return TeaModel .toModel (this .callApi (params , req , runtime ), new DeleteInstanceResponse ());
481
451
}
482
452
483
453
/**
@@ -529,12 +499,7 @@ public DeleteNamespaceResponse deleteNamespaceWithOptions(DeleteNamespaceRequest
529
499
new TeaPair ("reqBodyType" , "formData" ),
530
500
new TeaPair ("bodyType" , "json" )
531
501
));
532
- if (com .aliyun .teautil .Common .isUnset (_signatureVersion ) || !com .aliyun .teautil .Common .equalString (_signatureVersion , "v4" )) {
533
- return TeaModel .toModel (this .callApi (params , req , runtime ), new DeleteNamespaceResponse ());
534
- } else {
535
- return TeaModel .toModel (this .execute (params , req , runtime ), new DeleteNamespaceResponse ());
536
- }
537
-
502
+ return TeaModel .toModel (this .callApi (params , req , runtime ), new DeleteNamespaceResponse ());
538
503
}
539
504
540
505
/**
@@ -580,12 +545,7 @@ public DescribeInstancesResponse describeInstancesWithOptions(DescribeInstancesR
580
545
new TeaPair ("reqBodyType" , "formData" ),
581
546
new TeaPair ("bodyType" , "json" )
582
547
));
583
- if (com .aliyun .teautil .Common .isUnset (_signatureVersion ) || !com .aliyun .teautil .Common .equalString (_signatureVersion , "v4" )) {
584
- return TeaModel .toModel (this .callApi (params , req , runtime ), new DescribeInstancesResponse ());
585
- } else {
586
- return TeaModel .toModel (this .execute (params , req , runtime ), new DescribeInstancesResponse ());
587
- }
588
-
548
+ return TeaModel .toModel (this .callApi (params , req , runtime ), new DescribeInstancesResponse ());
589
549
}
590
550
591
551
/**
@@ -631,12 +591,7 @@ public DescribeNamespacesResponse describeNamespacesWithOptions(DescribeNamespac
631
591
new TeaPair ("reqBodyType" , "formData" ),
632
592
new TeaPair ("bodyType" , "json" )
633
593
));
634
- if (com .aliyun .teautil .Common .isUnset (_signatureVersion ) || !com .aliyun .teautil .Common .equalString (_signatureVersion , "v4" )) {
635
- return TeaModel .toModel (this .callApi (params , req , runtime ), new DescribeNamespacesResponse ());
636
- } else {
637
- return TeaModel .toModel (this .execute (params , req , runtime ), new DescribeNamespacesResponse ());
638
- }
639
-
594
+ return TeaModel .toModel (this .callApi (params , req , runtime ), new DescribeNamespacesResponse ());
640
595
}
641
596
642
597
/**
@@ -672,12 +627,7 @@ public DescribeSupportedRegionsResponse describeSupportedRegionsWithOptions(com.
672
627
new TeaPair ("reqBodyType" , "formData" ),
673
628
new TeaPair ("bodyType" , "json" )
674
629
));
675
- if (com .aliyun .teautil .Common .isUnset (_signatureVersion ) || !com .aliyun .teautil .Common .equalString (_signatureVersion , "v4" )) {
676
- return TeaModel .toModel (this .callApi (params , req , runtime ), new DescribeSupportedRegionsResponse ());
677
- } else {
678
- return TeaModel .toModel (this .execute (params , req , runtime ), new DescribeSupportedRegionsResponse ());
679
- }
680
-
630
+ return TeaModel .toModel (this .callApi (params , req , runtime ), new DescribeSupportedRegionsResponse ());
681
631
}
682
632
683
633
/**
@@ -715,12 +665,7 @@ public DescribeSupportedZonesResponse describeSupportedZonesWithOptions(Describe
715
665
new TeaPair ("reqBodyType" , "formData" ),
716
666
new TeaPair ("bodyType" , "json" )
717
667
));
718
- if (com .aliyun .teautil .Common .isUnset (_signatureVersion ) || !com .aliyun .teautil .Common .equalString (_signatureVersion , "v4" )) {
719
- return TeaModel .toModel (this .callApi (params , req , runtime ), new DescribeSupportedZonesResponse ());
720
- } else {
721
- return TeaModel .toModel (this .execute (params , req , runtime ), new DescribeSupportedZonesResponse ());
722
- }
723
-
668
+ return TeaModel .toModel (this .callApi (params , req , runtime ), new DescribeSupportedZonesResponse ());
724
669
}
725
670
726
671
/**
@@ -780,12 +725,7 @@ public ListTagResourcesResponse listTagResourcesWithOptions(ListTagResourcesRequ
780
725
new TeaPair ("reqBodyType" , "formData" ),
781
726
new TeaPair ("bodyType" , "json" )
782
727
));
783
- if (com .aliyun .teautil .Common .isUnset (_signatureVersion ) || !com .aliyun .teautil .Common .equalString (_signatureVersion , "v4" )) {
784
- return TeaModel .toModel (this .callApi (params , req , runtime ), new ListTagResourcesResponse ());
785
- } else {
786
- return TeaModel .toModel (this .execute (params , req , runtime ), new ListTagResourcesResponse ());
787
- }
788
-
728
+ return TeaModel .toModel (this .callApi (params , req , runtime ), new ListTagResourcesResponse ());
789
729
}
790
730
791
731
/**
@@ -843,12 +783,7 @@ public ModifyElasticResourceSpecResponse modifyElasticResourceSpecWithOptions(Mo
843
783
new TeaPair ("reqBodyType" , "formData" ),
844
784
new TeaPair ("bodyType" , "json" )
845
785
));
846
- if (com .aliyun .teautil .Common .isUnset (_signatureVersion ) || !com .aliyun .teautil .Common .equalString (_signatureVersion , "v4" )) {
847
- return TeaModel .toModel (this .callApi (params , req , runtime ), new ModifyElasticResourceSpecResponse ());
848
- } else {
849
- return TeaModel .toModel (this .execute (params , req , runtime ), new ModifyElasticResourceSpecResponse ());
850
- }
851
-
786
+ return TeaModel .toModel (this .callApi (params , req , runtime ), new ModifyElasticResourceSpecResponse ());
852
787
}
853
788
854
789
/**
@@ -910,12 +845,7 @@ public ModifyInstanceVswitchResponse modifyInstanceVswitchWithOptions(ModifyInst
910
845
new TeaPair ("reqBodyType" , "formData" ),
911
846
new TeaPair ("bodyType" , "json" )
912
847
));
913
- if (com .aliyun .teautil .Common .isUnset (_signatureVersion ) || !com .aliyun .teautil .Common .equalString (_signatureVersion , "v4" )) {
914
- return TeaModel .toModel (this .callApi (params , req , runtime ), new ModifyInstanceVswitchResponse ());
915
- } else {
916
- return TeaModel .toModel (this .execute (params , req , runtime ), new ModifyInstanceVswitchResponse ());
917
- }
918
-
848
+ return TeaModel .toModel (this .callApi (params , req , runtime ), new ModifyInstanceVswitchResponse ());
919
849
}
920
850
921
851
/**
@@ -991,12 +921,7 @@ public ModifyNamespaceSpecV2Response modifyNamespaceSpecV2WithOptions(ModifyName
991
921
new TeaPair ("reqBodyType" , "formData" ),
992
922
new TeaPair ("bodyType" , "json" )
993
923
));
994
- if (com .aliyun .teautil .Common .isUnset (_signatureVersion ) || !com .aliyun .teautil .Common .equalString (_signatureVersion , "v4" )) {
995
- return TeaModel .toModel (this .callApi (params , req , runtime ), new ModifyNamespaceSpecV2Response ());
996
- } else {
997
- return TeaModel .toModel (this .execute (params , req , runtime ), new ModifyNamespaceSpecV2Response ());
998
- }
999
-
924
+ return TeaModel .toModel (this .callApi (params , req , runtime ), new ModifyNamespaceSpecV2Response ());
1000
925
}
1001
926
1002
927
/**
@@ -1082,12 +1007,7 @@ public ModifyPrepayInstanceSpecResponse modifyPrepayInstanceSpecWithOptions(Modi
1082
1007
new TeaPair ("reqBodyType" , "formData" ),
1083
1008
new TeaPair ("bodyType" , "json" )
1084
1009
));
1085
- if (com .aliyun .teautil .Common .isUnset (_signatureVersion ) || !com .aliyun .teautil .Common .equalString (_signatureVersion , "v4" )) {
1086
- return TeaModel .toModel (this .callApi (params , req , runtime ), new ModifyPrepayInstanceSpecResponse ());
1087
- } else {
1088
- return TeaModel .toModel (this .execute (params , req , runtime ), new ModifyPrepayInstanceSpecResponse ());
1089
- }
1090
-
1010
+ return TeaModel .toModel (this .callApi (params , req , runtime ), new ModifyPrepayInstanceSpecResponse ());
1091
1011
}
1092
1012
1093
1013
/**
@@ -1157,12 +1077,7 @@ public ModifyPrepayNamespaceSpecResponse modifyPrepayNamespaceSpecWithOptions(Mo
1157
1077
new TeaPair ("reqBodyType" , "formData" ),
1158
1078
new TeaPair ("bodyType" , "json" )
1159
1079
));
1160
- if (com .aliyun .teautil .Common .isUnset (_signatureVersion ) || !com .aliyun .teautil .Common .equalString (_signatureVersion , "v4" )) {
1161
- return TeaModel .toModel (this .callApi (params , req , runtime ), new ModifyPrepayNamespaceSpecResponse ());
1162
- } else {
1163
- return TeaModel .toModel (this .execute (params , req , runtime ), new ModifyPrepayNamespaceSpecResponse ());
1164
- }
1165
-
1080
+ return TeaModel .toModel (this .callApi (params , req , runtime ), new ModifyPrepayNamespaceSpecResponse ());
1166
1081
}
1167
1082
1168
1083
/**
@@ -1236,12 +1151,7 @@ public QueryConvertInstancePriceResponse queryConvertInstancePriceWithOptions(Qu
1236
1151
new TeaPair ("reqBodyType" , "formData" ),
1237
1152
new TeaPair ("bodyType" , "json" )
1238
1153
));
1239
- if (com .aliyun .teautil .Common .isUnset (_signatureVersion ) || !com .aliyun .teautil .Common .equalString (_signatureVersion , "v4" )) {
1240
- return TeaModel .toModel (this .callApi (params , req , runtime ), new QueryConvertInstancePriceResponse ());
1241
- } else {
1242
- return TeaModel .toModel (this .execute (params , req , runtime ), new QueryConvertInstancePriceResponse ());
1243
- }
1244
-
1154
+ return TeaModel .toModel (this .callApi (params , req , runtime ), new QueryConvertInstancePriceResponse ());
1245
1155
}
1246
1156
1247
1157
/**
@@ -1289,12 +1199,7 @@ public QueryConvertPrepayInstancePriceResponse queryConvertPrepayInstancePriceWi
1289
1199
new TeaPair ("reqBodyType" , "formData" ),
1290
1200
new TeaPair ("bodyType" , "json" )
1291
1201
));
1292
- if (com .aliyun .teautil .Common .isUnset (_signatureVersion ) || !com .aliyun .teautil .Common .equalString (_signatureVersion , "v4" )) {
1293
- return TeaModel .toModel (this .callApi (params , req , runtime ), new QueryConvertPrepayInstancePriceResponse ());
1294
- } else {
1295
- return TeaModel .toModel (this .execute (params , req , runtime ), new QueryConvertPrepayInstancePriceResponse ());
1296
- }
1297
-
1202
+ return TeaModel .toModel (this .callApi (params , req , runtime ), new QueryConvertPrepayInstancePriceResponse ());
1298
1203
}
1299
1204
1300
1205
/**
@@ -1416,12 +1321,7 @@ public QueryCreateInstancePriceResponse queryCreateInstancePriceWithOptions(Quer
1416
1321
new TeaPair ("reqBodyType" , "formData" ),
1417
1322
new TeaPair ("bodyType" , "json" )
1418
1323
));
1419
- if (com .aliyun .teautil .Common .isUnset (_signatureVersion ) || !com .aliyun .teautil .Common .equalString (_signatureVersion , "v4" )) {
1420
- return TeaModel .toModel (this .callApi (params , req , runtime ), new QueryCreateInstancePriceResponse ());
1421
- } else {
1422
- return TeaModel .toModel (this .execute (params , req , runtime ), new QueryCreateInstancePriceResponse ());
1423
- }
1424
-
1324
+ return TeaModel .toModel (this .callApi (params , req , runtime ), new QueryCreateInstancePriceResponse ());
1425
1325
}
1426
1326
1427
1327
/**
@@ -1507,12 +1407,7 @@ public QueryModifyInstancePriceResponse queryModifyInstancePriceWithOptions(Quer
1507
1407
new TeaPair ("reqBodyType" , "formData" ),
1508
1408
new TeaPair ("bodyType" , "json" )
1509
1409
));
1510
- if (com .aliyun .teautil .Common .isUnset (_signatureVersion ) || !com .aliyun .teautil .Common .equalString (_signatureVersion , "v4" )) {
1511
- return TeaModel .toModel (this .callApi (params , req , runtime ), new QueryModifyInstancePriceResponse ());
1512
- } else {
1513
- return TeaModel .toModel (this .execute (params , req , runtime ), new QueryModifyInstancePriceResponse ());
1514
- }
1515
-
1410
+ return TeaModel .toModel (this .callApi (params , req , runtime ), new QueryModifyInstancePriceResponse ());
1516
1411
}
1517
1412
1518
1413
/**
@@ -1568,12 +1463,7 @@ public QueryRenewInstancePriceResponse queryRenewInstancePriceWithOptions(QueryR
1568
1463
new TeaPair ("reqBodyType" , "formData" ),
1569
1464
new TeaPair ("bodyType" , "json" )
1570
1465
));
1571
- if (com .aliyun .teautil .Common .isUnset (_signatureVersion ) || !com .aliyun .teautil .Common .equalString (_signatureVersion , "v4" )) {
1572
- return TeaModel .toModel (this .callApi (params , req , runtime ), new QueryRenewInstancePriceResponse ());
1573
- } else {
1574
- return TeaModel .toModel (this .execute (params , req , runtime ), new QueryRenewInstancePriceResponse ());
1575
- }
1576
-
1466
+ return TeaModel .toModel (this .callApi (params , req , runtime ), new QueryRenewInstancePriceResponse ());
1577
1467
}
1578
1468
1579
1469
/**
@@ -1629,12 +1519,7 @@ public RenewInstanceResponse renewInstanceWithOptions(RenewInstanceRequest reque
1629
1519
new TeaPair ("reqBodyType" , "formData" ),
1630
1520
new TeaPair ("bodyType" , "json" )
1631
1521
));
1632
- if (com .aliyun .teautil .Common .isUnset (_signatureVersion ) || !com .aliyun .teautil .Common .equalString (_signatureVersion , "v4" )) {
1633
- return TeaModel .toModel (this .callApi (params , req , runtime ), new RenewInstanceResponse ());
1634
- } else {
1635
- return TeaModel .toModel (this .execute (params , req , runtime ), new RenewInstanceResponse ());
1636
- }
1637
-
1522
+ return TeaModel .toModel (this .callApi (params , req , runtime ), new RenewInstanceResponse ());
1638
1523
}
1639
1524
1640
1525
/**
@@ -1690,12 +1575,7 @@ public TagResourcesResponse tagResourcesWithOptions(TagResourcesRequest request,
1690
1575
new TeaPair ("reqBodyType" , "formData" ),
1691
1576
new TeaPair ("bodyType" , "json" )
1692
1577
));
1693
- if (com .aliyun .teautil .Common .isUnset (_signatureVersion ) || !com .aliyun .teautil .Common .equalString (_signatureVersion , "v4" )) {
1694
- return TeaModel .toModel (this .callApi (params , req , runtime ), new TagResourcesResponse ());
1695
- } else {
1696
- return TeaModel .toModel (this .execute (params , req , runtime ), new TagResourcesResponse ());
1697
- }
1698
-
1578
+ return TeaModel .toModel (this .callApi (params , req , runtime ), new TagResourcesResponse ());
1699
1579
}
1700
1580
1701
1581
/**
@@ -1755,12 +1635,7 @@ public UntagResourcesResponse untagResourcesWithOptions(UntagResourcesRequest re
1755
1635
new TeaPair ("reqBodyType" , "formData" ),
1756
1636
new TeaPair ("bodyType" , "json" )
1757
1637
));
1758
- if (com .aliyun .teautil .Common .isUnset (_signatureVersion ) || !com .aliyun .teautil .Common .equalString (_signatureVersion , "v4" )) {
1759
- return TeaModel .toModel (this .callApi (params , req , runtime ), new UntagResourcesResponse ());
1760
- } else {
1761
- return TeaModel .toModel (this .execute (params , req , runtime ), new UntagResourcesResponse ());
1762
- }
1763
-
1638
+ return TeaModel .toModel (this .callApi (params , req , runtime ), new UntagResourcesResponse ());
1764
1639
}
1765
1640
1766
1641
/**
0 commit comments