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