Class PutActionRevisionResult
java.lang.Object
com.amazonaws.services.codepipeline.model.PutActionRevisionResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a put action revision action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The new revision number or ID for the revision after the action completes.The ID of the current workflow state of the pipeline.int
hashCode()
The new revision number or ID for the revision after the action completes.void
setNewRevision
(Boolean newRevision) The new revision number or ID for the revision after the action completes.void
setPipelineExecutionId
(String pipelineExecutionId) The ID of the current workflow state of the pipeline.toString()
Returns a string representation of this object; useful for testing and debugging.withNewRevision
(Boolean newRevision) The new revision number or ID for the revision after the action completes.withPipelineExecutionId
(String pipelineExecutionId) The ID of the current workflow state of the pipeline.
-
Constructor Details
-
PutActionRevisionResult
public PutActionRevisionResult()
-
-
Method Details
-
setNewRevision
The new revision number or ID for the revision after the action completes.
- Parameters:
newRevision
- The new revision number or ID for the revision after the action completes.
-
getNewRevision
The new revision number or ID for the revision after the action completes.
- Returns:
- The new revision number or ID for the revision after the action completes.
-
withNewRevision
The new revision number or ID for the revision after the action completes.
- Parameters:
newRevision
- The new revision number or ID for the revision after the action completes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isNewRevision
The new revision number or ID for the revision after the action completes.
- Returns:
- The new revision number or ID for the revision after the action completes.
-
setPipelineExecutionId
The ID of the current workflow state of the pipeline.
- Parameters:
pipelineExecutionId
- The ID of the current workflow state of the pipeline.
-
getPipelineExecutionId
The ID of the current workflow state of the pipeline.
- Returns:
- The ID of the current workflow state of the pipeline.
-
withPipelineExecutionId
The ID of the current workflow state of the pipeline.
- Parameters:
pipelineExecutionId
- The ID of the current workflow state of the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-