Class PutActionRevisionRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.codepipeline.model.PutActionRevisionRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
public class PutActionRevisionRequest
extends AmazonWebServiceRequest
implements Serializable, Cloneable
Represents the input of a put action revision action.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The name of the action that will process the revision.The name of the pipeline that will start processing the revision to the source.The name of the stage that contains the action that will act upon the revision.int
hashCode()
void
setActionName
(String actionName) The name of the action that will process the revision.void
setActionRevision
(ActionRevision actionRevision) void
setPipelineName
(String pipelineName) The name of the pipeline that will start processing the revision to the source.void
setStageName
(String stageName) The name of the stage that contains the action that will act upon the revision.toString()
Returns a string representation of this object; useful for testing and debugging.withActionName
(String actionName) The name of the action that will process the revision.withActionRevision
(ActionRevision actionRevision) withPipelineName
(String pipelineName) The name of the pipeline that will start processing the revision to the source.withStageName
(String stageName) The name of the stage that contains the action that will act upon the revision.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
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
-
Constructor Details
-
PutActionRevisionRequest
public PutActionRevisionRequest()
-
-
Method Details
-
setPipelineName
The name of the pipeline that will start processing the revision to the source.
- Parameters:
pipelineName
- The name of the pipeline that will start processing the revision to the source.
-
getPipelineName
The name of the pipeline that will start processing the revision to the source.
- Returns:
- The name of the pipeline that will start processing the revision to the source.
-
withPipelineName
The name of the pipeline that will start processing the revision to the source.
- Parameters:
pipelineName
- The name of the pipeline that will start processing the revision to the source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStageName
The name of the stage that contains the action that will act upon the revision.
- Parameters:
stageName
- The name of the stage that contains the action that will act upon the revision.
-
getStageName
The name of the stage that contains the action that will act upon the revision.
- Returns:
- The name of the stage that contains the action that will act upon the revision.
-
withStageName
The name of the stage that contains the action that will act upon the revision.
- Parameters:
stageName
- The name of the stage that contains the action that will act upon the revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setActionName
The name of the action that will process the revision.
- Parameters:
actionName
- The name of the action that will process the revision.
-
getActionName
The name of the action that will process the revision.
- Returns:
- The name of the action that will process the revision.
-
withActionName
The name of the action that will process the revision.
- Parameters:
actionName
- The name of the action that will process the revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setActionRevision
- Parameters:
actionRevision
-
-
getActionRevision
- Returns:
-
withActionRevision
- Parameters:
actionRevision
-- 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
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-