@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RetryStageExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a RetryStageExecution action.
Constructor and Description |
---|
RetryStageExecutionResult() |
Modifier and Type | Method and Description |
---|---|
RetryStageExecutionResult |
clone() |
boolean |
equals(Object obj) |
String |
getPipelineExecutionId()
The ID of the current workflow execution in the failed stage.
|
int |
hashCode() |
void |
setPipelineExecutionId(String pipelineExecutionId)
The ID of the current workflow execution in the failed stage.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RetryStageExecutionResult |
withPipelineExecutionId(String pipelineExecutionId)
The ID of the current workflow execution in the failed stage.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPipelineExecutionId(String pipelineExecutionId)
The ID of the current workflow execution in the failed stage.
pipelineExecutionId
- The ID of the current workflow execution in the failed stage.public String getPipelineExecutionId()
The ID of the current workflow execution in the failed stage.
public RetryStageExecutionResult withPipelineExecutionId(String pipelineExecutionId)
The ID of the current workflow execution in the failed stage.
pipelineExecutionId
- The ID of the current workflow execution in the failed stage.public String toString()
toString
in class Object
Object.toString()
public RetryStageExecutionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.