public class ValidatePipelineDefinitionRequest extends AmazonWebServiceRequest implements Serializable
ValidatePipelineDefinition operation
.
Tests the pipeline definition with a set of validation checks to ensure that it is well formed and can run without error.
NOOP
Constructor and Description |
---|
ValidatePipelineDefinitionRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<ParameterObject> |
getParameterObjects()
A list of parameter objects used with the pipeline.
|
List<ParameterValue> |
getParameterValues()
A list of parameter values used with the pipeline.
|
String |
getPipelineId()
Identifies the pipeline whose definition is to be validated.
|
List<PipelineObject> |
getPipelineObjects()
A list of objects that define the pipeline changes to validate against
the pipeline.
|
int |
hashCode() |
void |
setParameterObjects(Collection<ParameterObject> parameterObjects)
A list of parameter objects used with the pipeline.
|
void |
setParameterValues(Collection<ParameterValue> parameterValues)
A list of parameter values used with the pipeline.
|
void |
setPipelineId(String pipelineId)
Identifies the pipeline whose definition is to be validated.
|
void |
setPipelineObjects(Collection<PipelineObject> pipelineObjects)
A list of objects that define the pipeline changes to validate against
the pipeline.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ValidatePipelineDefinitionRequest |
withParameterObjects(Collection<ParameterObject> parameterObjects)
A list of parameter objects used with the pipeline.
|
ValidatePipelineDefinitionRequest |
withParameterObjects(ParameterObject... parameterObjects)
A list of parameter objects used with the pipeline.
|
ValidatePipelineDefinitionRequest |
withParameterValues(Collection<ParameterValue> parameterValues)
A list of parameter values used with the pipeline.
|
ValidatePipelineDefinitionRequest |
withParameterValues(ParameterValue... parameterValues)
A list of parameter values used with the pipeline.
|
ValidatePipelineDefinitionRequest |
withPipelineId(String pipelineId)
Identifies the pipeline whose definition is to be validated.
|
ValidatePipelineDefinitionRequest |
withPipelineObjects(Collection<PipelineObject> pipelineObjects)
A list of objects that define the pipeline changes to validate against
the pipeline.
|
ValidatePipelineDefinitionRequest |
withPipelineObjects(PipelineObject... pipelineObjects)
A list of objects that define the pipeline changes to validate against
the pipeline.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getPipelineId()
Constraints:
Length: 1 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setPipelineId(String pipelineId)
Constraints:
Length: 1 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
pipelineId
- Identifies the pipeline whose definition is to be validated.public ValidatePipelineDefinitionRequest withPipelineId(String pipelineId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
pipelineId
- Identifies the pipeline whose definition is to be validated.public List<PipelineObject> getPipelineObjects()
public void setPipelineObjects(Collection<PipelineObject> pipelineObjects)
pipelineObjects
- A list of objects that define the pipeline changes to validate against
the pipeline.public ValidatePipelineDefinitionRequest withPipelineObjects(PipelineObject... pipelineObjects)
Returns a reference to this object so that method calls can be chained together.
pipelineObjects
- A list of objects that define the pipeline changes to validate against
the pipeline.public ValidatePipelineDefinitionRequest withPipelineObjects(Collection<PipelineObject> pipelineObjects)
Returns a reference to this object so that method calls can be chained together.
pipelineObjects
- A list of objects that define the pipeline changes to validate against
the pipeline.public List<ParameterObject> getParameterObjects()
public void setParameterObjects(Collection<ParameterObject> parameterObjects)
parameterObjects
- A list of parameter objects used with the pipeline.public ValidatePipelineDefinitionRequest withParameterObjects(ParameterObject... parameterObjects)
Returns a reference to this object so that method calls can be chained together.
parameterObjects
- A list of parameter objects used with the pipeline.public ValidatePipelineDefinitionRequest withParameterObjects(Collection<ParameterObject> parameterObjects)
Returns a reference to this object so that method calls can be chained together.
parameterObjects
- A list of parameter objects used with the pipeline.public List<ParameterValue> getParameterValues()
public void setParameterValues(Collection<ParameterValue> parameterValues)
parameterValues
- A list of parameter values used with the pipeline.public ValidatePipelineDefinitionRequest withParameterValues(ParameterValue... parameterValues)
Returns a reference to this object so that method calls can be chained together.
parameterValues
- A list of parameter values used with the pipeline.public ValidatePipelineDefinitionRequest withParameterValues(Collection<ParameterValue> parameterValues)
Returns a reference to this object so that method calls can be chained together.
parameterValues
- A list of parameter values used with the pipeline.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.