@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RetryPipelineExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RetryPipelineExecutionResult() |
Modifier and Type | Method and Description |
---|---|
RetryPipelineExecutionResult |
clone() |
boolean |
equals(Object obj) |
String |
getPipelineExecutionArn()
The Amazon Resource Name (ARN) of the pipeline execution.
|
int |
hashCode() |
void |
setPipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
|
String |
toString()
Returns a string representation of this object.
|
RetryPipelineExecutionResult |
withPipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
pipelineExecutionArn
- The Amazon Resource Name (ARN) of the pipeline execution.public String getPipelineExecutionArn()
The Amazon Resource Name (ARN) of the pipeline execution.
public RetryPipelineExecutionResult withPipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
pipelineExecutionArn
- The Amazon Resource Name (ARN) of the pipeline execution.public String toString()
toString
in class Object
Object.toString()
public RetryPipelineExecutionResult clone()