#[non_exhaustive]pub struct BatchGetDeploymentsInput { /* private fields */ }
Expand description
Represents the input of a BatchGetDeployments
operation.
Implementations§
source§impl BatchGetDeploymentsInput
impl BatchGetDeploymentsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetDeployments, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetDeployments, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchGetDeployments
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetDeploymentsInput
.
source§impl BatchGetDeploymentsInput
impl BatchGetDeploymentsInput
sourcepub fn deployment_ids(&self) -> Option<&[String]>
pub fn deployment_ids(&self) -> Option<&[String]>
A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.
Trait Implementations§
source§impl Clone for BatchGetDeploymentsInput
impl Clone for BatchGetDeploymentsInput
source§fn clone(&self) -> BatchGetDeploymentsInput
fn clone(&self) -> BatchGetDeploymentsInput
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 BatchGetDeploymentsInput
impl Debug for BatchGetDeploymentsInput
source§impl PartialEq<BatchGetDeploymentsInput> for BatchGetDeploymentsInput
impl PartialEq<BatchGetDeploymentsInput> for BatchGetDeploymentsInput
source§fn eq(&self, other: &BatchGetDeploymentsInput) -> bool
fn eq(&self, other: &BatchGetDeploymentsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.