Class GetPipelineDefinitionResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of GetPipelineDefinition.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The parameter objects used in the pipeline definition.The parameter values used in the pipeline definition.The objects defined in the pipeline.int
hashCode()
void
setParameterObjects
(Collection<ParameterObject> parameterObjects) The parameter objects used in the pipeline definition.void
setParameterValues
(Collection<ParameterValue> parameterValues) The parameter values used in the pipeline definition.void
setPipelineObjects
(Collection<PipelineObject> pipelineObjects) The objects defined in the pipeline.toString()
Returns a string representation of this object; useful for testing and debugging.withParameterObjects
(ParameterObject... parameterObjects) The parameter objects used in the pipeline definition.withParameterObjects
(Collection<ParameterObject> parameterObjects) The parameter objects used in the pipeline definition.withParameterValues
(ParameterValue... parameterValues) The parameter values used in the pipeline definition.withParameterValues
(Collection<ParameterValue> parameterValues) The parameter values used in the pipeline definition.withPipelineObjects
(PipelineObject... pipelineObjects) The objects defined in the pipeline.withPipelineObjects
(Collection<PipelineObject> pipelineObjects) The objects defined in the pipeline.
-
Constructor Details
-
GetPipelineDefinitionResult
public GetPipelineDefinitionResult()
-
-
Method Details
-
getPipelineObjects
The objects defined in the pipeline.
- Returns:
- The objects defined in the pipeline.
-
setPipelineObjects
The objects defined in the pipeline.
- Parameters:
pipelineObjects
- The objects defined in the pipeline.
-
withPipelineObjects
The objects defined in the pipeline.
NOTE: This method appends the values to the existing list (if any). Use
setPipelineObjects(java.util.Collection)
orwithPipelineObjects(java.util.Collection)
if you want to override the existing values.- Parameters:
pipelineObjects
- The objects defined in the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withPipelineObjects
The objects defined in the pipeline.
- Parameters:
pipelineObjects
- The objects defined in the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getParameterObjects
The parameter objects used in the pipeline definition.
- Returns:
- The parameter objects used in the pipeline definition.
-
setParameterObjects
The parameter objects used in the pipeline definition.
- Parameters:
parameterObjects
- The parameter objects used in the pipeline definition.
-
withParameterObjects
The parameter objects used in the pipeline definition.
NOTE: This method appends the values to the existing list (if any). Use
setParameterObjects(java.util.Collection)
orwithParameterObjects(java.util.Collection)
if you want to override the existing values.- Parameters:
parameterObjects
- The parameter objects used in the pipeline definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withParameterObjects
public GetPipelineDefinitionResult withParameterObjects(Collection<ParameterObject> parameterObjects) The parameter objects used in the pipeline definition.
- Parameters:
parameterObjects
- The parameter objects used in the pipeline definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getParameterValues
The parameter values used in the pipeline definition.
- Returns:
- The parameter values used in the pipeline definition.
-
setParameterValues
The parameter values used in the pipeline definition.
- Parameters:
parameterValues
- The parameter values used in the pipeline definition.
-
withParameterValues
The parameter values used in the pipeline definition.
NOTE: This method appends the values to the existing list (if any). Use
setParameterValues(java.util.Collection)
orwithParameterValues(java.util.Collection)
if you want to override the existing values.- Parameters:
parameterValues
- The parameter values used in the pipeline definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withParameterValues
The parameter values used in the pipeline definition.
- Parameters:
parameterValues
- The parameter values used in the pipeline definition.- 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
-