|
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.simpleworkflow.model.WorkflowTypeInfos
public class WorkflowTypeInfos
Contains a paginated list of information structures about workflow types.
| Constructor Summary | |
|---|---|
WorkflowTypeInfos()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getNextPageToken()
The token for the next page of type information. |
List<WorkflowTypeInfo> |
getTypeInfos()
The list of workflow type information. |
int |
hashCode()
|
void |
setNextPageToken(String nextPageToken)
The token for the next page of type information. |
void |
setTypeInfos(Collection<WorkflowTypeInfo> typeInfos)
The list of workflow type information. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
WorkflowTypeInfos |
withNextPageToken(String nextPageToken)
The token for the next page of type information. |
WorkflowTypeInfos |
withTypeInfos(Collection<WorkflowTypeInfo> typeInfos)
The list of workflow type information. |
WorkflowTypeInfos |
withTypeInfos(WorkflowTypeInfo... typeInfos)
The list of workflow type information. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WorkflowTypeInfos()
| Method Detail |
|---|
public List<WorkflowTypeInfo> getTypeInfos()
public void setTypeInfos(Collection<WorkflowTypeInfo> typeInfos)
typeInfos - The list of workflow type information.public WorkflowTypeInfos withTypeInfos(WorkflowTypeInfo... typeInfos)
Returns a reference to this object so that method calls can be chained together.
typeInfos - The list of workflow type information.
public WorkflowTypeInfos withTypeInfos(Collection<WorkflowTypeInfo> typeInfos)
Returns a reference to this object so that method calls can be chained together.
typeInfos - The list of workflow type information.
public String getNextPageToken()
Constraints:
Length: 0 - 2048
public void setNextPageToken(String nextPageToken)
Constraints:
Length: 0 - 2048
nextPageToken - The token for the next page of type information. If set then the list
consists of more than one page. You can retrieve the next page by
repeating the request (that returned the structure) with the this
token and all other arguments unchanged.public WorkflowTypeInfos withNextPageToken(String nextPageToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 2048
nextPageToken - The token for the next page of type information. If set then the list
consists of more than one page. You can retrieve the next page by
repeating the request (that returned the structure) with the this
token and all other arguments unchanged.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||