public class ListPipelinesResult extends Object implements Serializable, Cloneable
Contains the output of ListPipelines.
Constructor and Description |
---|
ListPipelinesResult() |
Modifier and Type | Method and Description |
---|---|
ListPipelinesResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getHasMoreResults()
Indicates whether there are more results that can be obtained by a
subsequent call.
|
String |
getMarker()
The starting point for the next page of results.
|
List<PipelineIdName> |
getPipelineIdList()
The pipeline identifiers.
|
int |
hashCode() |
Boolean |
isHasMoreResults()
Indicates whether there are more results that can be obtained by a
subsequent call.
|
void |
setHasMoreResults(Boolean hasMoreResults)
Indicates whether there are more results that can be obtained by a
subsequent call.
|
void |
setMarker(String marker)
The starting point for the next page of results.
|
void |
setPipelineIdList(Collection<PipelineIdName> pipelineIdList)
The pipeline identifiers.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListPipelinesResult |
withHasMoreResults(Boolean hasMoreResults)
Indicates whether there are more results that can be obtained by a
subsequent call.
|
ListPipelinesResult |
withMarker(String marker)
The starting point for the next page of results.
|
ListPipelinesResult |
withPipelineIdList(Collection<PipelineIdName> pipelineIdList)
The pipeline identifiers.
|
ListPipelinesResult |
withPipelineIdList(PipelineIdName... pipelineIdList)
The pipeline identifiers.
|
public List<PipelineIdName> getPipelineIdList()
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
public void setPipelineIdList(Collection<PipelineIdName> pipelineIdList)
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
pipelineIdList
- The pipeline identifiers. If you require additional information
about the pipelines, you can use these identifiers to call
DescribePipelines and GetPipelineDefinition.public ListPipelinesResult withPipelineIdList(PipelineIdName... pipelineIdList)
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
NOTE: This method appends the values to the existing list (if
any). Use setPipelineIdList(java.util.Collection)
or
withPipelineIdList(java.util.Collection)
if you want to override
the existing values.
pipelineIdList
- The pipeline identifiers. If you require additional information
about the pipelines, you can use these identifiers to call
DescribePipelines and GetPipelineDefinition.public ListPipelinesResult withPipelineIdList(Collection<PipelineIdName> pipelineIdList)
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
pipelineIdList
- The pipeline identifiers. If you require additional information
about the pipelines, you can use these identifiers to call
DescribePipelines and GetPipelineDefinition.public void setMarker(String marker)
The starting point for the next page of results. To view the next page of
results, call ListPipelinesOutput
again with this marker
value. If the value is null, there are no more results.
marker
- The starting point for the next page of results. To view the next
page of results, call ListPipelinesOutput
again with
this marker value. If the value is null, there are no more
results.public String getMarker()
The starting point for the next page of results. To view the next page of
results, call ListPipelinesOutput
again with this marker
value. If the value is null, there are no more results.
ListPipelinesOutput
again with
this marker value. If the value is null, there are no more
results.public ListPipelinesResult withMarker(String marker)
The starting point for the next page of results. To view the next page of
results, call ListPipelinesOutput
again with this marker
value. If the value is null, there are no more results.
marker
- The starting point for the next page of results. To view the next
page of results, call ListPipelinesOutput
again with
this marker value. If the value is null, there are no more
results.public void setHasMoreResults(Boolean hasMoreResults)
Indicates whether there are more results that can be obtained by a subsequent call.
hasMoreResults
- Indicates whether there are more results that can be obtained by a
subsequent call.public Boolean getHasMoreResults()
Indicates whether there are more results that can be obtained by a subsequent call.
public ListPipelinesResult withHasMoreResults(Boolean hasMoreResults)
Indicates whether there are more results that can be obtained by a subsequent call.
hasMoreResults
- Indicates whether there are more results that can be obtained by a
subsequent call.public Boolean isHasMoreResults()
Indicates whether there are more results that can be obtained by a subsequent call.
public String toString()
toString
in class Object
Object.toString()
public ListPipelinesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.