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) |
String |
getNextPageToken()
A value that you use to access the second and subsequent pages of
results, if any.
|
List<Pipeline> |
getPipelines()
An array of
Pipeline objects. |
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
Pipeline objects. |
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
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 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()Copyright © 2014. All rights reserved.