#[non_exhaustive]pub struct BatchGetDeploymentsInput { /* private fields */ }
Expand description
Represents the input of a BatchGetDeployments
operation.
Implementations§
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.
source§impl BatchGetDeploymentsInput
impl BatchGetDeploymentsInput
sourcepub fn builder() -> BatchGetDeploymentsInputBuilder
pub fn builder() -> BatchGetDeploymentsInputBuilder
Creates a new builder-style object to manufacture BatchGetDeploymentsInput
.
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
>
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 ==
.impl StructuralPartialEq for BatchGetDeploymentsInput
Auto Trait Implementations§
impl RefUnwindSafe for BatchGetDeploymentsInput
impl Send for BatchGetDeploymentsInput
impl Sync for BatchGetDeploymentsInput
impl Unpin for BatchGetDeploymentsInput
impl UnwindSafe for BatchGetDeploymentsInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more