public class SetInstancesProtectionRequest extends AbstractModel
Constructor and Description |
---|
SetInstancesProtectionRequest() |
SetInstancesProtectionRequest(SetInstancesProtectionRequest 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 实例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, toJsonString
public SetInstancesProtectionRequest()
public SetInstancesProtectionRequest(SetInstancesProtectionRequest source)
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 © 2022. All rights reserved.