public class DisassociateVpcEndPointSecurityGroupsRequest extends AbstractModel
Constructor and Description |
---|
DisassociateVpcEndPointSecurityGroupsRequest() |
DisassociateVpcEndPointSecurityGroupsRequest(DisassociateVpcEndPointSecurityGroupsRequest 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 |
getEndPointId()
Get 终端节点ID。
|
String[] |
getSecurityGroupIds()
Get 安全组ID数组。
|
void |
setEndPointId(String EndPointId)
Set 终端节点ID。
|
void |
setSecurityGroupIds(String[] SecurityGroupIds)
Set 安全组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 DisassociateVpcEndPointSecurityGroupsRequest()
public DisassociateVpcEndPointSecurityGroupsRequest(DisassociateVpcEndPointSecurityGroupsRequest source)
public String[] getSecurityGroupIds()
public void setSecurityGroupIds(String[] SecurityGroupIds)
SecurityGroupIds
- 安全组ID数组。public String getEndPointId()
public void setEndPointId(String EndPointId)
EndPointId
- 终端节点ID。Copyright © 2022. All rights reserved.