public class CreateLaneRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateLaneRequest() | 
| CreateLaneRequest(CreateLaneRequest 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 | 
|---|---|
| LaneGroup[] | getLaneGroupList()Get 泳道部署组信息。 | 
| String | getLaneName()Get 泳道配置名称,最多支持60个字符,只能包含字母、数字及分隔符(“-”),且不能以分隔符开头或结尾。 | 
| String[] | getProgramIdList()Get 需要绑定的数据集ID。该参数可以通过调用 [DescribePrograms](https://cloud.tencent.com/document/product/649/73477) 的返回值中的 ProgramId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/privilege?tab=program&roleId=role-yrle4doy)查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/product/649/108544)创建新的数据集。 | 
| String | getRemark()Get 泳道配置备注,最多支持200个字符。 | 
| void | setLaneGroupList(LaneGroup[] LaneGroupList)Set 泳道部署组信息。 | 
| void | setLaneName(String LaneName)Set 泳道配置名称,最多支持60个字符,只能包含字母、数字及分隔符(“-”),且不能以分隔符开头或结尾。 | 
| void | setProgramIdList(String[] ProgramIdList)Set 需要绑定的数据集ID。该参数可以通过调用 [DescribePrograms](https://cloud.tencent.com/document/product/649/73477) 的返回值中的 ProgramId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/privilege?tab=program&roleId=role-yrle4doy)查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/product/649/108544)创建新的数据集。 | 
| void | setRemark(String Remark)Set 泳道配置备注,最多支持200个字符。 | 
| 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 CreateLaneRequest()
public CreateLaneRequest(CreateLaneRequest source)
public String getLaneName()
public void setLaneName(String LaneName)
LaneName - 泳道配置名称,最多支持60个字符,只能包含字母、数字及分隔符(“-”),且不能以分隔符开头或结尾。public String getRemark()
public void setRemark(String Remark)
Remark - 泳道配置备注,最多支持200个字符。public LaneGroup[] getLaneGroupList()
public void setLaneGroupList(LaneGroup[] LaneGroupList)
LaneGroupList - 泳道部署组信息。public String[] getProgramIdList()
public void setProgramIdList(String[] ProgramIdList)
ProgramIdList - 需要绑定的数据集ID。该参数可以通过调用 [DescribePrograms](https://cloud.tencent.com/document/product/649/73477) 的返回值中的 ProgramId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/privilege?tab=program&roleId=role-yrle4doy)查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/product/649/108544)创建新的数据集。Copyright © 2025. All rights reserved.