@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RollbackStageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RollbackStageResult() |
Modifier and Type | Method and Description |
---|---|
RollbackStageResult |
clone() |
boolean |
equals(Object obj) |
String |
getPipelineExecutionId()
The execution ID of the pipeline execution for the stage that has been rolled back.
|
int |
hashCode() |
void |
setPipelineExecutionId(String pipelineExecutionId)
The execution ID of the pipeline execution for the stage that has been rolled back.
|
String |
toString()
Returns a string representation of this object.
|
RollbackStageResult |
withPipelineExecutionId(String pipelineExecutionId)
The execution ID of the pipeline execution for the stage that has been rolled back.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPipelineExecutionId(String pipelineExecutionId)
The execution ID of the pipeline execution for the stage that has been rolled back.
pipelineExecutionId
- The execution ID of the pipeline execution for the stage that has been rolled back.public String getPipelineExecutionId()
The execution ID of the pipeline execution for the stage that has been rolled back.
public RollbackStageResult withPipelineExecutionId(String pipelineExecutionId)
The execution ID of the pipeline execution for the stage that has been rolled back.
pipelineExecutionId
- The execution ID of the pipeline execution for the stage that has been rolled back.public String toString()
toString
in class Object
Object.toString()
public RollbackStageResult clone()