@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RollbackInfo extends Object implements Serializable, Cloneable
Information about a deployment rollback.
Constructor and Description |
---|
RollbackInfo() |
Modifier and Type | Method and Description |
---|---|
RollbackInfo |
clone() |
boolean |
equals(Object obj) |
String |
getRollbackDeploymentId()
The ID of the deployment rollback.
|
String |
getRollbackMessage()
Information describing the status of a deployment rollback; for example, whether the deployment can't be rolled
back, is in progress, failed, or succeeded.
|
String |
getRollbackTriggeringDeploymentId()
The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or
was stopped.
|
int |
hashCode() |
void |
setRollbackDeploymentId(String rollbackDeploymentId)
The ID of the deployment rollback.
|
void |
setRollbackMessage(String rollbackMessage)
Information describing the status of a deployment rollback; for example, whether the deployment can't be rolled
back, is in progress, failed, or succeeded.
|
void |
setRollbackTriggeringDeploymentId(String rollbackTriggeringDeploymentId)
The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or
was stopped.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RollbackInfo |
withRollbackDeploymentId(String rollbackDeploymentId)
The ID of the deployment rollback.
|
RollbackInfo |
withRollbackMessage(String rollbackMessage)
Information describing the status of a deployment rollback; for example, whether the deployment can't be rolled
back, is in progress, failed, or succeeded.
|
RollbackInfo |
withRollbackTriggeringDeploymentId(String rollbackTriggeringDeploymentId)
The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or
was stopped.
|
public void setRollbackDeploymentId(String rollbackDeploymentId)
The ID of the deployment rollback.
rollbackDeploymentId
- The ID of the deployment rollback.public String getRollbackDeploymentId()
The ID of the deployment rollback.
public RollbackInfo withRollbackDeploymentId(String rollbackDeploymentId)
The ID of the deployment rollback.
rollbackDeploymentId
- The ID of the deployment rollback.public void setRollbackTriggeringDeploymentId(String rollbackTriggeringDeploymentId)
The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.
rollbackTriggeringDeploymentId
- The deployment ID of the deployment that was underway and triggered a rollback deployment because it
failed or was stopped.public String getRollbackTriggeringDeploymentId()
The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.
public RollbackInfo withRollbackTriggeringDeploymentId(String rollbackTriggeringDeploymentId)
The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.
rollbackTriggeringDeploymentId
- The deployment ID of the deployment that was underway and triggered a rollback deployment because it
failed or was stopped.public void setRollbackMessage(String rollbackMessage)
Information describing the status of a deployment rollback; for example, whether the deployment can't be rolled back, is in progress, failed, or succeeded.
rollbackMessage
- Information describing the status of a deployment rollback; for example, whether the deployment can't be
rolled back, is in progress, failed, or succeeded.public String getRollbackMessage()
Information describing the status of a deployment rollback; for example, whether the deployment can't be rolled back, is in progress, failed, or succeeded.
public RollbackInfo withRollbackMessage(String rollbackMessage)
Information describing the status of a deployment rollback; for example, whether the deployment can't be rolled back, is in progress, failed, or succeeded.
rollbackMessage
- Information describing the status of a deployment rollback; for example, whether the deployment can't be
rolled back, is in progress, failed, or succeeded.public String toString()
toString
in class Object
Object.toString()
public RollbackInfo clone()
Copyright © 2017. All rights reserved.