Struct aws_sdk_codedeploy::input::BatchGetDeploymentsInput
source · [−]#[non_exhaustive]pub struct BatchGetDeploymentsInput { /* private fields */ }
Expand description
Represents the input of a BatchGetDeployments
operation.
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for BatchGetDeploymentsInput
impl Clone for BatchGetDeploymentsInput
sourcefn clone(&self) -> BatchGetDeploymentsInput
fn clone(&self) -> BatchGetDeploymentsInput
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 BatchGetDeploymentsInput
impl Debug for BatchGetDeploymentsInput
sourceimpl PartialEq<BatchGetDeploymentsInput> for BatchGetDeploymentsInput
impl PartialEq<BatchGetDeploymentsInput> for BatchGetDeploymentsInput
sourcefn eq(&self, other: &BatchGetDeploymentsInput) -> bool
fn eq(&self, other: &BatchGetDeploymentsInput) -> bool
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
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