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 Instance ID list, which is an array of one or more instance IDs.
|
String |
getProduct()
Get Database engine name.
|
String |
getSecurityGroupId()
Get Security group ID
|
void |
setInstanceIds(String[] InstanceIds)
Set Instance ID list, which is an array of one or more instance IDs.
|
void |
setProduct(String Product)
Set Database engine name.
|
void |
setSecurityGroupId(String SecurityGroupId)
Set Security group ID
|
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 getProduct()
public void setProduct(String Product)
Product
- Database engine name. Valid value: `dcdb`.public String getSecurityGroupId()
public void setSecurityGroupId(String SecurityGroupId)
SecurityGroupId
- Security group IDpublic String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- Instance ID list, which is an array of one or more instance IDs.Copyright © 2021. All rights reserved.