public class AssociateSecurityGroupsRequest extends AbstractModel
header, skipSign| 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,类似tdsql-lesecurk,支持指定多个实例。 | 
| String | getProduct()Get 数据库引擎名称,本接口取值:mariadb。 | 
| String | getSecurityGroupId()Get 要绑定的安全组ID,类似sg-efil73jd。 | 
| void | setInstanceIds(String[] InstanceIds)Set 被绑定的实例ID,类似tdsql-lesecurk,支持指定多个实例。 | 
| void | setProduct(String Product)Set 数据库引擎名称,本接口取值:mariadb。 | 
| void | setSecurityGroupId(String SecurityGroupId)Set 要绑定的安全组ID,类似sg-efil73jd。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AssociateSecurityGroupsRequest()
public AssociateSecurityGroupsRequest(AssociateSecurityGroupsRequest source)
public String getProduct()
public void setProduct(String Product)
Product - 数据库引擎名称,本接口取值:mariadb。public String getSecurityGroupId()
public void setSecurityGroupId(String SecurityGroupId)
SecurityGroupId - 要绑定的安全组ID,类似sg-efil73jd。public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds - 被绑定的实例ID,类似tdsql-lesecurk,支持指定多个实例。Copyright © 2025. All rights reserved.