public class ModifyDBInstanceSecurityGroupsRequest extends AbstractModel
Constructor and Description |
---|
ModifyDBInstanceSecurityGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getInstanceId()
Get Instance ID
|
String |
getProduct()
Get Database engine name.
|
String[] |
getSecurityGroupIds()
Get List of IDs of security groups to be modified, which is an array of one or more security group IDs.
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setProduct(String Product)
Set Database engine name.
|
void |
setSecurityGroupIds(String[] SecurityGroupIds)
Set List of IDs of security groups to be modified, which is an array of one or more security group IDs.
|
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 ModifyDBInstanceSecurityGroupsRequest()
public String getProduct()
public void setProduct(String Product)
Product
- Database engine name. Valid value: `mariadb`.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic String[] getSecurityGroupIds()
public void setSecurityGroupIds(String[] SecurityGroupIds)
SecurityGroupIds
- List of IDs of security groups to be modified, which is an array of one or more security group IDs.Copyright © 2021. All rights reserved.