public class GetSwimLaneListRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
groupName
The name of the lane group.
|
String |
serviceMeshId
The ID of the Service Mesh (ASM) instance.
|
| 构造器和说明 |
|---|
GetSwimLaneListRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetSwimLaneListRequest |
build(Map<String,?> map) |
String |
getGroupName() |
String |
getServiceMeshId() |
GetSwimLaneListRequest |
setGroupName(String groupName) |
GetSwimLaneListRequest |
setServiceMeshId(String serviceMeshId) |
@NameInMap(value="GroupName") public String groupName
The name of the lane group.
@NameInMap(value="ServiceMeshId") public String serviceMeshId
The ID of the Service Mesh (ASM) instance.
public static GetSwimLaneListRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetSwimLaneListRequest setGroupName(String groupName)
public String getGroupName()
public GetSwimLaneListRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
Copyright © 2023. All rights reserved.