public class CreateComputeEnvRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateComputeEnvRequest() |
CreateComputeEnvRequest(CreateComputeEnvRequest 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 |
---|---|
String |
getClientToken()
Get The string used to guarantee the idempotency of the request, which is generated by the user and must be unique for different requests.
|
NamedComputeEnv |
getComputeEnv()
Get Compute environment information
|
Placement |
getPlacement()
Get Location information
|
void |
setClientToken(String ClientToken)
Set The string used to guarantee the idempotency of the request, which is generated by the user and must be unique for different requests.
|
void |
setComputeEnv(NamedComputeEnv ComputeEnv)
Set Compute environment information
|
void |
setPlacement(Placement Placement)
Set Location information
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateComputeEnvRequest()
public CreateComputeEnvRequest(CreateComputeEnvRequest source)
public NamedComputeEnv getComputeEnv()
public void setComputeEnv(NamedComputeEnv ComputeEnv)
ComputeEnv
- Compute environment informationpublic Placement getPlacement()
public void setPlacement(Placement Placement)
Placement
- Location informationpublic String getClientToken()
public void setClientToken(String ClientToken)
ClientToken
- The string used to guarantee the idempotency of the request, which is generated by the user and must be unique for different requests. The maximum length is 64 ASCII characters. If this parameter is not specified, the idempotency of the request cannot be guaranteed.Copyright © 2024. All rights reserved.