public class InputInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
InputInfo() |
InputInfo(InputInfo 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[] |
getAttachedChannels()
Get Array of channels associated with input.
|
String |
getId()
Get Input ID.
|
InputSettingInfo[] |
getInputSettings()
Get Input configuration array.
|
String |
getName()
Get Input name.
|
String |
getRegion()
Get Input region.
|
String[] |
getSecurityGroupIds()
Get Array of security groups associated with input.
|
String |
getType()
Get Input type.
|
void |
setAttachedChannels(String[] AttachedChannels)
Set Array of channels associated with input.
|
void |
setId(String Id)
Set Input ID.
|
void |
setInputSettings(InputSettingInfo[] InputSettings)
Set Input configuration array.
|
void |
setName(String Name)
Set Input name.
|
void |
setRegion(String Region)
Set Input region.
|
void |
setSecurityGroupIds(String[] SecurityGroupIds)
Set Array of security groups associated with input.
|
void |
setType(String Type)
Set Input type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public InputInfo()
public InputInfo(InputInfo source)
public String getRegion()
public void setRegion(String Region)
Region
- Input region.public String getId()
public void setId(String Id)
Id
- Input ID.public String getName()
public void setName(String Name)
Name
- Input name.public String getType()
public void setType(String Type)
Type
- Input type.public String[] getSecurityGroupIds()
public void setSecurityGroupIds(String[] SecurityGroupIds)
SecurityGroupIds
- Array of security groups associated with input.public String[] getAttachedChannels()
public void setAttachedChannels(String[] AttachedChannels)
AttachedChannels
- Array of channels associated with input.
Note: this field may return null, indicating that no valid values can be obtained.public InputSettingInfo[] getInputSettings()
public void setInputSettings(InputSettingInfo[] InputSettings)
InputSettings
- Input configuration array.Copyright © 2024. All rights reserved.