com.aliyun.ens20171110.models.InstanceActiveOpsGroup Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ens20171110 Show documentation
Show all versions of ens20171110 Show documentation
Alibaba Cloud edge node service (20171110) SDK for Java
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ens20171110.models;
import com.aliyun.tea.*;
public class InstanceActiveOpsGroup extends TeaModel {
@NameInMap("InstanceIds")
public java.util.List instanceIds;
public static InstanceActiveOpsGroup build(java.util.Map map) throws Exception {
InstanceActiveOpsGroup self = new InstanceActiveOpsGroup();
return TeaModel.build(map, self);
}
public InstanceActiveOpsGroup setInstanceIds(java.util.List instanceIds) {
this.instanceIds = instanceIds;
return this;
}
public java.util.List getInstanceIds() {
return this.instanceIds;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy