public class AssociateSecurityGroupsRequest extends AbstractModel
| Constructor and Description | 
|---|
| AssociateSecurityGroupsRequest() | 
| AssociateSecurityGroupsRequest(AssociateSecurityGroupsRequest 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(s) of the instance(s) to be associated in the format of tdsql-lesecurk. | 
| String | getProduct()Get Database engine name. | 
| String | getSecurityGroupId()Get ID of the security group to be associated in the format of sg-efil73jd. | 
| void | setInstanceIds(String[] InstanceIds)Set ID(s) of the instance(s) to be associated in the format of tdsql-lesecurk. | 
| void | setProduct(String Product)Set Database engine name. | 
| void | setSecurityGroupId(String SecurityGroupId)Set ID of the security group to be associated in the format of sg-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, toJsonStringpublic AssociateSecurityGroupsRequest()
public AssociateSecurityGroupsRequest(AssociateSecurityGroupsRequest source)
public String getProduct()
public void setProduct(String Product)
Product - Database engine name. Valid value: `mariadb`.public String getSecurityGroupId()
public void setSecurityGroupId(String SecurityGroupId)
SecurityGroupId - ID of the security group to be associated in the format of sg-efil73jd.public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds - ID(s) of the instance(s) to be associated in the format of tdsql-lesecurk. You can specify multiple instances.Copyright © 2022. All rights reserved.