#[non_exhaustive]pub struct ListControlsOutputBuilder { /* private fields */ }
Expand description
A builder for ListControlsOutput
.
Implementations§
source§impl ListControlsOutputBuilder
impl ListControlsOutputBuilder
sourcepub fn control_metadata_list(self, input: ControlMetadata) -> Self
pub fn control_metadata_list(self, input: ControlMetadata) -> Self
Appends an item to control_metadata_list
.
To override the contents of this collection use set_control_metadata_list
.
A list of metadata that the ListControls
API returns for each control.
sourcepub fn set_control_metadata_list(
self,
input: Option<Vec<ControlMetadata>>
) -> Self
pub fn set_control_metadata_list( self, input: Option<Vec<ControlMetadata>> ) -> Self
A list of metadata that the ListControls
API returns for each control.
sourcepub fn get_control_metadata_list(&self) -> &Option<Vec<ControlMetadata>>
pub fn get_control_metadata_list(&self) -> &Option<Vec<ControlMetadata>>
A list of metadata that the ListControls
API returns for each control.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The pagination token that's used to fetch 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 pagination token that's used to fetch the next set of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The pagination token that's used to fetch the next set of results.
sourcepub fn build(self) -> ListControlsOutput
pub fn build(self) -> ListControlsOutput
Consumes the builder and constructs a ListControlsOutput
.
Trait Implementations§
source§impl Clone for ListControlsOutputBuilder
impl Clone for ListControlsOutputBuilder
source§fn clone(&self) -> ListControlsOutputBuilder
fn clone(&self) -> ListControlsOutputBuilder
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 ListControlsOutputBuilder
impl Debug for ListControlsOutputBuilder
source§impl Default for ListControlsOutputBuilder
impl Default for ListControlsOutputBuilder
source§fn default() -> ListControlsOutputBuilder
fn default() -> ListControlsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListControlsOutputBuilder
impl PartialEq for ListControlsOutputBuilder
source§fn eq(&self, other: &ListControlsOutputBuilder) -> bool
fn eq(&self, other: &ListControlsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListControlsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListControlsOutputBuilder
impl Send for ListControlsOutputBuilder
impl Sync for ListControlsOutputBuilder
impl Unpin for ListControlsOutputBuilder
impl UnwindSafe for ListControlsOutputBuilder
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.