@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDeploymentGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of an UpdateDeploymentGroup
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,
CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon Web Services
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,
CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon Web Services
account.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDeploymentGroupResult |
withHooksNotCleanedUp(AutoScalingGroup... hooksNotCleanedUp)
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.
|
UpdateDeploymentGroupResult |
withHooksNotCleanedUp(Collection<AutoScalingGroup> hooksNotCleanedUp)
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AutoScalingGroup> getHooksNotCleanedUp()
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.
public void setHooksNotCleanedUp(Collection<AutoScalingGroup> hooksNotCleanedUp)
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.
hooksNotCleanedUp
- 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.public UpdateDeploymentGroupResult withHooksNotCleanedUp(AutoScalingGroup... hooksNotCleanedUp)
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.
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.
hooksNotCleanedUp
- 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.public UpdateDeploymentGroupResult withHooksNotCleanedUp(Collection<AutoScalingGroup> hooksNotCleanedUp)
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.
hooksNotCleanedUp
- 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.public String toString()
toString
in class Object
Object.toString()
public UpdateDeploymentGroupResult clone()