Class DisassociateVpcEndPointSecurityGroupsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.DisassociateVpcEndPointSecurityGroupsRequest
-
public class DisassociateVpcEndPointSecurityGroupsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEndPointId()Get 终端节点ID。String[]getSecurityGroupIds()Get 安全组ID数组。voidsetEndPointId(String EndPointId)Set 终端节点ID。voidsetSecurityGroupIds(String[] SecurityGroupIds)Set 安全组ID数组。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DisassociateVpcEndPointSecurityGroupsRequest
public DisassociateVpcEndPointSecurityGroupsRequest()
-
DisassociateVpcEndPointSecurityGroupsRequest
public 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.
-
-
Method Detail
-
getSecurityGroupIds
public String[] getSecurityGroupIds()
Get 安全组ID数组。- Returns:
- SecurityGroupIds 安全组ID数组。
-
setSecurityGroupIds
public void setSecurityGroupIds(String[] SecurityGroupIds)
Set 安全组ID数组。- Parameters:
SecurityGroupIds- 安全组ID数组。
-
getEndPointId
public String getEndPointId()
Get 终端节点ID。- Returns:
- EndPointId 终端节点ID。
-
setEndPointId
public void setEndPointId(String EndPointId)
Set 终端节点ID。- Parameters:
EndPointId- 终端节点ID。
-
-