File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
volcengine-java-sdk-ecs/src/main/java/com/volcengine/ecs/model Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030
3131public class VolumeForRunInstancesInput {
3232 @ SerializedName ("DeleteWithInstance" )
33- private Boolean deleteWithInstance = null ;
33+ private String deleteWithInstance = null ;
3434
3535 @ SerializedName ("Size" )
3636 private Integer size = null ;
3737
3838 @ SerializedName ("VolumeType" )
3939 private String volumeType = null ;
4040
41- public VolumeForRunInstancesInput deleteWithInstance (Boolean deleteWithInstance ) {
41+ public VolumeForRunInstancesInput deleteWithInstance (String deleteWithInstance ) {
4242 this .deleteWithInstance = deleteWithInstance ;
4343 return this ;
4444 }
@@ -48,11 +48,11 @@ public VolumeForRunInstancesInput deleteWithInstance(Boolean deleteWithInstance)
4848 * @return deleteWithInstance
4949 **/
5050 @ Schema (description = "" )
51- public Boolean isDeleteWithInstance () {
51+ public String getDeleteWithInstance () {
5252 return deleteWithInstance ;
5353 }
5454
55- public void setDeleteWithInstance (Boolean deleteWithInstance ) {
55+ public void setDeleteWithInstance (String deleteWithInstance ) {
5656 this .deleteWithInstance = deleteWithInstance ;
5757 }
5858
You can’t perform that action at this time.
0 commit comments