public class SetInstancesProtectionRequest extends AbstractModel
Constructor and Description |
---|
SetInstancesProtectionRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getAutoScalingGroupId()
获取伸缩组ID。
|
String[] |
getInstanceIds()
获取实例ID。
|
Boolean |
getProtectedFromScaleIn()
获取实例是否需要移出保护。
|
void |
setAutoScalingGroupId(String AutoScalingGroupId)
设置伸缩组ID。
|
void |
setInstanceIds(String[] InstanceIds)
设置实例ID。
|
void |
setProtectedFromScaleIn(Boolean ProtectedFromScaleIn)
设置实例是否需要移出保护。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2019. All rights reserved.