public class SetInstancesProtectionRequest extends AbstractModel
| Constructor and Description |
|---|
SetInstancesProtectionRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAutoScalingGroupId()
Get 伸缩组ID。
|
String[] |
getInstanceIds()
Get 实例ID。
|
Boolean |
getProtectedFromScaleIn()
Get 实例是否需要移出保护。
|
void |
setAutoScalingGroupId(String AutoScalingGroupId)
Set 伸缩组ID。
|
void |
setInstanceIds(String[] InstanceIds)
Set 实例ID。
|
void |
setProtectedFromScaleIn(Boolean ProtectedFromScaleIn)
Set 实例是否需要移出保护。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getAutoScalingGroupId()
public void setAutoScalingGroupId(String AutoScalingGroupId)
AutoScalingGroupId - 伸缩组ID。public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds - 实例ID。public Boolean getProtectedFromScaleIn()
public void setProtectedFromScaleIn(Boolean ProtectedFromScaleIn)
ProtectedFromScaleIn - 实例是否需要移出保护。Copyright © 2020. All rights reserved.