public class ListPipelinesResult extends Object implements Serializable
Contains the output from the ListPipelines action.
Constructor and Description |
---|
ListPipelinesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Boolean |
getHasMoreResults()
If
True , there are more results that can be obtained by a
subsequent call to ListPipelines. |
String |
getMarker()
If not null, indicates the starting point for the set of pipeline
identifiers that the next call to ListPipelines will retrieve.
|
List<PipelineIdName> |
getPipelineIdList()
A list of all the pipeline identifiers that your account has
permission to access.
|
int |
hashCode() |
Boolean |
isHasMoreResults()
If
True , there are more results that can be obtained by a
subsequent call to ListPipelines. |
void |
setHasMoreResults(Boolean hasMoreResults)
If
True , there are more results that can be obtained by a
subsequent call to ListPipelines. |
void |
setMarker(String marker)
If not null, indicates the starting point for the set of pipeline
identifiers that the next call to ListPipelines will retrieve.
|
void |
setPipelineIdList(Collection<PipelineIdName> pipelineIdList)
A list of all the pipeline identifiers that your account has
permission to access.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListPipelinesResult |
withHasMoreResults(Boolean hasMoreResults)
If
True , there are more results that can be obtained by a
subsequent call to ListPipelines. |
ListPipelinesResult |
withMarker(String marker)
If not null, indicates the starting point for the set of pipeline
identifiers that the next call to ListPipelines will retrieve.
|
ListPipelinesResult |
withPipelineIdList(Collection<PipelineIdName> pipelineIdList)
A list of all the pipeline identifiers that your account has
permission to access.
|
ListPipelinesResult |
withPipelineIdList(PipelineIdName... pipelineIdList)
A list of all the pipeline identifiers that your account has
permission to access.
|
public List<PipelineIdName> getPipelineIdList()
public void setPipelineIdList(Collection<PipelineIdName> pipelineIdList)
pipelineIdList
- A list of all the pipeline identifiers that your account has
permission to access. If you require additional information about the
pipelines, you can use these identifiers to call
DescribePipelines and GetPipelineDefinition.public ListPipelinesResult withPipelineIdList(PipelineIdName... pipelineIdList)
Returns a reference to this object so that method calls can be chained together.
pipelineIdList
- A list of all the pipeline identifiers that your account has
permission to access. If you require additional information about the
pipelines, you can use these identifiers to call
DescribePipelines and GetPipelineDefinition.public ListPipelinesResult withPipelineIdList(Collection<PipelineIdName> pipelineIdList)
Returns a reference to this object so that method calls can be chained together.
pipelineIdList
- A list of all the pipeline identifiers that your account has
permission to access. If you require additional information about the
pipelines, you can use these identifiers to call
DescribePipelines and GetPipelineDefinition.public String getMarker()
Constraints:
Length: 0 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setMarker(String marker)
Constraints:
Length: 0 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
marker
- If not null, indicates the starting point for the set of pipeline
identifiers that the next call to ListPipelines will retrieve.
If null, there are no more pipeline identifiers.public ListPipelinesResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
marker
- If not null, indicates the starting point for the set of pipeline
identifiers that the next call to ListPipelines will retrieve.
If null, there are no more pipeline identifiers.public Boolean isHasMoreResults()
True
, there are more results that can be obtained by a
subsequent call to ListPipelines.True
, there are more results that can be obtained by a
subsequent call to ListPipelines.public void setHasMoreResults(Boolean hasMoreResults)
True
, there are more results that can be obtained by a
subsequent call to ListPipelines.hasMoreResults
- If True
, there are more results that can be obtained by a
subsequent call to ListPipelines.public ListPipelinesResult withHasMoreResults(Boolean hasMoreResults)
True
, there are more results that can be obtained by a
subsequent call to ListPipelines.
Returns a reference to this object so that method calls can be chained together.
hasMoreResults
- If True
, there are more results that can be obtained by a
subsequent call to ListPipelines.public Boolean getHasMoreResults()
True
, there are more results that can be obtained by a
subsequent call to ListPipelines.True
, there are more results that can be obtained by a
subsequent call to ListPipelines.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.