public class InputSecurityGroupInfo extends AbstractModel
Constructor and Description |
---|
InputSecurityGroupInfo() |
InputSecurityGroupInfo(InputSecurityGroupInfo 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 Input security group ID.
|
String |
getName()
Get Input security group name.
|
String[] |
getOccupiedInputs()
Get List of bound input streams.
|
String |
getRegion()
Get Input security group address.
|
String[] |
getWhitelist()
Get List of allowlist entries.
|
void |
setId(String Id)
Set Input security group ID.
|
void |
setName(String Name)
Set Input security group name.
|
void |
setOccupiedInputs(String[] OccupiedInputs)
Set List of bound input streams.
|
void |
setRegion(String Region)
Set Input security group address.
|
void |
setWhitelist(String[] Whitelist)
Set List of allowlist entries.
|
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 InputSecurityGroupInfo()
public InputSecurityGroupInfo(InputSecurityGroupInfo source)
public String getId()
public void setId(String Id)
Id
- Input security group ID.public String getName()
public void setName(String Name)
Name
- Input security group name.public String[] getWhitelist()
public void setWhitelist(String[] Whitelist)
Whitelist
- List of allowlist entries.public String[] getOccupiedInputs()
public void setOccupiedInputs(String[] OccupiedInputs)
OccupiedInputs
- List of bound input streams.
Note: this field may return null, indicating that no valid values can be obtained.public String getRegion()
public void setRegion(String Region)
Region
- Input security group address.Copyright © 2023. All rights reserved.