#[non_exhaustive]pub struct ListRunGroupsOutputBuilder { /* private fields */ }Expand description
A builder for ListRunGroupsOutput.
Implementations§
source§impl ListRunGroupsOutputBuilder
impl ListRunGroupsOutputBuilder
sourcepub fn items(self, input: RunGroupListItem) -> Self
pub fn items(self, input: RunGroupListItem) -> Self
Appends an item to items.
To override the contents of this collection use set_items.
A list of groups.
sourcepub fn set_items(self, input: Option<Vec<RunGroupListItem>>) -> Self
pub fn set_items(self, input: Option<Vec<RunGroupListItem>>) -> Self
A list of groups.
sourcepub fn get_items(&self) -> &Option<Vec<RunGroupListItem>>
pub fn get_items(&self) -> &Option<Vec<RunGroupListItem>>
A list of groups.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A pagination token that's included if more results are available.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A pagination token that's included if more results are available.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
A pagination token that's included if more results are available.
sourcepub fn build(self) -> ListRunGroupsOutput
pub fn build(self) -> ListRunGroupsOutput
Consumes the builder and constructs a ListRunGroupsOutput.
Trait Implementations§
source§impl Clone for ListRunGroupsOutputBuilder
impl Clone for ListRunGroupsOutputBuilder
source§fn clone(&self) -> ListRunGroupsOutputBuilder
fn clone(&self) -> ListRunGroupsOutputBuilder
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 ListRunGroupsOutputBuilder
impl Debug for ListRunGroupsOutputBuilder
source§impl Default for ListRunGroupsOutputBuilder
impl Default for ListRunGroupsOutputBuilder
source§fn default() -> ListRunGroupsOutputBuilder
fn default() -> ListRunGroupsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListRunGroupsOutputBuilder
impl PartialEq for ListRunGroupsOutputBuilder
source§fn eq(&self, other: &ListRunGroupsOutputBuilder) -> bool
fn eq(&self, other: &ListRunGroupsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListRunGroupsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListRunGroupsOutputBuilder
impl Send for ListRunGroupsOutputBuilder
impl Sync for ListRunGroupsOutputBuilder
impl Unpin for ListRunGroupsOutputBuilder
impl UnwindSafe for ListRunGroupsOutputBuilder
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