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
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()
An array of Pipeline
objects.
Pipeline
objects.public void setPipelines(Collection<Pipeline> pipelines)
An array of Pipeline
objects.
pipelines
- An array of Pipeline
objects.public ListPipelinesResult withPipelines(Pipeline... pipelines)
An array of 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.
pipelines
- An array of Pipeline
objects.public ListPipelinesResult withPipelines(Collection<Pipeline> pipelines)
An array of Pipeline
objects.
pipelines
- An array of Pipeline
objects.public void setNextPageToken(String 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
.
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 getNextPageToken()
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
.
NextPageToken
is null
.public ListPipelinesResult withNextPageToken(String 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
.
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 Object
Object.toString()
public ListPipelinesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.