|
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(java.lang.Object obj)
|
java.lang.String |
getNextPageToken()
The token for the next page of type information. |
java.util.List<WorkflowTypeInfo> |
getTypeInfos()
The list of workflow type information. |
int |
hashCode()
|
void |
setNextPageToken(java.lang.String nextPageToken)
The token for the next page of type information. |
void |
setTypeInfos(java.util.Collection<WorkflowTypeInfo> typeInfos)
The list of workflow type information. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
WorkflowTypeInfos |
withNextPageToken(java.lang.String nextPageToken)
The token for the next page of type information. |
WorkflowTypeInfos |
withTypeInfos(java.util.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 java.util.List<WorkflowTypeInfo> getTypeInfos()
public void setTypeInfos(java.util.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(java.util.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 java.lang.String getNextPageToken()
Constraints:
Length: 0 - 2048
public void setNextPageToken(java.lang.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(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||