public static final class ListGatewayRouteTableEntriesResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
ListGatewayRouteTableEntriesResponseBody |
build() |
ListGatewayRouteTableEntriesResponseBody.Builder |
gatewayRouteEntryModels(List<ListGatewayRouteTableEntriesResponseBody.GatewayRouteEntryModels> gatewayRouteEntryModels)
The details of the routes in the gateway route table.
|
ListGatewayRouteTableEntriesResponseBody.Builder |
nextToken(String nextToken)
The returned value of NextToken is a pagination token, which can be used in the next request to retrieve a new page of results.
|
ListGatewayRouteTableEntriesResponseBody.Builder |
requestId(String requestId)
The request ID.
|
ListGatewayRouteTableEntriesResponseBody.Builder |
totalCount(String totalCount)
The total number of entries returned.
|
public ListGatewayRouteTableEntriesResponseBody.Builder gatewayRouteEntryModels(List<ListGatewayRouteTableEntriesResponseBody.GatewayRouteEntryModels> gatewayRouteEntryModels)
public ListGatewayRouteTableEntriesResponseBody.Builder nextToken(String nextToken)
* If **NextToken** is empty, no next page exists. * If a value is returned for **NextToken**, the value is used to retrieve a new page of results.
public ListGatewayRouteTableEntriesResponseBody.Builder requestId(String requestId)
public ListGatewayRouteTableEntriesResponseBody.Builder totalCount(String totalCount)
public ListGatewayRouteTableEntriesResponseBody build()
Copyright © 2024. All rights reserved.