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 List of instance IDs, which is an array of one or more instance IDs.
|
String |
getProduct()
Get Database engine name, which is `redis` for this API.
|
String |
getSecurityGroupId()
Get Security group ID
|
void |
setInstanceIds(String[] InstanceIds)
Set List of instance IDs, which is an array of one or more instance IDs.
|
void |
setProduct(String Product)
Set Database engine name, which is `redis` for this API.
|
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, which is `redis` for this API.public String getSecurityGroupId()
public void setSecurityGroupId(String SecurityGroupId)
SecurityGroupId
- Security group IDpublic String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- List of instance IDs, which is an array of one or more instance IDs.Copyright © 2022. All rights reserved.