public class ListPipelinesResult extends Object implements Serializable, Cloneable
A list of the pipelines associated with the current AWS account.
| Constructor and Description | 
|---|
| ListPipelinesResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListPipelinesResult | clone() | 
| boolean | equals(Object obj) | 
| String | getNextPageToken()A value that you use to access the second and subsequent pages of
 results, if any. | 
| List<Pipeline> | getPipelines()An array of  Pipelineobjects. | 
| int | hashCode() | 
| void | setNextPageToken(String nextPageToken)A value that you use to access the second and subsequent pages of
 results, if any. | 
| void | setPipelines(Collection<Pipeline> pipelines)An array of  Pipelineobjects. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| ListPipelinesResult | withNextPageToken(String nextPageToken)A value that you use to access the second and subsequent pages of
 results, if any. | 
| ListPipelinesResult | withPipelines(Collection<Pipeline> pipelines)An array of  Pipelineobjects. | 
| ListPipelinesResult | withPipelines(Pipeline... pipelines)An array of  Pipelineobjects. | 
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.
 
 NOTE: This method appends the values to the existing list (if
 any). Use setPipelines(java.util.Collection) or withPipelines(java.util.Collection) if you want to override the
 existing values.
 
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 getNextPageToken()
NextPageToken is null.
 
 Constraints:
 Pattern: ^\d{13}-\w{6}$
NextPageToken is null.public void setNextPageToken(String nextPageToken)
NextPageToken is null.
 
 Constraints:
 Pattern: ^\d{13}-\w{6}$
nextPageToken - A value that you use to access the second and subsequent pages of
         results, if any. When the pipelines fit on one page or when you've
         reached the last page of results, the value of
         NextPageToken is null.public ListPipelinesResult withNextPageToken(String nextPageToken)
NextPageToken is null.
 Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Pattern: ^\d{13}-\w{6}$
nextPageToken - A value that you use to access the second and subsequent pages of
         results, if any. When the pipelines fit on one page or when you've
         reached the last page of results, the value of
         NextPageToken is null.public String toString()
toString in class ObjectObject.toString()public ListPipelinesResult clone()
Copyright © 2015. All rights reserved.