Struct aws_sdk_appmesh::output::list_gateway_routes_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for ListGatewayRoutesOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn gateway_routes(self, input: GatewayRouteRef) -> Self
pub fn gateway_routes(self, input: GatewayRouteRef) -> Self
Appends an item to gateway_routes.
To override the contents of this collection use set_gateway_routes.
The list of existing gateway routes for the specified service mesh and virtual gateway.
sourcepub fn set_gateway_routes(self, input: Option<Vec<GatewayRouteRef>>) -> Self
pub fn set_gateway_routes(self, input: Option<Vec<GatewayRouteRef>>) -> Self
The list of existing gateway routes for the specified service mesh and virtual gateway.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The nextToken value to include in a future ListGatewayRoutes request. When the results of a ListGatewayRoutes request exceed limit, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The nextToken value to include in a future ListGatewayRoutes request. When the results of a ListGatewayRoutes request exceed limit, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn build(self) -> ListGatewayRoutesOutput
pub fn build(self) -> ListGatewayRoutesOutput
Consumes the builder and constructs a ListGatewayRoutesOutput.