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 user 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 user 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 user 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 user 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 user account. If the output does contain data, AWS CodeDeploy
could not remove some Auto Scaling lifecycle event hooks from the AWS
user account.public UpdateDeploymentGroupResult withHooksNotCleanedUp(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 user account. If the output does contain data, AWS CodeDeploy
could not remove some Auto Scaling lifecycle event hooks from the AWS
user 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 user account. If the output does contain data, AWS CodeDeploy
could not remove some Auto Scaling lifecycle event hooks from the AWS
user account.public String toString()
toString
in class Object
Object.toString()
public UpdateDeploymentGroupResult clone()
Copyright © 2015. All rights reserved.