Struct aws_sdk_codedeploy::operation::delete_deployment_group::builders::DeleteDeploymentGroupOutputBuilder
source · #[non_exhaustive]pub struct DeleteDeploymentGroupOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteDeploymentGroupOutput
.
Implementations§
source§impl DeleteDeploymentGroupOutputBuilder
impl DeleteDeploymentGroupOutputBuilder
sourcepub fn hooks_not_cleaned_up(self, input: AutoScalingGroup) -> Self
pub fn hooks_not_cleaned_up(self, input: AutoScalingGroup) -> Self
Appends an item to hooks_not_cleaned_up
.
To override the contents of this collection use set_hooks_not_cleaned_up
.
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.
sourcepub fn set_hooks_not_cleaned_up(
self,
input: Option<Vec<AutoScalingGroup>>
) -> Self
pub fn set_hooks_not_cleaned_up( self, input: Option<Vec<AutoScalingGroup>> ) -> Self
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.
sourcepub fn get_hooks_not_cleaned_up(&self) -> &Option<Vec<AutoScalingGroup>>
pub fn get_hooks_not_cleaned_up(&self) -> &Option<Vec<AutoScalingGroup>>
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.
sourcepub fn build(self) -> DeleteDeploymentGroupOutput
pub fn build(self) -> DeleteDeploymentGroupOutput
Consumes the builder and constructs a DeleteDeploymentGroupOutput
.
Trait Implementations§
source§impl Clone for DeleteDeploymentGroupOutputBuilder
impl Clone for DeleteDeploymentGroupOutputBuilder
source§fn clone(&self) -> DeleteDeploymentGroupOutputBuilder
fn clone(&self) -> DeleteDeploymentGroupOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DeleteDeploymentGroupOutputBuilder
impl Default for DeleteDeploymentGroupOutputBuilder
source§fn default() -> DeleteDeploymentGroupOutputBuilder
fn default() -> DeleteDeploymentGroupOutputBuilder
source§impl PartialEq for DeleteDeploymentGroupOutputBuilder
impl PartialEq for DeleteDeploymentGroupOutputBuilder
source§fn eq(&self, other: &DeleteDeploymentGroupOutputBuilder) -> bool
fn eq(&self, other: &DeleteDeploymentGroupOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.