@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeploymentOverview extends Object implements Serializable, Cloneable, StructuredPojo
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 |
getReady()
The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.
|
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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 |
setReady(Long ready)
The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.
|
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 |
withReady(Long ready)
The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.
|
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 void setReady(Long ready)
The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.
ready
- The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.public Long getReady()
The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.
public DeploymentOverview withReady(Long ready)
The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.
ready
- The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.public String toString()
toString
in class Object
Object.toString()
public DeploymentOverview clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.