Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.datapipeline.model
Class ListPipelinesResult

java.lang.Object
  extended by com.amazonaws.services.datapipeline.model.ListPipelinesResult
All Implemented Interfaces:
Serializable

public class ListPipelinesResult
extends Object
implements Serializable

Contains the output from the ListPipelines action.

See Also:
Serialized Form

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

ListPipelinesResult

public ListPipelinesResult()
Method Detail

getPipelineIdList

public List<PipelineIdName> getPipelineIdList()
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.

Returns:
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.

setPipelineIdList

public void setPipelineIdList(Collection<PipelineIdName> 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.

Parameters:
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.

withPipelineIdList

public ListPipelinesResult withPipelineIdList(PipelineIdName... 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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

withPipelineIdList

public ListPipelinesResult withPipelineIdList(Collection<PipelineIdName> 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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

getMarker

public String getMarker()
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.

Constraints:
Length: 0 - 1024
Pattern: [ -??-??-?\r\n\t]*

Returns:
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.

setMarker

public 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. If null, there are no more pipeline identifiers.

Constraints:
Length: 0 - 1024
Pattern: [ -??-??-?\r\n\t]*

Parameters:
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.

withMarker

public 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. If null, there are no more pipeline identifiers.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 0 - 1024
Pattern: [ -??-??-?\r\n\t]*

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

isHasMoreResults

public Boolean isHasMoreResults()
If True, there are more results that can be obtained by a subsequent call to ListPipelines.

Returns:
If True, there are more results that can be obtained by a subsequent call to ListPipelines.

setHasMoreResults

public void setHasMoreResults(Boolean hasMoreResults)
If True, there are more results that can be obtained by a subsequent call to ListPipelines.

Parameters:
hasMoreResults - If True, there are more results that can be obtained by a subsequent call to ListPipelines.

withHasMoreResults

public ListPipelinesResult withHasMoreResults(Boolean hasMoreResults)
If 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.

Parameters:
hasMoreResults - If True, there are more results that can be obtained by a subsequent call to ListPipelines.
Returns:
A reference to this updated object so that method calls can be chained together.

getHasMoreResults

public Boolean getHasMoreResults()
If True, there are more results that can be obtained by a subsequent call to ListPipelines.

Returns:
If True, there are more results that can be obtained by a subsequent call to ListPipelines.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.