public class DescribeComputeEnvCreateInfoResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeComputeEnvCreateInfoResponse() | 
| DescribeComputeEnvCreateInfoResponse(DescribeComputeEnvCreateInfoResponse source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Authentication[] | getAuthentications()Get Authorization information | 
| Long | getDesiredComputeNodeCount()Get Number of desired compute nodes | 
| EnvData | getEnvData()Get Compute environment parameter | 
| String | getEnvDescription()Get Compute environment description
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getEnvId()Get Compute environment ID | 
| String | getEnvName()Get Compute environment name | 
| String | getEnvType()Get Compute environment type. | 
| InputMapping[] | getInputMappings()Get Input mapping | 
| MountDataDisk[] | getMountDataDisks()Get Data disk mounting option | 
| Notification[] | getNotifications()Get Notification information | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| Tag[] | getTags()Get Tag list bound to the compute environment. | 
| void | setAuthentications(Authentication[] Authentications)Set Authorization information | 
| void | setDesiredComputeNodeCount(Long DesiredComputeNodeCount)Set Number of desired compute nodes | 
| void | setEnvData(EnvData EnvData)Set Compute environment parameter | 
| void | setEnvDescription(String EnvDescription)Set Compute environment description
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setEnvId(String EnvId)Set Compute environment ID | 
| void | setEnvName(String EnvName)Set Compute environment name | 
| void | setEnvType(String EnvType)Set Compute environment type. | 
| void | setInputMappings(InputMapping[] InputMappings)Set Input mapping | 
| void | setMountDataDisks(MountDataDisk[] MountDataDisks)Set Data disk mounting option | 
| void | setNotifications(Notification[] Notifications)Set Notification information | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setTags(Tag[] Tags)Set Tag list bound 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 DescribeComputeEnvCreateInfoResponse()
public DescribeComputeEnvCreateInfoResponse(DescribeComputeEnvCreateInfoResponse source)
public String getEnvId()
public void setEnvId(String EnvId)
EnvId - Compute environment IDpublic String getEnvName()
public void setEnvName(String EnvName)
EnvName - Compute environment namepublic String getEnvDescription()
public void setEnvDescription(String EnvDescription)
EnvDescription - Compute environment description
Note: This field may return null, indicating that no valid values can be obtained.public String getEnvType()
public void setEnvType(String EnvType)
EnvType - Compute environment type. Only "MANAGED" type is supportedpublic EnvData getEnvData()
public void setEnvData(EnvData EnvData)
EnvData - Compute environment parameterpublic MountDataDisk[] getMountDataDisks()
public void setMountDataDisks(MountDataDisk[] MountDataDisks)
MountDataDisks - Data disk mounting optionpublic InputMapping[] getInputMappings()
public void setInputMappings(InputMapping[] InputMappings)
InputMappings - Input mappingpublic Authentication[] getAuthentications()
public void setAuthentications(Authentication[] Authentications)
Authentications - Authorization informationpublic Notification[] getNotifications()
public void setNotifications(Notification[] Notifications)
Notifications - Notification informationpublic Long getDesiredComputeNodeCount()
public void setDesiredComputeNodeCount(Long DesiredComputeNodeCount)
DesiredComputeNodeCount - Number of desired compute nodespublic Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - Tag list bound to the compute environment.
Note: This field may return `null`, indicating that no valid value was found.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2021. All rights reserved.