public class UpdateDeploymentGroupResult extends Object implements Serializable, Cloneable
Represents the output of an update deployment group operation.
Constructor and Description |
---|
UpdateDeploymentGroupResult() |
Modifier and Type | Method and Description |
---|---|
UpdateDeploymentGroupResult |
clone() |
boolean |
equals(Object obj) |
List<AutoScalingGroup> |
getHooksNotCleanedUp()
If the output contains no data, and the corresponding deployment group
contained at least one Auto Scaling group, AWS CodeDeploy successfully
removed all corresponding Auto Scaling lifecycle event hooks from the
AWS account.
|
int |
hashCode() |
void |
setHooksNotCleanedUp(Collection<AutoScalingGroup> hooksNotCleanedUp)
If the output contains no data, and the corresponding deployment group
contained at least one Auto Scaling group, AWS CodeDeploy successfully
removed all corresponding Auto Scaling lifecycle event hooks from the
AWS account.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateDeploymentGroupResult |
withHooksNotCleanedUp(AutoScalingGroup... hooksNotCleanedUp)
If the output contains no data, and the corresponding deployment group
contained at least one Auto Scaling group, AWS CodeDeploy successfully
removed all corresponding Auto Scaling lifecycle event hooks from the
AWS account.
|
UpdateDeploymentGroupResult |
withHooksNotCleanedUp(Collection<AutoScalingGroup> hooksNotCleanedUp)
If the output contains no data, and the corresponding deployment group
contained at least one Auto Scaling group, AWS CodeDeploy successfully
removed all corresponding Auto Scaling lifecycle event hooks from the
AWS account.
|
public List<AutoScalingGroup> getHooksNotCleanedUp()
public void setHooksNotCleanedUp(Collection<AutoScalingGroup> hooksNotCleanedUp)
hooksNotCleanedUp
- If the output contains no data, and the corresponding deployment group
contained at least one Auto Scaling group, AWS CodeDeploy successfully
removed all corresponding Auto Scaling lifecycle event hooks from the
AWS account. If the output does contain data, AWS CodeDeploy could not
remove some Auto Scaling lifecycle event hooks from the AWS account.public UpdateDeploymentGroupResult withHooksNotCleanedUp(AutoScalingGroup... hooksNotCleanedUp)
NOTE: This method appends the values to the existing list (if
any). Use setHooksNotCleanedUp(java.util.Collection)
or
withHooksNotCleanedUp(java.util.Collection)
if you want to
override the existing values.
Returns a reference to this object so that method calls can be chained together.
hooksNotCleanedUp
- If the output contains no data, and the corresponding deployment group
contained at least one Auto Scaling group, AWS CodeDeploy successfully
removed all corresponding Auto Scaling lifecycle event hooks from the
AWS account. If the output does contain data, AWS CodeDeploy could not
remove some Auto Scaling lifecycle event hooks from the AWS account.public UpdateDeploymentGroupResult withHooksNotCleanedUp(Collection<AutoScalingGroup> hooksNotCleanedUp)
Returns a reference to this object so that method calls can be chained together.
hooksNotCleanedUp
- If the output contains no data, and the corresponding deployment group
contained at least one Auto Scaling group, AWS CodeDeploy successfully
removed all corresponding Auto Scaling lifecycle event hooks from the
AWS account. If the output does contain data, AWS CodeDeploy could not
remove some Auto Scaling lifecycle event hooks from the AWS account.public String toString()
toString
in class Object
Object.toString()
public UpdateDeploymentGroupResult clone()
Copyright © 2015. All rights reserved.