ToCopyableBuilder<UpdateDeploymentGroupResponse.Builder,UpdateDeploymentGroupResponse>
@Generated("software.amazon.awssdk:codegen") public class UpdateDeploymentGroupResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<UpdateDeploymentGroupResponse.Builder,UpdateDeploymentGroupResponse>
Represents the output of an UpdateDeploymentGroup operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateDeploymentGroupResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static UpdateDeploymentGroupResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<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.
|
static Class<? extends UpdateDeploymentGroupResponse.Builder> |
serializableBuilderClass() |
|
UpdateDeploymentGroupResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<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. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.
public UpdateDeploymentGroupResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateDeploymentGroupResponse.Builder,UpdateDeploymentGroupResponse>
public static UpdateDeploymentGroupResponse.Builder builder()
public static Class<? extends UpdateDeploymentGroupResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.