public class UnattachSecurityGroupInOutInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UnattachSecurityGroupInOutInfo() | 
| UnattachSecurityGroupInOutInfo(UnattachSecurityGroupInOutInfo 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 | getFlowId()Get 该安全组关联的FlowId。 | 
| String | getFlowRegion()Get Flow所在的Region,和input共用。 | 
| String | getInOutId()Get 要解绑的输入/输出ID。 | 
| String | getInOutType()Get 输入/输出类型,可选值:
Input:输入
Output:输出。 | 
| void | setFlowId(String FlowId)Set 该安全组关联的FlowId。 | 
| void | setFlowRegion(String FlowRegion)Set Flow所在的Region,和input共用。 | 
| void | setInOutId(String InOutId)Set 要解绑的输入/输出ID。 | 
| void | setInOutType(String InOutType)Set 输入/输出类型,可选值:
Input:输入
Output:输出。 | 
| 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 UnattachSecurityGroupInOutInfo()
public UnattachSecurityGroupInOutInfo(UnattachSecurityGroupInOutInfo source)
public String getFlowId()
public void setFlowId(String FlowId)
FlowId - 该安全组关联的FlowId。public String getInOutId()
public void setInOutId(String InOutId)
InOutId - 要解绑的输入/输出ID。public String getInOutType()
public void setInOutType(String InOutType)
InOutType - 输入/输出类型,可选值:
Input:输入
Output:输出。public String getFlowRegion()
public void setFlowRegion(String FlowRegion)
FlowRegion - Flow所在的Region,和input共用。Copyright © 2025. All rights reserved.