Struct aws_sdk_iotthingsgraph::operation::search_entities::builders::SearchEntitiesOutputBuilder
source · #[non_exhaustive]pub struct SearchEntitiesOutputBuilder { /* private fields */ }
Expand description
A builder for SearchEntitiesOutput
.
Implementations§
source§impl SearchEntitiesOutputBuilder
impl SearchEntitiesOutputBuilder
sourcepub fn descriptions(self, input: EntityDescription) -> Self
pub fn descriptions(self, input: EntityDescription) -> Self
Appends an item to descriptions
.
To override the contents of this collection use set_descriptions
.
An array of descriptions for each entity returned in the search result.
sourcepub fn set_descriptions(self, input: Option<Vec<EntityDescription>>) -> Self
pub fn set_descriptions(self, input: Option<Vec<EntityDescription>>) -> Self
An array of descriptions for each entity returned in the search result.
sourcepub fn get_descriptions(&self) -> &Option<Vec<EntityDescription>>
pub fn get_descriptions(&self) -> &Option<Vec<EntityDescription>>
An array of descriptions for each entity returned in the search result.
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) -> SearchEntitiesOutput
pub fn build(self) -> SearchEntitiesOutput
Consumes the builder and constructs a SearchEntitiesOutput
.
Trait Implementations§
source§impl Clone for SearchEntitiesOutputBuilder
impl Clone for SearchEntitiesOutputBuilder
source§fn clone(&self) -> SearchEntitiesOutputBuilder
fn clone(&self) -> SearchEntitiesOutputBuilder
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 Debug for SearchEntitiesOutputBuilder
impl Debug for SearchEntitiesOutputBuilder
source§impl Default for SearchEntitiesOutputBuilder
impl Default for SearchEntitiesOutputBuilder
source§fn default() -> SearchEntitiesOutputBuilder
fn default() -> SearchEntitiesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SearchEntitiesOutputBuilder
impl PartialEq for SearchEntitiesOutputBuilder
source§fn eq(&self, other: &SearchEntitiesOutputBuilder) -> bool
fn eq(&self, other: &SearchEntitiesOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SearchEntitiesOutputBuilder
Auto Trait Implementations§
impl Freeze for SearchEntitiesOutputBuilder
impl RefUnwindSafe for SearchEntitiesOutputBuilder
impl Send for SearchEntitiesOutputBuilder
impl Sync for SearchEntitiesOutputBuilder
impl Unpin for SearchEntitiesOutputBuilder
impl UnwindSafe for SearchEntitiesOutputBuilder
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.