Struct aws_sdk_cloud9::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>
During a previous call, if there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of environments to get identifiers for.
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 ==
.