|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionRequest
public class ValidatePipelineDefinitionRequest
Container for the parameters to the ValidatePipelineDefinition operation
.
Tests the pipeline definition with a set of validation checks to ensure that it is well formed and can run without error.
DataPipeline.validatePipelineDefinition(ValidatePipelineDefinitionRequest)
,
Serialized FormConstructor Summary | |
---|---|
ValidatePipelineDefinitionRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ValidatePipelineDefinitionRequest()
Method Detail |
---|
public String getPipelineId()
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*
public void setPipelineId(String pipelineId)
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\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: [ -??-??-?\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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |