@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutActionRevisionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a PutActionRevision action.
Constructor and Description |
---|
PutActionRevisionResult() |
Modifier and Type | Method and Description |
---|---|
PutActionRevisionResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getNewRevision()
Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
|
String |
getPipelineExecutionId()
The ID of the current workflow state of the pipeline.
|
int |
hashCode() |
Boolean |
isNewRevision()
Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
|
void |
setNewRevision(Boolean newRevision)
Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
|
void |
setPipelineExecutionId(String pipelineExecutionId)
The ID of the current workflow state of the pipeline.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PutActionRevisionResult |
withNewRevision(Boolean newRevision)
Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
|
PutActionRevisionResult |
withPipelineExecutionId(String pipelineExecutionId)
The ID of the current workflow state of the pipeline.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNewRevision(Boolean newRevision)
Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
newRevision
- Indicates whether the artifact revision was previously used in an execution of the specified pipeline.public Boolean getNewRevision()
Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
public PutActionRevisionResult withNewRevision(Boolean newRevision)
Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
newRevision
- Indicates whether the artifact revision was previously used in an execution of the specified pipeline.public Boolean isNewRevision()
Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
public void setPipelineExecutionId(String pipelineExecutionId)
The ID of the current workflow state of the pipeline.
pipelineExecutionId
- The ID of the current workflow state of the pipeline.public String getPipelineExecutionId()
The ID of the current workflow state of the pipeline.
public PutActionRevisionResult withPipelineExecutionId(String pipelineExecutionId)
The ID of the current workflow state of the pipeline.
pipelineExecutionId
- The ID of the current workflow state of the pipeline.public String toString()
toString
in class Object
Object.toString()
public PutActionRevisionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.