public class CreateStreamLiveInputSecurityGroupRequest extends AbstractModel
Constructor and Description |
---|
CreateStreamLiveInputSecurityGroupRequest() |
CreateStreamLiveInputSecurityGroupRequest(CreateStreamLiveInputSecurityGroupRequest 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 |
getName()
Get Input security group name, which can contain case-sensitive letters, digits, and underscores and must be unique at the region level
|
String[] |
getWhitelist()
Get Allowlist entries.
|
void |
setName(String Name)
Set Input security group name, which can contain case-sensitive letters, digits, and underscores and must be unique at the region level
|
void |
setWhitelist(String[] Whitelist)
Set 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 CreateStreamLiveInputSecurityGroupRequest()
public CreateStreamLiveInputSecurityGroupRequest(CreateStreamLiveInputSecurityGroupRequest source)
public String getName()
public void setName(String Name)
Name
- Input security group name, which can contain case-sensitive letters, digits, and underscores and must be unique at the region levelpublic String[] getWhitelist()
public void setWhitelist(String[] Whitelist)
Whitelist
- Allowlist entries. Quantity: [1, 10]Copyright © 2023. All rights reserved.