#[non_exhaustive]pub struct ListSpacesInput { /* private fields */ }
Implementations§
source§impl ListSpacesInput
impl ListSpacesInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token returned from a call to this API to indicate the next batch of results to return, if any.
source§impl ListSpacesInput
impl ListSpacesInput
sourcepub fn builder() -> ListSpacesInputBuilder
pub fn builder() -> ListSpacesInputBuilder
Creates a new builder-style object to manufacture ListSpacesInput
.
source§impl ListSpacesInput
impl ListSpacesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSpaces, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListSpaces, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListSpaces
>
Trait Implementations§
source§impl Clone for ListSpacesInput
impl Clone for ListSpacesInput
source§fn clone(&self) -> ListSpacesInput
fn clone(&self) -> ListSpacesInput
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 ListSpacesInput
impl Debug for ListSpacesInput
source§impl PartialEq<ListSpacesInput> for ListSpacesInput
impl PartialEq<ListSpacesInput> for ListSpacesInput
source§fn eq(&self, other: &ListSpacesInput) -> bool
fn eq(&self, other: &ListSpacesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.