public class WorkflowTypeInfos extends Object implements Serializable
Contains a paginated list of information structures about workflow types.
| Constructor and Description |
|---|
WorkflowTypeInfos() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.