|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elastictranscoder.model.ListPipelinesResult
public class ListPipelinesResult
A list of the pipelines associated with the current AWS account.
Constructor Summary | |
---|---|
ListPipelinesResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getNextPageToken()
A value that you use to access the second and subsequent pages of results, if any. |
List<Pipeline> |
getPipelines()
An array of Pipeline 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 of Pipeline objects. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListPipelinesResult |
withNextPageToken(String nextPageToken)
A value that you use to access the second and subsequent pages of results, if any. |
ListPipelinesResult |
withPipelines(Collection<Pipeline> pipelines)
An array of Pipeline objects. |
ListPipelinesResult |
withPipelines(Pipeline... pipelines)
An array of Pipeline objects. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListPipelinesResult()
Method Detail |
---|
public List<Pipeline> getPipelines()
Pipeline
objects.
Pipeline
objects.public void setPipelines(Collection<Pipeline> pipelines)
Pipeline
objects.
pipelines
- An array of Pipeline
objects.public ListPipelinesResult withPipelines(Pipeline... pipelines)
Pipeline
objects.
Returns a reference to this object so that method calls can be chained together.
pipelines
- An array of Pipeline
objects.
public ListPipelinesResult withPipelines(Collection<Pipeline> pipelines)
Pipeline
objects.
Returns a reference to this object so that method calls can be chained together.
pipelines
- An array of Pipeline
objects.
public String getNextPageToken()
NextPageToken
is null
.
Constraints:
Pattern: ^\d{13}-\w{6}$
NextPageToken
is null
.public void setNextPageToken(String nextPageToken)
NextPageToken
is null
.
Constraints:
Pattern: ^\d{13}-\w{6}$
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 of
NextPageToken
is null
.public ListPipelinesResult withNextPageToken(String nextPageToken)
NextPageToken
is null
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^\d{13}-\w{6}$
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 of
NextPageToken
is null
.
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 |