public class ModifyComputeEnvRequest extends AbstractModel
Constructor and Description |
---|
ModifyComputeEnvRequest() |
ModifyComputeEnvRequest(ModifyComputeEnvRequest 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 |
---|---|
Long |
getDesiredComputeNodeCount()
Get Number of desired compute nodes
|
ComputeEnvData |
getEnvData()
Get Compute environment attributes
|
String |
getEnvDescription()
Get Compute environment description
|
String |
getEnvId()
Get Compute environment ID
|
String |
getEnvName()
Get Compute environment name
|
void |
setDesiredComputeNodeCount(Long DesiredComputeNodeCount)
Set Number of desired compute nodes
|
void |
setEnvData(ComputeEnvData EnvData)
Set Compute environment attributes
|
void |
setEnvDescription(String EnvDescription)
Set Compute environment description
|
void |
setEnvId(String EnvId)
Set Compute environment ID
|
void |
setEnvName(String EnvName)
Set Compute environment name
|
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, toJsonString
public ModifyComputeEnvRequest()
public ModifyComputeEnvRequest(ModifyComputeEnvRequest source)
public String getEnvId()
public void setEnvId(String EnvId)
EnvId
- Compute environment IDpublic Long getDesiredComputeNodeCount()
public void setDesiredComputeNodeCount(Long DesiredComputeNodeCount)
DesiredComputeNodeCount
- Number of desired compute nodespublic String getEnvName()
public void setEnvName(String EnvName)
EnvName
- Compute environment namepublic String getEnvDescription()
public void setEnvDescription(String EnvDescription)
EnvDescription
- Compute environment descriptionpublic ComputeEnvData getEnvData()
public void setEnvData(ComputeEnvData EnvData)
EnvData
- Compute environment attributesCopyright © 2023. All rights reserved.