public class DisassociateSecurityGroupsRequest extends AbstractModel
Constructor and Description |
---|
DisassociateSecurityGroupsRequest() |
DisassociateSecurityGroupsRequest(DisassociateSecurityGroupsRequest 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[] |
getInstanceIds()
Get ID of the instance to be unbound, such as `ein-lesecurk`.
|
String[] |
getSecurityGroupIds()
Get ID of the security group to be unbound, such as `esg-efil73jd`.
|
void |
setInstanceIds(String[] InstanceIds)
Set ID of the instance to be unbound, such as `ein-lesecurk`.
|
void |
setSecurityGroupIds(String[] SecurityGroupIds)
Set ID of the security group to be unbound, such as `esg-efil73jd`.
|
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 DisassociateSecurityGroupsRequest()
public DisassociateSecurityGroupsRequest(DisassociateSecurityGroupsRequest source)
public String[] getSecurityGroupIds()
public void setSecurityGroupIds(String[] SecurityGroupIds)
SecurityGroupIds
- ID of the security group to be unbound, such as `esg-efil73jd`. You can unbind only one security group at a time.public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- ID of the instance to be unbound, such as `ein-lesecurk`. You can specify multiple instances.Copyright © 2023. All rights reserved.