public class ListPipelinesResult extends Object implements Serializable
A list of the pipelines associated with the current AWS account.
| Constructor and Description |
|---|
ListPipelinesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Pipeline> |
getPipelines()
An array of
Pipeline objects. |
int |
hashCode() |
void |
setPipelines(Collection<Pipeline> pipelines)
An array of
Pipeline objects. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListPipelinesResult |
withPipelines(Collection<Pipeline> pipelines)
An array of
Pipeline objects. |
ListPipelinesResult |
withPipelines(Pipeline... pipelines)
An array of
Pipeline objects. |
public List<Pipeline> getPipelines()
Pipeline objects.Pipeline objects.public void setPipelines(Collection<Pipeline> pipelines)
Pipeline objects.pipelines - An array of Pipeline objects.public ListPipelinesResult withPipelines(Pipeline... pipelines)
Pipeline objects.
Returns a reference to this object so that method calls can be chained together.
pipelines - An array of Pipeline objects.public ListPipelinesResult withPipelines(Collection<Pipeline> pipelines)
Pipeline objects.
Returns a reference to this object so that method calls can be chained together.
pipelines - An array of Pipeline objects.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.