public class PutActionRevisionRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents the input of a put action revision action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
actionName
The name of the action that will process the revision.
|
private ActionRevision |
actionRevision |
private java.lang.String |
pipelineName
The name of the pipeline that will start processing the revision to the
source.
|
private java.lang.String |
stageName
The name of the stage that contains the action that will act upon the
revision.
|
NOOP
Constructor and Description |
---|
PutActionRevisionRequest() |
Modifier and Type | Method and Description |
---|---|
PutActionRevisionRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getActionName()
The name of the action that will process the revision.
|
ActionRevision |
getActionRevision() |
java.lang.String |
getPipelineName()
The name of the pipeline that will start processing the revision to the
source.
|
java.lang.String |
getStageName()
The name of the stage that contains the action that will act upon the
revision.
|
int |
hashCode() |
void |
setActionName(java.lang.String actionName)
The name of the action that will process the revision.
|
void |
setActionRevision(ActionRevision actionRevision) |
void |
setPipelineName(java.lang.String pipelineName)
The name of the pipeline that will start processing the revision to the
source.
|
void |
setStageName(java.lang.String stageName)
The name of the stage that contains the action that will act upon the
revision.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PutActionRevisionRequest |
withActionName(java.lang.String actionName)
The name of the action that will process the revision.
|
PutActionRevisionRequest |
withActionRevision(ActionRevision actionRevision) |
PutActionRevisionRequest |
withPipelineName(java.lang.String pipelineName)
The name of the pipeline that will start processing the revision to the
source.
|
PutActionRevisionRequest |
withStageName(java.lang.String stageName)
The name of the stage that contains the action that will act upon the
revision.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String pipelineName
The name of the pipeline that will start processing the revision to the source.
private java.lang.String stageName
The name of the stage that contains the action that will act upon the revision.
private java.lang.String actionName
The name of the action that will process the revision.
private ActionRevision actionRevision
public void setPipelineName(java.lang.String pipelineName)
The name of the pipeline that will start processing the revision to the source.
pipelineName
- The name of the pipeline that will start processing the revision
to the source.public java.lang.String getPipelineName()
The name of the pipeline that will start processing the revision to the source.
public PutActionRevisionRequest withPipelineName(java.lang.String pipelineName)
The name of the pipeline that will start processing the revision to the source.
pipelineName
- The name of the pipeline that will start processing the revision
to the source.public void setStageName(java.lang.String stageName)
The name of the stage that contains the action that will act upon the revision.
stageName
- The name of the stage that contains the action that will act upon
the revision.public java.lang.String getStageName()
The name of the stage that contains the action that will act upon the revision.
public PutActionRevisionRequest withStageName(java.lang.String stageName)
The name of the stage that contains the action that will act upon the revision.
stageName
- The name of the stage that contains the action that will act upon
the revision.public void setActionName(java.lang.String actionName)
The name of the action that will process the revision.
actionName
- The name of the action that will process the revision.public java.lang.String getActionName()
The name of the action that will process the revision.
public PutActionRevisionRequest withActionName(java.lang.String actionName)
The name of the action that will process the revision.
actionName
- The name of the action that will process the revision.public void setActionRevision(ActionRevision actionRevision)
actionRevision
- public ActionRevision getActionRevision()
public PutActionRevisionRequest withActionRevision(ActionRevision actionRevision)
actionRevision
- public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public PutActionRevisionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()