public class AttachInstancesRequest extends AbstractModel
| Constructor and Description | 
|---|
| AttachInstancesRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getEnvId()Get Compute environment ID | 
| Instance[] | getInstances()Get List of instances that added to the compute environment | 
| void | setEnvId(String EnvId)Set Compute environment ID | 
| void | setInstances(Instance[] Instances)Set List of instances that added to the compute environment | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getEnvId()
public void setEnvId(String EnvId)
EnvId - Compute environment IDpublic Instance[] getInstances()
public void setInstances(Instance[] Instances)
Instances - List of instances that added to the compute environmentCopyright © 2020. All rights reserved.