Struct aws_sdk_tnb::operation::list_sol_function_instances::builders::ListSolFunctionInstancesOutputBuilder
source · #[non_exhaustive]pub struct ListSolFunctionInstancesOutputBuilder { /* private fields */ }Expand description
A builder for ListSolFunctionInstancesOutput.
Implementations§
source§impl ListSolFunctionInstancesOutputBuilder
impl ListSolFunctionInstancesOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token to use 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 token to use 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 token to use to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn function_instances(self, input: ListSolFunctionInstanceInfo) -> Self
pub fn function_instances(self, input: ListSolFunctionInstanceInfo) -> Self
Appends an item to function_instances.
To override the contents of this collection use set_function_instances.
Network function instances.
sourcepub fn set_function_instances(
self,
input: Option<Vec<ListSolFunctionInstanceInfo>>
) -> Self
pub fn set_function_instances( self, input: Option<Vec<ListSolFunctionInstanceInfo>> ) -> Self
Network function instances.
sourcepub fn get_function_instances(
&self
) -> &Option<Vec<ListSolFunctionInstanceInfo>>
pub fn get_function_instances( &self ) -> &Option<Vec<ListSolFunctionInstanceInfo>>
Network function instances.
sourcepub fn build(self) -> ListSolFunctionInstancesOutput
pub fn build(self) -> ListSolFunctionInstancesOutput
Consumes the builder and constructs a ListSolFunctionInstancesOutput.
Trait Implementations§
source§impl Clone for ListSolFunctionInstancesOutputBuilder
impl Clone for ListSolFunctionInstancesOutputBuilder
source§fn clone(&self) -> ListSolFunctionInstancesOutputBuilder
fn clone(&self) -> ListSolFunctionInstancesOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for ListSolFunctionInstancesOutputBuilder
impl Default for ListSolFunctionInstancesOutputBuilder
source§fn default() -> ListSolFunctionInstancesOutputBuilder
fn default() -> ListSolFunctionInstancesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListSolFunctionInstancesOutputBuilder
impl PartialEq for ListSolFunctionInstancesOutputBuilder
source§fn eq(&self, other: &ListSolFunctionInstancesOutputBuilder) -> bool
fn eq(&self, other: &ListSolFunctionInstancesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListSolFunctionInstancesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListSolFunctionInstancesOutputBuilder
impl Send for ListSolFunctionInstancesOutputBuilder
impl Sync for ListSolFunctionInstancesOutputBuilder
impl Unpin for ListSolFunctionInstancesOutputBuilder
impl UnwindSafe for ListSolFunctionInstancesOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.