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) |
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 |
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 |
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.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, 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 String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.