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 Scaling group ID. | 
| String[] | getInstanceIds()Get List of running instances. | 
| void | setAutoScalingGroupId(String AutoScalingGroupId)Set Scaling group ID. | 
| void | setInstanceIds(String[] InstanceIds)Set List of running instances. | 
| 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, toJsonStringpublic EnterStandbyRequest()
public EnterStandbyRequest(EnterStandbyRequest source)
public String getAutoScalingGroupId()
public void setAutoScalingGroupId(String AutoScalingGroupId)
AutoScalingGroupId - Scaling group ID. obtain available scaling group ids in the following ways:.
public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds - List of running instances. non-running instances are not supported. you can obtain available instance ids in the following ways:.
Copyright © 2025. All rights reserved.