public class GetPipelineDefinitionResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of GetPipelineDefinition.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ParameterObject> |
parameterObjects
The parameter objects used in the pipeline definition.
|
private SdkInternalList<ParameterValue> |
parameterValues
The parameter values used in the pipeline definition.
|
private SdkInternalList<PipelineObject> |
pipelineObjects
The objects defined in the pipeline.
|
Constructor and Description |
---|
GetPipelineDefinitionResult() |
Modifier and Type | Method and Description |
---|---|
GetPipelineDefinitionResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<ParameterObject> |
getParameterObjects()
The parameter objects used in the pipeline definition.
|
java.util.List<ParameterValue> |
getParameterValues()
The parameter values used in the pipeline definition.
|
java.util.List<PipelineObject> |
getPipelineObjects()
The objects defined in the pipeline.
|
int |
hashCode() |
void |
setParameterObjects(java.util.Collection<ParameterObject> parameterObjects)
The parameter objects used in the pipeline definition.
|
void |
setParameterValues(java.util.Collection<ParameterValue> parameterValues)
The parameter values used in the pipeline definition.
|
void |
setPipelineObjects(java.util.Collection<PipelineObject> pipelineObjects)
The objects defined in the pipeline.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetPipelineDefinitionResult |
withParameterObjects(java.util.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(java.util.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(java.util.Collection<PipelineObject> pipelineObjects)
The objects defined in the pipeline.
|
GetPipelineDefinitionResult |
withPipelineObjects(PipelineObject... pipelineObjects)
The objects defined in the pipeline.
|
private SdkInternalList<PipelineObject> pipelineObjects
The objects defined in the pipeline.
private SdkInternalList<ParameterObject> parameterObjects
The parameter objects used in the pipeline definition.
private SdkInternalList<ParameterValue> parameterValues
The parameter values used in the pipeline definition.
public java.util.List<PipelineObject> getPipelineObjects()
The objects defined in the pipeline.
public void setPipelineObjects(java.util.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(java.util.Collection<PipelineObject> pipelineObjects)
The objects defined in the pipeline.
pipelineObjects
- The objects defined in the pipeline.public java.util.List<ParameterObject> getParameterObjects()
The parameter objects used in the pipeline definition.
public void setParameterObjects(java.util.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(java.util.Collection<ParameterObject> parameterObjects)
The parameter objects used in the pipeline definition.
parameterObjects
- The parameter objects used in the pipeline definition.public java.util.List<ParameterValue> getParameterValues()
The parameter values used in the pipeline definition.
public void setParameterValues(java.util.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(java.util.Collection<ParameterValue> parameterValues)
The parameter values used in the pipeline definition.
parameterValues
- The parameter values used in the pipeline definition.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetPipelineDefinitionResult clone()
clone
in class java.lang.Object