public class GetPipelineDefinitionResult extends Object implements Serializable, Cloneable
Contains the output of GetPipelineDefinition.
| Constructor and Description | 
|---|
| GetPipelineDefinitionResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetPipelineDefinitionResult | clone() | 
| boolean | equals(Object obj) | 
| List<ParameterObject> | getParameterObjects()
 The parameter objects used in the pipeline definition. | 
| List<ParameterValue> | getParameterValues()
 The parameter values used in the pipeline definition. | 
| List<PipelineObject> | getPipelineObjects()
 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. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| GetPipelineDefinitionResult | withParameterObjects(Collection<ParameterObject> parameterObjects)
 The parameter objects used in the pipeline definition. | 
| GetPipelineDefinitionResult | withParameterObjects(ParameterObject... parameterObjects)
 The parameter objects used in the pipeline definition. | 
| GetPipelineDefinitionResult | withParameterValues(Collection<ParameterValue> parameterValues)
 The parameter values used in the pipeline definition. | 
| GetPipelineDefinitionResult | withParameterValues(ParameterValue... parameterValues)
 The parameter values used in the pipeline definition. | 
| GetPipelineDefinitionResult | withPipelineObjects(Collection<PipelineObject> pipelineObjects)
 The objects defined in the pipeline. | 
| GetPipelineDefinitionResult | withPipelineObjects(PipelineObject... pipelineObjects)
 The objects defined in the pipeline. | 
public List<PipelineObject> getPipelineObjects()
The objects defined in the pipeline.
public void setPipelineObjects(Collection<PipelineObject> pipelineObjects)
The objects defined in the pipeline.
pipelineObjects - The objects defined in the pipeline.public GetPipelineDefinitionResult withPipelineObjects(PipelineObject... pipelineObjects)
The objects defined in the pipeline.
 NOTE: This method appends the values to the existing list (if
 any). Use setPipelineObjects(java.util.Collection) or
 withPipelineObjects(java.util.Collection) if you want to
 override the existing values.
 
pipelineObjects - The objects defined in the pipeline.public GetPipelineDefinitionResult withPipelineObjects(Collection<PipelineObject> pipelineObjects)
The objects defined in the pipeline.
pipelineObjects - The objects defined in the pipeline.public List<ParameterObject> getParameterObjects()
The parameter objects used in the pipeline definition.
public void setParameterObjects(Collection<ParameterObject> parameterObjects)
The parameter objects used in the pipeline definition.
parameterObjects - The parameter objects used in the pipeline definition.public GetPipelineDefinitionResult withParameterObjects(ParameterObject... parameterObjects)
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) or
 withParameterObjects(java.util.Collection) if you want to
 override the existing values.
 
parameterObjects - The parameter objects used in the pipeline definition.public GetPipelineDefinitionResult withParameterObjects(Collection<ParameterObject> parameterObjects)
The parameter objects used in the pipeline definition.
parameterObjects - The parameter objects used in the pipeline definition.public List<ParameterValue> getParameterValues()
The parameter values used in the pipeline definition.
public void setParameterValues(Collection<ParameterValue> parameterValues)
The parameter values used in the pipeline definition.
parameterValues - The parameter values used in the pipeline definition.public GetPipelineDefinitionResult withParameterValues(ParameterValue... parameterValues)
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) or
 withParameterValues(java.util.Collection) if you want to
 override the existing values.
 
parameterValues - The parameter values used in the pipeline definition.public GetPipelineDefinitionResult withParameterValues(Collection<ParameterValue> parameterValues)
The parameter values used in the pipeline definition.
parameterValues - The parameter values used in the pipeline definition.public String toString()
toString in class ObjectObject.toString()public GetPipelineDefinitionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.