#[non_exhaustive]pub struct ListDeploymentConfigsInput { /* private fields */ }
Expand description
Represents the input of a ListDeploymentConfigs
operation.
Implementations
sourceimpl ListDeploymentConfigsInput
impl ListDeploymentConfigsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDeploymentConfigs, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDeploymentConfigs, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListDeploymentConfigs
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDeploymentConfigsInput
.
sourceimpl ListDeploymentConfigsInput
impl ListDeploymentConfigsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
An identifier returned from the previous ListDeploymentConfigs
call. It can be used to return the next set of deployment configurations in the list.
Trait Implementations
sourceimpl Clone for ListDeploymentConfigsInput
impl Clone for ListDeploymentConfigsInput
sourcefn clone(&self) -> ListDeploymentConfigsInput
fn clone(&self) -> ListDeploymentConfigsInput
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 ListDeploymentConfigsInput
impl Debug for ListDeploymentConfigsInput
sourceimpl PartialEq<ListDeploymentConfigsInput> for ListDeploymentConfigsInput
impl PartialEq<ListDeploymentConfigsInput> for ListDeploymentConfigsInput
sourcefn eq(&self, other: &ListDeploymentConfigsInput) -> bool
fn eq(&self, other: &ListDeploymentConfigsInput) -> bool
impl StructuralPartialEq for ListDeploymentConfigsInput
Auto Trait Implementations
impl RefUnwindSafe for ListDeploymentConfigsInput
impl Send for ListDeploymentConfigsInput
impl Sync for ListDeploymentConfigsInput
impl Unpin for ListDeploymentConfigsInput
impl UnwindSafe for ListDeploymentConfigsInput
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