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