Struct aws_sdk_finspace::input::ListEnvironmentsInput
source · #[non_exhaustive]pub struct ListEnvironmentsInput { /* private fields */ }Implementations§
source§impl ListEnvironmentsInput
impl ListEnvironmentsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListEnvironments, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListEnvironments, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListEnvironments>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListEnvironmentsInput.
source§impl ListEnvironmentsInput
impl ListEnvironmentsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token generated by FinSpace that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the nextToken value from the response object of the previous page call.
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
The maximum number of results to return in this request.
Trait Implementations§
source§impl Clone for ListEnvironmentsInput
impl Clone for ListEnvironmentsInput
source§fn clone(&self) -> ListEnvironmentsInput
fn clone(&self) -> ListEnvironmentsInput
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 ListEnvironmentsInput
impl Debug for ListEnvironmentsInput
source§impl PartialEq<ListEnvironmentsInput> for ListEnvironmentsInput
impl PartialEq<ListEnvironmentsInput> for ListEnvironmentsInput
source§fn eq(&self, other: &ListEnvironmentsInput) -> bool
fn eq(&self, other: &ListEnvironmentsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.