#[non_exhaustive]pub struct ListChecksOutputBuilder { /* private fields */ }
Expand description
A builder for ListChecksOutput
.
Implementations§
source§impl ListChecksOutputBuilder
impl ListChecksOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
sourcepub fn check_summaries(self, input: CheckSummary) -> Self
pub fn check_summaries(self, input: CheckSummary) -> Self
Appends an item to check_summaries
.
To override the contents of this collection use set_check_summaries
.
The list of Checks
sourcepub fn set_check_summaries(self, input: Option<Vec<CheckSummary>>) -> Self
pub fn set_check_summaries(self, input: Option<Vec<CheckSummary>>) -> Self
The list of Checks
sourcepub fn get_check_summaries(&self) -> &Option<Vec<CheckSummary>>
pub fn get_check_summaries(&self) -> &Option<Vec<CheckSummary>>
The list of Checks
sourcepub fn build(self) -> Result<ListChecksOutput, BuildError>
pub fn build(self) -> Result<ListChecksOutput, BuildError>
Consumes the builder and constructs a ListChecksOutput
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for ListChecksOutputBuilder
impl Clone for ListChecksOutputBuilder
source§fn clone(&self) -> ListChecksOutputBuilder
fn clone(&self) -> ListChecksOutputBuilder
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 ListChecksOutputBuilder
impl Debug for ListChecksOutputBuilder
source§impl Default for ListChecksOutputBuilder
impl Default for ListChecksOutputBuilder
source§fn default() -> ListChecksOutputBuilder
fn default() -> ListChecksOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListChecksOutputBuilder
impl PartialEq for ListChecksOutputBuilder
source§fn eq(&self, other: &ListChecksOutputBuilder) -> bool
fn eq(&self, other: &ListChecksOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListChecksOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListChecksOutputBuilder
impl Send for ListChecksOutputBuilder
impl Sync for ListChecksOutputBuilder
impl Unpin for ListChecksOutputBuilder
impl UnwindSafe for ListChecksOutputBuilder
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.