Struct aws_sdk_appmesh::output::list_routes_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for ListRoutesOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn routes(self, input: RouteRef) -> Self
pub fn routes(self, input: RouteRef) -> Self
Appends an item to routes.
To override the contents of this collection use set_routes.
The list of existing routes for the specified service mesh and virtual router.
sourcepub fn set_routes(self, input: Option<Vec<RouteRef>>) -> Self
pub fn set_routes(self, input: Option<Vec<RouteRef>>) -> Self
The list of existing routes for the specified service mesh and virtual router.
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 ListRoutes request. When the results of a ListRoutes 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 ListRoutes request. When the results of a ListRoutes 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) -> ListRoutesOutput
pub fn build(self) -> ListRoutesOutput
Consumes the builder and constructs a ListRoutesOutput.