@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RollbackInfo extends Object implements Serializable, Cloneable, StructuredPojo
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 that describes 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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRollbackDeploymentId(String rollbackDeploymentId)
The ID of the deployment rollback.
|
void |
setRollbackMessage(String rollbackMessage)
Information that describes 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.
|
RollbackInfo |
withRollbackDeploymentId(String rollbackDeploymentId)
The ID of the deployment rollback.
|
RollbackInfo |
withRollbackMessage(String rollbackMessage)
Information that describes 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 that describes the status of a deployment rollback (for example, whether the deployment can't be rolled back, is in progress, failed, or succeeded).
rollbackMessage
- Information that describes 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 that describes 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 that describes the status of a deployment rollback (for example, whether the deployment can't be rolled back, is in progress, failed, or succeeded).
rollbackMessage
- Information that describes 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()
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.