public class UpdateCoolDownRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateCoolDownRequest() |
UpdateCoolDownRequest(UpdateCoolDownRequest 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 |
getBucket()
Get Address of the COS bucket where the user stores layered hot and cold data
|
Long |
getEnable()
Get Whether to enable.
|
String |
getInstanceId()
Get Cluster ID
|
void |
setBucket(String Bucket)
Set Address of the COS bucket where the user stores layered hot and cold data
|
void |
setEnable(Long Enable)
Set Whether to enable.
|
void |
setInstanceId(String InstanceId)
Set Cluster ID
|
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 UpdateCoolDownRequest()
public UpdateCoolDownRequest(UpdateCoolDownRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Cluster IDpublic Long getEnable()
public void setEnable(Long Enable)
Enable
- Whether to enable. 0: disable; 1: enable.public String getBucket()
public void setBucket(String Bucket)
Bucket
- Address of the COS bucket where the user stores layered hot and cold dataCopyright © 2024. All rights reserved.