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,格式如:kee-c1nl9***,支持指定多个实例。
|
String |
getProduct()
Get 数据库引擎名称:keewidb。
|
String |
getSecurityGroupId()
Get 要绑定的安全组 ID,类似sg-efil7***。
|
void |
setInstanceIds(String[] InstanceIds)
Set 实例 ID,格式如:kee-c1nl9***,支持指定多个实例。
|
void |
setProduct(String Product)
Set 数据库引擎名称:keewidb。
|
void |
setSecurityGroupId(String SecurityGroupId)
Set 要绑定的安全组 ID,类似sg-efil7***。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AssociateSecurityGroupsRequest()
public AssociateSecurityGroupsRequest(AssociateSecurityGroupsRequest source)
public String getProduct()
public void setProduct(String Product)
Product
- 数据库引擎名称:keewidb。public String getSecurityGroupId()
public void setSecurityGroupId(String SecurityGroupId)
SecurityGroupId
- 要绑定的安全组 ID,类似sg-efil7***。public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- 实例 ID,格式如:kee-c1nl9***,支持指定多个实例。Copyright © 2024. All rights reserved.