public class CreateRouteTableResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
requestId
The ID of the request.
|
String |
routeTableId
The IDs of the route tables.
|
构造器和说明 |
---|
CreateRouteTableResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreateRouteTableResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
String |
getRouteTableId() |
CreateRouteTableResponseBody |
setRequestId(String requestId) |
CreateRouteTableResponseBody |
setRouteTableId(String routeTableId) |
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:62172DD5-6BAC-45DF-8D44-E11ED28DCAC0
@NameInMap(value="RouteTableId") public String routeTableId
The IDs of the route tables.
example:vtb-bp145q7glnuzdvzu2****
public static CreateRouteTableResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateRouteTableResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateRouteTableResponseBody setRouteTableId(String routeTableId)
public String getRouteTableId()
Copyright © 2024. All rights reserved.