#[non_exhaustive]pub struct BatchGetDeploymentGroupsInput { /* private fields */ }
Expand description
Represents the input of a BatchGetDeploymentGroups
operation.
Implementations
sourceimpl BatchGetDeploymentGroupsInput
impl BatchGetDeploymentGroupsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetDeploymentGroups, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetDeploymentGroups, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchGetDeploymentGroups
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetDeploymentGroupsInput
.
sourceimpl BatchGetDeploymentGroupsInput
impl BatchGetDeploymentGroupsInput
sourcepub fn application_name(&self) -> Option<&str>
pub fn application_name(&self) -> Option<&str>
The name of an CodeDeploy application associated with the applicable IAM or Amazon Web Services account.
sourcepub fn deployment_group_names(&self) -> Option<&[String]>
pub fn deployment_group_names(&self) -> Option<&[String]>
The names of the deployment groups.
Trait Implementations
sourceimpl Clone for BatchGetDeploymentGroupsInput
impl Clone for BatchGetDeploymentGroupsInput
sourcefn clone(&self) -> BatchGetDeploymentGroupsInput
fn clone(&self) -> BatchGetDeploymentGroupsInput
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 BatchGetDeploymentGroupsInput
impl Debug for BatchGetDeploymentGroupsInput
sourceimpl PartialEq<BatchGetDeploymentGroupsInput> for BatchGetDeploymentGroupsInput
impl PartialEq<BatchGetDeploymentGroupsInput> for BatchGetDeploymentGroupsInput
sourcefn eq(&self, other: &BatchGetDeploymentGroupsInput) -> bool
fn eq(&self, other: &BatchGetDeploymentGroupsInput) -> bool
impl StructuralPartialEq for BatchGetDeploymentGroupsInput
Auto Trait Implementations
impl RefUnwindSafe for BatchGetDeploymentGroupsInput
impl Send for BatchGetDeploymentGroupsInput
impl Sync for BatchGetDeploymentGroupsInput
impl Unpin for BatchGetDeploymentGroupsInput
impl UnwindSafe for BatchGetDeploymentGroupsInput
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