pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateDeploymentGroupOutput
.
Implementations§
source§impl Builder
impl Builder
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 Web Services account. If the output contains data, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon Web Services account.
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 Web Services account. If the output contains data, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon Web Services account.
sourcepub fn build(self) -> UpdateDeploymentGroupOutput
pub fn build(self) -> UpdateDeploymentGroupOutput
Consumes the builder and constructs a UpdateDeploymentGroupOutput
.