@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeploymentOverview extends Object implements Serializable, Cloneable
Information about the deployment status of the instances in the deployment.
Constructor and Description |
---|
DeploymentOverview() |
Modifier and Type | Method and Description |
---|---|
DeploymentOverview |
clone() |
boolean |
equals(Object obj) |
Long |
getFailed()
The number of instances in the deployment in a failed state.
|
Long |
getInProgress()
The number of instances in which the deployment is in progress.
|
Long |
getPending()
The number of instances in the deployment in a pending state.
|
Long |
getSkipped()
The number of instances in the deployment in a skipped state.
|
Long |
getSucceeded()
The number of instances in the deployment to which revisions have been successfully deployed.
|
int |
hashCode() |
void |
setFailed(Long failed)
The number of instances in the deployment in a failed state.
|
void |
setInProgress(Long inProgress)
The number of instances in which the deployment is in progress.
|
void |
setPending(Long pending)
The number of instances in the deployment in a pending state.
|
void |
setSkipped(Long skipped)
The number of instances in the deployment in a skipped state.
|
void |
setSucceeded(Long succeeded)
The number of instances in the deployment to which revisions have been successfully deployed.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeploymentOverview |
withFailed(Long failed)
The number of instances in the deployment in a failed state.
|
DeploymentOverview |
withInProgress(Long inProgress)
The number of instances in which the deployment is in progress.
|
DeploymentOverview |
withPending(Long pending)
The number of instances in the deployment in a pending state.
|
DeploymentOverview |
withSkipped(Long skipped)
The number of instances in the deployment in a skipped state.
|
DeploymentOverview |
withSucceeded(Long succeeded)
The number of instances in the deployment to which revisions have been successfully deployed.
|
public void setPending(Long pending)
The number of instances in the deployment in a pending state.
pending
- The number of instances in the deployment in a pending state.public Long getPending()
The number of instances in the deployment in a pending state.
public DeploymentOverview withPending(Long pending)
The number of instances in the deployment in a pending state.
pending
- The number of instances in the deployment in a pending state.public void setInProgress(Long inProgress)
The number of instances in which the deployment is in progress.
inProgress
- The number of instances in which the deployment is in progress.public Long getInProgress()
The number of instances in which the deployment is in progress.
public DeploymentOverview withInProgress(Long inProgress)
The number of instances in which the deployment is in progress.
inProgress
- The number of instances in which the deployment is in progress.public void setSucceeded(Long succeeded)
The number of instances in the deployment to which revisions have been successfully deployed.
succeeded
- The number of instances in the deployment to which revisions have been successfully deployed.public Long getSucceeded()
The number of instances in the deployment to which revisions have been successfully deployed.
public DeploymentOverview withSucceeded(Long succeeded)
The number of instances in the deployment to which revisions have been successfully deployed.
succeeded
- The number of instances in the deployment to which revisions have been successfully deployed.public void setFailed(Long failed)
The number of instances in the deployment in a failed state.
failed
- The number of instances in the deployment in a failed state.public Long getFailed()
The number of instances in the deployment in a failed state.
public DeploymentOverview withFailed(Long failed)
The number of instances in the deployment in a failed state.
failed
- The number of instances in the deployment in a failed state.public void setSkipped(Long skipped)
The number of instances in the deployment in a skipped state.
skipped
- The number of instances in the deployment in a skipped state.public Long getSkipped()
The number of instances in the deployment in a skipped state.
public DeploymentOverview withSkipped(Long skipped)
The number of instances in the deployment in a skipped state.
skipped
- The number of instances in the deployment in a skipped state.public String toString()
toString
in class Object
Object.toString()
public DeploymentOverview clone()
Copyright © 2017. All rights reserved.