public class EnterStandbyRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
EnterStandbyRequest() |
EnterStandbyRequest(EnterStandbyRequest 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。
|
String[] |
getInstanceIds()
Get 运行中状态实例列表,不支持传入非运行中状态实例。
|
void |
setAutoScalingGroupId(String AutoScalingGroupId)
Set 伸缩组 ID。
|
void |
setInstanceIds(String[] InstanceIds)
Set 运行中状态实例列表,不支持传入非运行中状态实例。
|
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 EnterStandbyRequest()
public EnterStandbyRequest(EnterStandbyRequest source)
public String getAutoScalingGroupId()
public void setAutoScalingGroupId(String AutoScalingGroupId)
AutoScalingGroupId
- 伸缩组 ID。public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- 运行中状态实例列表,不支持传入非运行中状态实例。Copyright © 2025. All rights reserved.