@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartPipelineExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a StartPipelineExecution
action.
NOOP
Constructor and Description |
---|
StartPipelineExecutionRequest() |
Modifier and Type | Method and Description |
---|---|
StartPipelineExecutionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
The system-generated unique ID used to identify a unique execution request.
|
String |
getName()
The name of the pipeline to start.
|
List<PipelineVariable> |
getVariables()
A list that overrides pipeline variables for a pipeline execution that's being started.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
The system-generated unique ID used to identify a unique execution request.
|
void |
setName(String name)
The name of the pipeline to start.
|
void |
setVariables(Collection<PipelineVariable> variables)
A list that overrides pipeline variables for a pipeline execution that's being started.
|
String |
toString()
Returns a string representation of this object.
|
StartPipelineExecutionRequest |
withClientRequestToken(String clientRequestToken)
The system-generated unique ID used to identify a unique execution request.
|
StartPipelineExecutionRequest |
withName(String name)
The name of the pipeline to start.
|
StartPipelineExecutionRequest |
withVariables(Collection<PipelineVariable> variables)
A list that overrides pipeline variables for a pipeline execution that's being started.
|
StartPipelineExecutionRequest |
withVariables(PipelineVariable... variables)
A list that overrides pipeline variables for a pipeline execution that's being started.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setName(String name)
The name of the pipeline to start.
name
- The name of the pipeline to start.public String getName()
The name of the pipeline to start.
public StartPipelineExecutionRequest withName(String name)
The name of the pipeline to start.
name
- The name of the pipeline to start.public List<PipelineVariable> getVariables()
A list that overrides pipeline variables for a pipeline execution that's being started. Variable names must match
[A-Za-z0-9@\-_]+
, and the values can be anything except an empty string.
[A-Za-z0-9@\-_]+
, and the values can be anything except an empty string.public void setVariables(Collection<PipelineVariable> variables)
A list that overrides pipeline variables for a pipeline execution that's being started. Variable names must match
[A-Za-z0-9@\-_]+
, and the values can be anything except an empty string.
variables
- A list that overrides pipeline variables for a pipeline execution that's being started. Variable names
must match [A-Za-z0-9@\-_]+
, and the values can be anything except an empty string.public StartPipelineExecutionRequest withVariables(PipelineVariable... variables)
A list that overrides pipeline variables for a pipeline execution that's being started. Variable names must match
[A-Za-z0-9@\-_]+
, and the values can be anything except an empty string.
NOTE: This method appends the values to the existing list (if any). Use
setVariables(java.util.Collection)
or withVariables(java.util.Collection)
if you want to
override the existing values.
variables
- A list that overrides pipeline variables for a pipeline execution that's being started. Variable names
must match [A-Za-z0-9@\-_]+
, and the values can be anything except an empty string.public StartPipelineExecutionRequest withVariables(Collection<PipelineVariable> variables)
A list that overrides pipeline variables for a pipeline execution that's being started. Variable names must match
[A-Za-z0-9@\-_]+
, and the values can be anything except an empty string.
variables
- A list that overrides pipeline variables for a pipeline execution that's being started. Variable names
must match [A-Za-z0-9@\-_]+
, and the values can be anything except an empty string.public void setClientRequestToken(String clientRequestToken)
The system-generated unique ID used to identify a unique execution request.
clientRequestToken
- The system-generated unique ID used to identify a unique execution request.public String getClientRequestToken()
The system-generated unique ID used to identify a unique execution request.
public StartPipelineExecutionRequest withClientRequestToken(String clientRequestToken)
The system-generated unique ID used to identify a unique execution request.
clientRequestToken
- The system-generated unique ID used to identify a unique execution request.public String toString()
toString
in class Object
Object.toString()
public StartPipelineExecutionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()