public class DisassociateSecurityGroupRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DisassociateSecurityGroupRequest() | 
| DisassociateSecurityGroupRequest(DisassociateSecurityGroupRequest 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 | getId()Get 媒体传输安全组ID。 | 
| UnattachSecurityGroupInOutInfo[] | getUnattachInOutInfos()Get 要解绑的输入输出信息列表。 | 
| void | setId(String Id)Set 媒体传输安全组ID。 | 
| void | setUnattachInOutInfos(UnattachSecurityGroupInOutInfo[] UnattachInOutInfos)Set 要解绑的输入输出信息列表。 | 
| 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 DisassociateSecurityGroupRequest()
public DisassociateSecurityGroupRequest(DisassociateSecurityGroupRequest source)
public String getId()
public void setId(String Id)
Id - 媒体传输安全组ID。public UnattachSecurityGroupInOutInfo[] getUnattachInOutInfos()
public void setUnattachInOutInfos(UnattachSecurityGroupInOutInfo[] UnattachInOutInfos)
UnattachInOutInfos - 要解绑的输入输出信息列表。Copyright © 2025. All rights reserved.