Skip to content

Commit 3eef0c8

Browse files
committed
Generated java-async 2017-06-13 for elasticsearch.
1 parent 85fd03d commit 3eef0c8

File tree

5 files changed

+73
-1
lines changed

5 files changed

+73
-1
lines changed

elasticsearch-20170613/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-06-12 Version: 3.0.3
2+
- Generated java-async 2017-06-13 for elasticsearch.
3+
14
2025-05-14 Version: 3.0.2
25
- Generated java-async 2017-06-13 for elasticsearch.
36

elasticsearch-20170613/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.aliyun</groupId>
55
<artifactId>alibabacloud-elasticsearch20170613</artifactId>
6-
<version>3.0.2</version>
6+
<version>3.0.3</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-elasticsearch20170613</name>
99
<description>Alibaba Cloud elasticsearch (20170613) Async SDK for Java

elasticsearch-20170613/src/main/java/com/aliyun/sdk/service/elasticsearch20170613/models/InstallUserPluginsRequest.java

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,15 @@ public class InstallUserPluginsRequest extends Request {
2626
@com.aliyun.core.annotation.NameInMap("body")
2727
private String body;
2828

29+
@com.aliyun.core.annotation.Query
30+
@com.aliyun.core.annotation.NameInMap("force")
31+
private Boolean force;
32+
2933
private InstallUserPluginsRequest(Builder builder) {
3034
super(builder);
3135
this.instanceId = builder.instanceId;
3236
this.body = builder.body;
37+
this.force = builder.force;
3338
}
3439

3540
public static Builder builder() {
@@ -59,9 +64,17 @@ public String getBody() {
5964
return this.body;
6065
}
6166

67+
/**
68+
* @return force
69+
*/
70+
public Boolean getForce() {
71+
return this.force;
72+
}
73+
6274
public static final class Builder extends Request.Builder<InstallUserPluginsRequest, Builder> {
6375
private String instanceId;
6476
private String body;
77+
private Boolean force;
6578

6679
private Builder() {
6780
super();
@@ -71,6 +84,7 @@ private Builder(InstallUserPluginsRequest request) {
7184
super(request);
7285
this.instanceId = request.instanceId;
7386
this.body = request.body;
87+
this.force = request.force;
7488
}
7589

7690
/**
@@ -95,6 +109,15 @@ public Builder body(String body) {
95109
return this;
96110
}
97111

112+
/**
113+
* force.
114+
*/
115+
public Builder force(Boolean force) {
116+
this.putQueryParameter("force", force);
117+
this.force = force;
118+
return this;
119+
}
120+
98121
@Override
99122
public InstallUserPluginsRequest build() {
100123
return new InstallUserPluginsRequest(this);

elasticsearch-20170613/src/main/java/com/aliyun/sdk/service/elasticsearch20170613/models/ListInstanceRequest.java

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ public class ListInstanceRequest extends Request {
4949
@com.aliyun.core.annotation.NameInMap("size")
5050
private Integer size;
5151

52+
@com.aliyun.core.annotation.Query
53+
@com.aliyun.core.annotation.NameInMap("status")
54+
private String status;
55+
5256
@com.aliyun.core.annotation.Query
5357
@com.aliyun.core.annotation.NameInMap("tags")
5458
private String tags;
@@ -71,6 +75,7 @@ private ListInstanceRequest(Builder builder) {
7175
this.paymentType = builder.paymentType;
7276
this.resourceGroupId = builder.resourceGroupId;
7377
this.size = builder.size;
78+
this.status = builder.status;
7479
this.tags = builder.tags;
7580
this.vpcId = builder.vpcId;
7681
this.zoneId = builder.zoneId;
@@ -145,6 +150,13 @@ public Integer getSize() {
145150
return this.size;
146151
}
147152

153+
/**
154+
* @return status
155+
*/
156+
public String getStatus() {
157+
return this.status;
158+
}
159+
148160
/**
149161
* @return tags
150162
*/
@@ -175,6 +187,7 @@ public static final class Builder extends Request.Builder<ListInstanceRequest, B
175187
private String paymentType;
176188
private String resourceGroupId;
177189
private Integer size;
190+
private String status;
178191
private String tags;
179192
private String vpcId;
180193
private String zoneId;
@@ -193,6 +206,7 @@ private Builder(ListInstanceRequest request) {
193206
this.paymentType = request.paymentType;
194207
this.resourceGroupId = request.resourceGroupId;
195208
this.size = request.size;
209+
this.status = request.status;
196210
this.tags = request.tags;
197211
this.vpcId = request.vpcId;
198212
this.zoneId = request.zoneId;
@@ -298,6 +312,15 @@ public Builder size(Integer size) {
298312
return this;
299313
}
300314

315+
/**
316+
* status.
317+
*/
318+
public Builder status(String status) {
319+
this.putQueryParameter("status", status);
320+
this.status = status;
321+
return this;
322+
}
323+
301324
/**
302325
* <p>The header of the response.</p>
303326
*

elasticsearch-20170613/src/main/java/com/aliyun/sdk/service/elasticsearch20170613/models/UpdateInstanceSettingsRequest.java

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ public class UpdateInstanceSettingsRequest extends Request {
3030
@com.aliyun.core.annotation.NameInMap("clientToken")
3131
private String clientToken;
3232

33+
@com.aliyun.core.annotation.Query
34+
@com.aliyun.core.annotation.NameInMap("force")
35+
private Boolean force;
36+
3337
@com.aliyun.core.annotation.Query
3438
@com.aliyun.core.annotation.NameInMap("updateStrategy")
3539
private String updateStrategy;
@@ -39,6 +43,7 @@ private UpdateInstanceSettingsRequest(Builder builder) {
3943
this.instanceId = builder.instanceId;
4044
this.body = builder.body;
4145
this.clientToken = builder.clientToken;
46+
this.force = builder.force;
4247
this.updateStrategy = builder.updateStrategy;
4348
}
4449

@@ -76,6 +81,13 @@ public String getClientToken() {
7681
return this.clientToken;
7782
}
7883

84+
/**
85+
* @return force
86+
*/
87+
public Boolean getForce() {
88+
return this.force;
89+
}
90+
7991
/**
8092
* @return updateStrategy
8193
*/
@@ -87,6 +99,7 @@ public static final class Builder extends Request.Builder<UpdateInstanceSettings
8799
private String instanceId;
88100
private String body;
89101
private String clientToken;
102+
private Boolean force;
90103
private String updateStrategy;
91104

92105
private Builder() {
@@ -98,6 +111,7 @@ private Builder(UpdateInstanceSettingsRequest request) {
98111
this.instanceId = request.instanceId;
99112
this.body = request.body;
100113
this.clientToken = request.clientToken;
114+
this.force = request.force;
101115
this.updateStrategy = request.updateStrategy;
102116
}
103117

@@ -135,6 +149,15 @@ public Builder clientToken(String clientToken) {
135149
return this;
136150
}
137151

152+
/**
153+
* force.
154+
*/
155+
public Builder force(Boolean force) {
156+
this.putQueryParameter("force", force);
157+
this.force = force;
158+
return this;
159+
}
160+
138161
/**
139162
* updateStrategy.
140163
*/

0 commit comments

Comments
 (0)