|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.datapipeline.model.ListPipelinesResult
public class ListPipelinesResult
Contains the output from the ListPipelines action.
Constructor Summary | |
---|---|
ListPipelinesResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListPipelinesResult()
Method Detail |
---|
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: [ -??-??-?\r\n\t]*
public void setMarker(String marker)
Constraints:
Length: 0 - 1024
Pattern: [ -??-??-?\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: [ -??-??-?\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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |