public class ModifyDesiredCapacityRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyDesiredCapacityRequest() |
ModifyDesiredCapacityRequest(ModifyDesiredCapacityRequest 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 |
getAutoScalingGroupId()
Get 伸缩组ID
|
Long |
getDesiredCapacity()
Get 期望实例数
|
Long |
getMaxSize()
Get 最大实例数,取值范围为0-2000。
|
Long |
getMinSize()
Get 最小实例数,取值范围为0-2000。
|
void |
setAutoScalingGroupId(String AutoScalingGroupId)
Set 伸缩组ID
|
void |
setDesiredCapacity(Long DesiredCapacity)
Set 期望实例数
|
void |
setMaxSize(Long MaxSize)
Set 最大实例数,取值范围为0-2000。
|
void |
setMinSize(Long MinSize)
Set 最小实例数,取值范围为0-2000。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyDesiredCapacityRequest()
public ModifyDesiredCapacityRequest(ModifyDesiredCapacityRequest source)
public String getAutoScalingGroupId()
public void setAutoScalingGroupId(String AutoScalingGroupId)
AutoScalingGroupId
- 伸缩组IDpublic Long getDesiredCapacity()
public void setDesiredCapacity(Long DesiredCapacity)
DesiredCapacity
- 期望实例数public Long getMinSize()
public void setMinSize(Long MinSize)
MinSize
- 最小实例数,取值范围为0-2000。public Long getMaxSize()
public void setMaxSize(Long MaxSize)
MaxSize
- 最大实例数,取值范围为0-2000。Copyright © 2024. All rights reserved.