Struct aws_sdk_appmesh::operation::list_virtual_services::builders::ListVirtualServicesOutputBuilder
source · #[non_exhaustive]pub struct ListVirtualServicesOutputBuilder { /* private fields */ }
Expand description
A builder for ListVirtualServicesOutput
.
Implementations§
source§impl ListVirtualServicesOutputBuilder
impl ListVirtualServicesOutputBuilder
sourcepub fn virtual_services(self, input: VirtualServiceRef) -> Self
pub fn virtual_services(self, input: VirtualServiceRef) -> Self
Appends an item to virtual_services
.
To override the contents of this collection use set_virtual_services
.
The list of existing virtual services for the specified service mesh.
sourcepub fn set_virtual_services(self, input: Option<Vec<VirtualServiceRef>>) -> Self
pub fn set_virtual_services(self, input: Option<Vec<VirtualServiceRef>>) -> Self
The list of existing virtual services for the specified service mesh.
sourcepub fn get_virtual_services(&self) -> &Option<Vec<VirtualServiceRef>>
pub fn get_virtual_services(&self) -> &Option<Vec<VirtualServiceRef>>
The list of existing virtual services 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 ListVirtualServices
request. When the results of a ListVirtualServices
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 ListVirtualServices
request. When the results of a ListVirtualServices
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 get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The nextToken
value to include in a future ListVirtualServices
request. When the results of a ListVirtualServices
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) -> Result<ListVirtualServicesOutput, BuildError>
pub fn build(self) -> Result<ListVirtualServicesOutput, BuildError>
Consumes the builder and constructs a ListVirtualServicesOutput
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for ListVirtualServicesOutputBuilder
impl Clone for ListVirtualServicesOutputBuilder
source§fn clone(&self) -> ListVirtualServicesOutputBuilder
fn clone(&self) -> ListVirtualServicesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListVirtualServicesOutputBuilder
impl Default for ListVirtualServicesOutputBuilder
source§fn default() -> ListVirtualServicesOutputBuilder
fn default() -> ListVirtualServicesOutputBuilder
source§impl PartialEq for ListVirtualServicesOutputBuilder
impl PartialEq for ListVirtualServicesOutputBuilder
source§fn eq(&self, other: &ListVirtualServicesOutputBuilder) -> bool
fn eq(&self, other: &ListVirtualServicesOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.