#[non_exhaustive]pub struct ListEnvironmentTemplatesInput { /* private fields */ }
Implementations
sourceimpl ListEnvironmentTemplatesInput
impl ListEnvironmentTemplatesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListEnvironmentTemplates, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListEnvironmentTemplates, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListEnvironmentTemplates
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListEnvironmentTemplatesInput
.
sourceimpl ListEnvironmentTemplatesInput
impl ListEnvironmentTemplatesInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token that indicates the location of the next environment template in the array of environment templates, after the list of environment templates that was previously requested.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of environment templates to list.
Trait Implementations
sourceimpl Clone for ListEnvironmentTemplatesInput
impl Clone for ListEnvironmentTemplatesInput
sourcefn clone(&self) -> ListEnvironmentTemplatesInput
fn clone(&self) -> ListEnvironmentTemplatesInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ListEnvironmentTemplatesInput
impl Debug for ListEnvironmentTemplatesInput
sourceimpl PartialEq<ListEnvironmentTemplatesInput> for ListEnvironmentTemplatesInput
impl PartialEq<ListEnvironmentTemplatesInput> for ListEnvironmentTemplatesInput
sourcefn eq(&self, other: &ListEnvironmentTemplatesInput) -> bool
fn eq(&self, other: &ListEnvironmentTemplatesInput) -> bool
impl StructuralPartialEq for ListEnvironmentTemplatesInput
Auto Trait Implementations
impl RefUnwindSafe for ListEnvironmentTemplatesInput
impl Send for ListEnvironmentTemplatesInput
impl Sync for ListEnvironmentTemplatesInput
impl Unpin for ListEnvironmentTemplatesInput
impl UnwindSafe for ListEnvironmentTemplatesInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more