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