public class ModifyClusterAsGroupAttributeRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyClusterAsGroupAttributeRequest() |
ModifyClusterAsGroupAttributeRequest(ModifyClusterAsGroupAttributeRequest 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 |
---|---|
ClusterAsGroupAttribute |
getClusterAsGroupAttribute()
Get Cluster-associated scaling group attributes
|
String |
getClusterId()
Get Cluster ID
|
void |
setClusterAsGroupAttribute(ClusterAsGroupAttribute ClusterAsGroupAttribute)
Set Cluster-associated scaling group attributes
|
void |
setClusterId(String ClusterId)
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 ModifyClusterAsGroupAttributeRequest()
public ModifyClusterAsGroupAttributeRequest(ModifyClusterAsGroupAttributeRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic ClusterAsGroupAttribute getClusterAsGroupAttribute()
public void setClusterAsGroupAttribute(ClusterAsGroupAttribute ClusterAsGroupAttribute)
ClusterAsGroupAttribute
- Cluster-associated scaling group attributesCopyright © 2024. All rights reserved.