Class ListPipelinesResult
- All Implemented Interfaces:
Serializable
,Cloneable
A list of the pipelines associated with the current AWS account.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A value that you use to access the second and subsequent pages of results, if any.An array ofPipeline
objects.int
hashCode()
void
setNextPageToken
(String nextPageToken) A value that you use to access the second and subsequent pages of results, if any.void
setPipelines
(Collection<Pipeline> pipelines) An array ofPipeline
objects.toString()
Returns a string representation of this object; useful for testing and debugging.withNextPageToken
(String nextPageToken) A value that you use to access the second and subsequent pages of results, if any.withPipelines
(Pipeline... pipelines) An array ofPipeline
objects.withPipelines
(Collection<Pipeline> pipelines) An array ofPipeline
objects.
-
Constructor Details
-
ListPipelinesResult
public ListPipelinesResult()
-
-
Method Details
-
getPipelines
An array of
Pipeline
objects.- Returns:
- An array of
Pipeline
objects.
-
setPipelines
An array of
Pipeline
objects.- Parameters:
pipelines
- An array ofPipeline
objects.
-
withPipelines
An array of
Pipeline
objects.NOTE: This method appends the values to the existing list (if any). Use
setPipelines(java.util.Collection)
orwithPipelines(java.util.Collection)
if you want to override the existing values.- Parameters:
pipelines
- An array ofPipeline
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withPipelines
An array of
Pipeline
objects.- Parameters:
pipelines
- An array ofPipeline
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextPageToken
A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of
NextPageToken
isnull
.- Parameters:
nextPageToken
- A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value ofNextPageToken
isnull
.
-
getNextPageToken
A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of
NextPageToken
isnull
.- Returns:
- A value that you use to access the second and subsequent pages of
results, if any. When the pipelines fit on one page or when
you've reached the last page of results, the value of
NextPageToken
isnull
.
-
withNextPageToken
A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of
NextPageToken
isnull
.- Parameters:
nextPageToken
- A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value ofNextPageToken
isnull
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-