@@ -32,42 +32,42 @@ public class AuthorizeSecurityGroupEgressRequest extends RpcAcsRequest<Authorize
32
32
33
33
private String sourcePortRange ;
34
34
35
- private String clientToken ;
36
-
37
35
private String destPrefixListId ;
38
36
39
- private String securityGroupId ;
40
-
41
- private String description ;
42
-
43
37
private List <Permissions > permissions ;
44
38
45
- private String policy ;
46
-
47
39
private String ipv6DestCidrIp ;
48
40
49
- private String ipv6SourceCidrIp ;
50
-
51
41
private String portRange ;
52
42
53
- private String resourceOwnerAccount ;
54
-
55
43
private String ipProtocol ;
56
44
57
- private String ownerAccount ;
58
-
59
45
private String sourceCidrIp ;
60
46
61
- private String destGroupId ;
62
-
63
47
private Long ownerId ;
64
48
65
49
private String priority ;
66
50
67
- private String destGroupOwnerAccount ;
68
-
69
51
private String destCidrIp ;
70
52
53
+ private String clientToken ;
54
+
55
+ private String securityGroupId ;
56
+
57
+ private String description ;
58
+
59
+ private String policy ;
60
+
61
+ private String ipv6SourceCidrIp ;
62
+
63
+ private String resourceOwnerAccount ;
64
+
65
+ private String ownerAccount ;
66
+
67
+ private String destGroupId ;
68
+
69
+ private String destGroupOwnerAccount ;
70
+
71
71
private Long destGroupOwnerId ;
72
72
public AuthorizeSecurityGroupEgressRequest () {
73
73
super ("Ecs" , "2014-05-26" , "AuthorizeSecurityGroupEgress" , "ecs" );
@@ -111,17 +111,6 @@ public void setSourcePortRange(String sourcePortRange) {
111
111
}
112
112
}
113
113
114
- public String getClientToken () {
115
- return this .clientToken ;
116
- }
117
-
118
- public void setClientToken (String clientToken ) {
119
- this .clientToken = clientToken ;
120
- if (clientToken != null ){
121
- putQueryParameter ("ClientToken" , clientToken );
122
- }
123
- }
124
-
125
114
public String getDestPrefixListId () {
126
115
return this .destPrefixListId ;
127
116
}
@@ -133,28 +122,6 @@ public void setDestPrefixListId(String destPrefixListId) {
133
122
}
134
123
}
135
124
136
- public String getSecurityGroupId () {
137
- return this .securityGroupId ;
138
- }
139
-
140
- public void setSecurityGroupId (String securityGroupId ) {
141
- this .securityGroupId = securityGroupId ;
142
- if (securityGroupId != null ){
143
- putQueryParameter ("SecurityGroupId" , securityGroupId );
144
- }
145
- }
146
-
147
- public String getDescription () {
148
- return this .description ;
149
- }
150
-
151
- public void setDescription (String description ) {
152
- this .description = description ;
153
- if (description != null ){
154
- putQueryParameter ("Description" , description );
155
- }
156
- }
157
-
158
125
public List <Permissions > getPermissions () {
159
126
return this .permissions ;
160
127
}
@@ -180,22 +147,12 @@ public void setPermissions(List<Permissions> permissions) {
180
147
putQueryParameter ("Permissions." + (depth1 + 1 ) + ".DestGroupOwnerId" , permissions .get (depth1 ).getDestGroupOwnerId ());
181
148
putQueryParameter ("Permissions." + (depth1 + 1 ) + ".NicType" , permissions .get (depth1 ).getNicType ());
182
149
putQueryParameter ("Permissions." + (depth1 + 1 ) + ".Description" , permissions .get (depth1 ).getDescription ());
150
+ putQueryParameter ("Permissions." + (depth1 + 1 ) + ".PortRangeListId" , permissions .get (depth1 ).getPortRangeListId ());
183
151
}
184
152
}
185
153
}
186
154
}
187
155
188
- public String getPolicy () {
189
- return this .policy ;
190
- }
191
-
192
- public void setPolicy (String policy ) {
193
- this .policy = policy ;
194
- if (policy != null ){
195
- putQueryParameter ("Policy" , policy );
196
- }
197
- }
198
-
199
156
public String getIpv6DestCidrIp () {
200
157
return this .ipv6DestCidrIp ;
201
158
}
@@ -207,17 +164,6 @@ public void setIpv6DestCidrIp(String ipv6DestCidrIp) {
207
164
}
208
165
}
209
166
210
- public String getIpv6SourceCidrIp () {
211
- return this .ipv6SourceCidrIp ;
212
- }
213
-
214
- public void setIpv6SourceCidrIp (String ipv6SourceCidrIp ) {
215
- this .ipv6SourceCidrIp = ipv6SourceCidrIp ;
216
- if (ipv6SourceCidrIp != null ){
217
- putQueryParameter ("Ipv6SourceCidrIp" , ipv6SourceCidrIp );
218
- }
219
- }
220
-
221
167
public String getPortRange () {
222
168
return this .portRange ;
223
169
}
@@ -229,17 +175,6 @@ public void setPortRange(String portRange) {
229
175
}
230
176
}
231
177
232
- public String getResourceOwnerAccount () {
233
- return this .resourceOwnerAccount ;
234
- }
235
-
236
- public void setResourceOwnerAccount (String resourceOwnerAccount ) {
237
- this .resourceOwnerAccount = resourceOwnerAccount ;
238
- if (resourceOwnerAccount != null ){
239
- putQueryParameter ("ResourceOwnerAccount" , resourceOwnerAccount );
240
- }
241
- }
242
-
243
178
public String getIpProtocol () {
244
179
return this .ipProtocol ;
245
180
}
@@ -251,17 +186,6 @@ public void setIpProtocol(String ipProtocol) {
251
186
}
252
187
}
253
188
254
- public String getOwnerAccount () {
255
- return this .ownerAccount ;
256
- }
257
-
258
- public void setOwnerAccount (String ownerAccount ) {
259
- this .ownerAccount = ownerAccount ;
260
- if (ownerAccount != null ){
261
- putQueryParameter ("OwnerAccount" , ownerAccount );
262
- }
263
- }
264
-
265
189
public String getSourceCidrIp () {
266
190
return this .sourceCidrIp ;
267
191
}
@@ -273,17 +197,6 @@ public void setSourceCidrIp(String sourceCidrIp) {
273
197
}
274
198
}
275
199
276
- public String getDestGroupId () {
277
- return this .destGroupId ;
278
- }
279
-
280
- public void setDestGroupId (String destGroupId ) {
281
- this .destGroupId = destGroupId ;
282
- if (destGroupId != null ){
283
- putQueryParameter ("DestGroupId" , destGroupId );
284
- }
285
- }
286
-
287
200
public Long getOwnerId () {
288
201
return this .ownerId ;
289
202
}
@@ -306,17 +219,6 @@ public void setPriority(String priority) {
306
219
}
307
220
}
308
221
309
- public String getDestGroupOwnerAccount () {
310
- return this .destGroupOwnerAccount ;
311
- }
312
-
313
- public void setDestGroupOwnerAccount (String destGroupOwnerAccount ) {
314
- this .destGroupOwnerAccount = destGroupOwnerAccount ;
315
- if (destGroupOwnerAccount != null ){
316
- putQueryParameter ("DestGroupOwnerAccount" , destGroupOwnerAccount );
317
- }
318
- }
319
-
320
222
public String getDestCidrIp () {
321
223
return this .destCidrIp ;
322
224
}
@@ -328,6 +230,105 @@ public void setDestCidrIp(String destCidrIp) {
328
230
}
329
231
}
330
232
233
+ public String getClientToken () {
234
+ return this .clientToken ;
235
+ }
236
+
237
+ public void setClientToken (String clientToken ) {
238
+ this .clientToken = clientToken ;
239
+ if (clientToken != null ){
240
+ putQueryParameter ("ClientToken" , clientToken );
241
+ }
242
+ }
243
+
244
+ public String getSecurityGroupId () {
245
+ return this .securityGroupId ;
246
+ }
247
+
248
+ public void setSecurityGroupId (String securityGroupId ) {
249
+ this .securityGroupId = securityGroupId ;
250
+ if (securityGroupId != null ){
251
+ putQueryParameter ("SecurityGroupId" , securityGroupId );
252
+ }
253
+ }
254
+
255
+ public String getDescription () {
256
+ return this .description ;
257
+ }
258
+
259
+ public void setDescription (String description ) {
260
+ this .description = description ;
261
+ if (description != null ){
262
+ putQueryParameter ("Description" , description );
263
+ }
264
+ }
265
+
266
+ public String getPolicy () {
267
+ return this .policy ;
268
+ }
269
+
270
+ public void setPolicy (String policy ) {
271
+ this .policy = policy ;
272
+ if (policy != null ){
273
+ putQueryParameter ("Policy" , policy );
274
+ }
275
+ }
276
+
277
+ public String getIpv6SourceCidrIp () {
278
+ return this .ipv6SourceCidrIp ;
279
+ }
280
+
281
+ public void setIpv6SourceCidrIp (String ipv6SourceCidrIp ) {
282
+ this .ipv6SourceCidrIp = ipv6SourceCidrIp ;
283
+ if (ipv6SourceCidrIp != null ){
284
+ putQueryParameter ("Ipv6SourceCidrIp" , ipv6SourceCidrIp );
285
+ }
286
+ }
287
+
288
+ public String getResourceOwnerAccount () {
289
+ return this .resourceOwnerAccount ;
290
+ }
291
+
292
+ public void setResourceOwnerAccount (String resourceOwnerAccount ) {
293
+ this .resourceOwnerAccount = resourceOwnerAccount ;
294
+ if (resourceOwnerAccount != null ){
295
+ putQueryParameter ("ResourceOwnerAccount" , resourceOwnerAccount );
296
+ }
297
+ }
298
+
299
+ public String getOwnerAccount () {
300
+ return this .ownerAccount ;
301
+ }
302
+
303
+ public void setOwnerAccount (String ownerAccount ) {
304
+ this .ownerAccount = ownerAccount ;
305
+ if (ownerAccount != null ){
306
+ putQueryParameter ("OwnerAccount" , ownerAccount );
307
+ }
308
+ }
309
+
310
+ public String getDestGroupId () {
311
+ return this .destGroupId ;
312
+ }
313
+
314
+ public void setDestGroupId (String destGroupId ) {
315
+ this .destGroupId = destGroupId ;
316
+ if (destGroupId != null ){
317
+ putQueryParameter ("DestGroupId" , destGroupId );
318
+ }
319
+ }
320
+
321
+ public String getDestGroupOwnerAccount () {
322
+ return this .destGroupOwnerAccount ;
323
+ }
324
+
325
+ public void setDestGroupOwnerAccount (String destGroupOwnerAccount ) {
326
+ this .destGroupOwnerAccount = destGroupOwnerAccount ;
327
+ if (destGroupOwnerAccount != null ){
328
+ putQueryParameter ("DestGroupOwnerAccount" , destGroupOwnerAccount );
329
+ }
330
+ }
331
+
331
332
public Long getDestGroupOwnerId () {
332
333
return this .destGroupOwnerId ;
333
334
}
@@ -371,6 +372,8 @@ public static class Permissions {
371
372
372
373
private String description ;
373
374
375
+ private String portRangeListId ;
376
+
374
377
public String getPolicy () {
375
378
return this .policy ;
376
379
}
@@ -490,6 +493,14 @@ public String getDescription() {
490
493
public void setDescription (String description ) {
491
494
this .description = description ;
492
495
}
496
+
497
+ public String getPortRangeListId () {
498
+ return this .portRangeListId ;
499
+ }
500
+
501
+ public void setPortRangeListId (String portRangeListId ) {
502
+ this .portRangeListId = portRangeListId ;
503
+ }
493
504
}
494
505
495
506
@ Override
0 commit comments