#[non_exhaustive]pub struct ListDeploymentConfigsInput { /* private fields */ }
Expand description
Represents the input of a ListDeploymentConfigs
operation.
Implementations§
source§impl 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.
source§impl ListDeploymentConfigsInput
impl ListDeploymentConfigsInput
sourcepub fn builder() -> ListDeploymentConfigsInputBuilder
pub fn builder() -> ListDeploymentConfigsInputBuilder
Creates a new builder-style object to manufacture ListDeploymentConfigsInput
.
source§impl 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
>
Trait Implementations§
source§impl Clone for ListDeploymentConfigsInput
impl Clone for ListDeploymentConfigsInput
source§fn clone(&self) -> ListDeploymentConfigsInput
fn clone(&self) -> ListDeploymentConfigsInput
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 ListDeploymentConfigsInput
impl Debug for ListDeploymentConfigsInput
source§impl PartialEq<ListDeploymentConfigsInput> for ListDeploymentConfigsInput
impl PartialEq<ListDeploymentConfigsInput> for ListDeploymentConfigsInput
source§fn eq(&self, other: &ListDeploymentConfigsInput) -> bool
fn eq(&self, other: &ListDeploymentConfigsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.