Struct aws_sdk_iotfleetwise::operation::list_decoder_manifests::builders::ListDecoderManifestsOutputBuilder
source · #[non_exhaustive]pub struct ListDecoderManifestsOutputBuilder { /* private fields */ }
Expand description
A builder for ListDecoderManifestsOutput
.
Implementations§
source§impl ListDecoderManifestsOutputBuilder
impl ListDecoderManifestsOutputBuilder
sourcepub fn summaries(self, input: DecoderManifestSummary) -> Self
pub fn summaries(self, input: DecoderManifestSummary) -> Self
Appends an item to summaries
.
To override the contents of this collection use set_summaries
.
A list of information about each decoder manifest.
sourcepub fn set_summaries(self, input: Option<Vec<DecoderManifestSummary>>) -> Self
pub fn set_summaries(self, input: Option<Vec<DecoderManifestSummary>>) -> Self
A list of information about each decoder manifest.
sourcepub fn get_summaries(&self) -> &Option<Vec<DecoderManifestSummary>>
pub fn get_summaries(&self) -> &Option<Vec<DecoderManifestSummary>>
A list of information about each decoder manifest.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token to retrieve the next set of results, or null
if there are no more results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token to retrieve the next set of results, or null
if there are no more results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token to retrieve the next set of results, or null
if there are no more results.
sourcepub fn build(self) -> ListDecoderManifestsOutput
pub fn build(self) -> ListDecoderManifestsOutput
Consumes the builder and constructs a ListDecoderManifestsOutput
.
Trait Implementations§
source§impl Clone for ListDecoderManifestsOutputBuilder
impl Clone for ListDecoderManifestsOutputBuilder
source§fn clone(&self) -> ListDecoderManifestsOutputBuilder
fn clone(&self) -> ListDecoderManifestsOutputBuilder
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 ListDecoderManifestsOutputBuilder
impl Default for ListDecoderManifestsOutputBuilder
source§fn default() -> ListDecoderManifestsOutputBuilder
fn default() -> ListDecoderManifestsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListDecoderManifestsOutputBuilder> for ListDecoderManifestsOutputBuilder
impl PartialEq<ListDecoderManifestsOutputBuilder> for ListDecoderManifestsOutputBuilder
source§fn eq(&self, other: &ListDecoderManifestsOutputBuilder) -> bool
fn eq(&self, other: &ListDecoderManifestsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListDecoderManifestsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListDecoderManifestsOutputBuilder
impl Send for ListDecoderManifestsOutputBuilder
impl Sync for ListDecoderManifestsOutputBuilder
impl Unpin for ListDecoderManifestsOutputBuilder
impl UnwindSafe for ListDecoderManifestsOutputBuilder
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