#[non_exhaustive]pub struct ListSpacesOutputBuilder { /* private fields */ }Expand description
A builder for ListSpacesOutput.
Implementations§
source§impl ListSpacesOutputBuilder
impl ListSpacesOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token returned from a call to this API to indicate the next batch of results to return, if any.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A token returned from a call to this API to indicate the next batch of results to return, if any.
sourcepub fn items(self, input: SpaceSummary) -> Self
pub fn items(self, input: SpaceSummary) -> Self
Appends an item to items.
To override the contents of this collection use set_items.
Information about the space.
sourcepub fn set_items(self, input: Option<Vec<SpaceSummary>>) -> Self
pub fn set_items(self, input: Option<Vec<SpaceSummary>>) -> Self
Information about the space.
sourcepub fn build(self) -> ListSpacesOutput
pub fn build(self) -> ListSpacesOutput
Consumes the builder and constructs a ListSpacesOutput.
Trait Implementations§
source§impl Clone for ListSpacesOutputBuilder
impl Clone for ListSpacesOutputBuilder
source§fn clone(&self) -> ListSpacesOutputBuilder
fn clone(&self) -> ListSpacesOutputBuilder
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 ListSpacesOutputBuilder
impl Debug for ListSpacesOutputBuilder
source§impl Default for ListSpacesOutputBuilder
impl Default for ListSpacesOutputBuilder
source§fn default() -> ListSpacesOutputBuilder
fn default() -> ListSpacesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListSpacesOutputBuilder> for ListSpacesOutputBuilder
impl PartialEq<ListSpacesOutputBuilder> for ListSpacesOutputBuilder
source§fn eq(&self, other: &ListSpacesOutputBuilder) -> bool
fn eq(&self, other: &ListSpacesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.