public class GetPipelineDefinitionResult extends Object implements Serializable, Cloneable
Contains the output from the GetPipelineDefinition action.
Constructor and Description |
---|
GetPipelineDefinitionResult() |
Modifier and Type | Method and Description |
---|---|
GetPipelineDefinitionResult |
clone() |
boolean |
equals(Object obj) |
List<ParameterObject> |
getParameterObjects()
Returns a list of parameter objects used in the pipeline definition.
|
List<ParameterValue> |
getParameterValues()
Returns a list of parameter values used in the pipeline definition.
|
List<PipelineObject> |
getPipelineObjects()
An array of objects defined in the pipeline.
|
int |
hashCode() |
void |
setParameterObjects(Collection<ParameterObject> parameterObjects)
Returns a list of parameter objects used in the pipeline definition.
|
void |
setParameterValues(Collection<ParameterValue> parameterValues)
Returns a list of parameter values used in the pipeline definition.
|
void |
setPipelineObjects(Collection<PipelineObject> pipelineObjects)
An array of objects defined in the pipeline.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetPipelineDefinitionResult |
withParameterObjects(Collection<ParameterObject> parameterObjects)
Returns a list of parameter objects used in the pipeline definition.
|
GetPipelineDefinitionResult |
withParameterObjects(ParameterObject... parameterObjects)
Returns a list of parameter objects used in the pipeline definition.
|
GetPipelineDefinitionResult |
withParameterValues(Collection<ParameterValue> parameterValues)
Returns a list of parameter values used in the pipeline definition.
|
GetPipelineDefinitionResult |
withParameterValues(ParameterValue... parameterValues)
Returns a list of parameter values used in the pipeline definition.
|
GetPipelineDefinitionResult |
withPipelineObjects(Collection<PipelineObject> pipelineObjects)
An array of objects defined in the pipeline.
|
GetPipelineDefinitionResult |
withPipelineObjects(PipelineObject... pipelineObjects)
An array of objects defined in the pipeline.
|
public List<PipelineObject> getPipelineObjects()
public void setPipelineObjects(Collection<PipelineObject> pipelineObjects)
pipelineObjects
- An array of objects defined in the pipeline.public GetPipelineDefinitionResult withPipelineObjects(PipelineObject... pipelineObjects)
Returns a reference to this object so that method calls can be chained together.
pipelineObjects
- An array of objects defined in the pipeline.public GetPipelineDefinitionResult withPipelineObjects(Collection<PipelineObject> pipelineObjects)
Returns a reference to this object so that method calls can be chained together.
pipelineObjects
- An array of objects defined in the pipeline.public List<ParameterObject> getParameterObjects()
public void setParameterObjects(Collection<ParameterObject> parameterObjects)
parameterObjects
- Returns a list of parameter objects used in the pipeline definition.public GetPipelineDefinitionResult withParameterObjects(ParameterObject... parameterObjects)
Returns a reference to this object so that method calls can be chained together.
parameterObjects
- Returns a list of parameter objects used in the pipeline definition.public GetPipelineDefinitionResult withParameterObjects(Collection<ParameterObject> parameterObjects)
Returns a reference to this object so that method calls can be chained together.
parameterObjects
- Returns a list of parameter objects used in the pipeline definition.public List<ParameterValue> getParameterValues()
public void setParameterValues(Collection<ParameterValue> parameterValues)
parameterValues
- Returns a list of parameter values used in the pipeline definition.public GetPipelineDefinitionResult withParameterValues(ParameterValue... parameterValues)
Returns a reference to this object so that method calls can be chained together.
parameterValues
- Returns a list of parameter values used in the pipeline definition.public GetPipelineDefinitionResult withParameterValues(Collection<ParameterValue> parameterValues)
Returns a reference to this object so that method calls can be chained together.
parameterValues
- Returns a list of parameter values used in the pipeline definition.public String toString()
toString
in class Object
Object.toString()
public GetPipelineDefinitionResult clone()
Copyright © 2015. All rights reserved.