#[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.
The list of control metadata objects that the ListControls API returned.
sourcepub fn set_control_metadata_list(
self,
input: Option<Vec<ControlMetadata>>
) -> Self
pub fn set_control_metadata_list( self, input: Option<Vec<ControlMetadata>> ) -> Self
The list of control metadata objects that the ListControls API returned.
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 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<ListControlsOutputBuilder> for ListControlsOutputBuilder
impl PartialEq<ListControlsOutputBuilder> 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 ==.