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