Struct aws_sdk_iotthingsgraph::operation::search_system_instances::builders::SearchSystemInstancesOutputBuilder
source · #[non_exhaustive]pub struct SearchSystemInstancesOutputBuilder { /* private fields */ }Expand description
A builder for SearchSystemInstancesOutput.
Implementations§
source§impl SearchSystemInstancesOutputBuilder
impl SearchSystemInstancesOutputBuilder
sourcepub fn summaries(self, input: SystemInstanceSummary) -> Self
pub fn summaries(self, input: SystemInstanceSummary) -> Self
Appends an item to summaries.
To override the contents of this collection use set_summaries.
An array of objects that contain summary data abour the system instances in the result set.
sourcepub fn set_summaries(self, input: Option<Vec<SystemInstanceSummary>>) -> Self
pub fn set_summaries(self, input: Option<Vec<SystemInstanceSummary>>) -> Self
An array of objects that contain summary data abour the system instances in the result set.
sourcepub fn get_summaries(&self) -> &Option<Vec<SystemInstanceSummary>>
pub fn get_summaries(&self) -> &Option<Vec<SystemInstanceSummary>>
An array of objects that contain summary data abour the system instances in the result set.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The string to specify as nextToken when you request the next page of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The string to specify as nextToken when you request the next page of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The string to specify as nextToken when you request the next page of results.
sourcepub fn build(self) -> SearchSystemInstancesOutput
pub fn build(self) -> SearchSystemInstancesOutput
Consumes the builder and constructs a SearchSystemInstancesOutput.
Trait Implementations§
source§impl Clone for SearchSystemInstancesOutputBuilder
impl Clone for SearchSystemInstancesOutputBuilder
source§fn clone(&self) -> SearchSystemInstancesOutputBuilder
fn clone(&self) -> SearchSystemInstancesOutputBuilder
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 SearchSystemInstancesOutputBuilder
impl Default for SearchSystemInstancesOutputBuilder
source§fn default() -> SearchSystemInstancesOutputBuilder
fn default() -> SearchSystemInstancesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SearchSystemInstancesOutputBuilder
impl PartialEq for SearchSystemInstancesOutputBuilder
source§fn eq(&self, other: &SearchSystemInstancesOutputBuilder) -> bool
fn eq(&self, other: &SearchSystemInstancesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SearchSystemInstancesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for SearchSystemInstancesOutputBuilder
impl Send for SearchSystemInstancesOutputBuilder
impl Sync for SearchSystemInstancesOutputBuilder
impl Unpin for SearchSystemInstancesOutputBuilder
impl UnwindSafe for SearchSystemInstancesOutputBuilder
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.