@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPipelinesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListPipelinesResult() |
Modifier and Type | Method and Description |
---|---|
ListPipelinesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to retrieve the next set of results, or
null if there are no more results. |
List<PipelineSummary> |
getPipelineSummaries()
A list of "PipelineSummary" objects.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to retrieve the next set of results, or
null if there are no more results. |
void |
setPipelineSummaries(Collection<PipelineSummary> pipelineSummaries)
A list of "PipelineSummary" objects.
|
String |
toString()
Returns a string representation of this object.
|
ListPipelinesResult |
withNextToken(String nextToken)
The token to retrieve the next set of results, or
null if there are no more results. |
ListPipelinesResult |
withPipelineSummaries(Collection<PipelineSummary> pipelineSummaries)
A list of "PipelineSummary" objects.
|
ListPipelinesResult |
withPipelineSummaries(PipelineSummary... pipelineSummaries)
A list of "PipelineSummary" objects.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<PipelineSummary> getPipelineSummaries()
A list of "PipelineSummary" objects.
public void setPipelineSummaries(Collection<PipelineSummary> pipelineSummaries)
A list of "PipelineSummary" objects.
pipelineSummaries
- A list of "PipelineSummary" objects.public ListPipelinesResult withPipelineSummaries(PipelineSummary... pipelineSummaries)
A list of "PipelineSummary" objects.
NOTE: This method appends the values to the existing list (if any). Use
setPipelineSummaries(java.util.Collection)
or withPipelineSummaries(java.util.Collection)
if
you want to override the existing values.
pipelineSummaries
- A list of "PipelineSummary" objects.public ListPipelinesResult withPipelineSummaries(Collection<PipelineSummary> pipelineSummaries)
A list of "PipelineSummary" objects.
pipelineSummaries
- A list of "PipelineSummary" objects.public void setNextToken(String nextToken)
The token to retrieve the next set of results, or null
if there are no more results.
nextToken
- The token to retrieve the next set of results, or null
if there are no more results.public String getNextToken()
The token to retrieve the next set of results, or null
if there are no more results.
null
if there are no more results.public ListPipelinesResult withNextToken(String nextToken)
The token to retrieve the next set of results, or null
if there are no more results.
nextToken
- The token to retrieve the next set of results, or null
if there are no more results.public String toString()
toString
in class Object
Object.toString()
public ListPipelinesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.