Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.model
Class WorkflowTypeInfos

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfos

public class WorkflowTypeInfos
extends Object

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

WorkflowTypeInfos

public WorkflowTypeInfos()
Method Detail

getTypeInfos

public List<WorkflowTypeInfo> getTypeInfos()
The list of workflow type information.

Returns:
The list of workflow type information.

setTypeInfos

public void setTypeInfos(Collection<WorkflowTypeInfo> typeInfos)
The list of workflow type information.

Parameters:
typeInfos - The list of workflow type information.

withTypeInfos

public WorkflowTypeInfos withTypeInfos(WorkflowTypeInfo... typeInfos)
The list of workflow type information.

Returns a reference to this object so that method calls can be chained together.

Parameters:
typeInfos - The list of workflow type information.
Returns:
A reference to this updated object so that method calls can be chained together.

withTypeInfos

public WorkflowTypeInfos withTypeInfos(Collection<WorkflowTypeInfo> typeInfos)
The list of workflow type information.

Returns a reference to this object so that method calls can be chained together.

Parameters:
typeInfos - The list of workflow type information.
Returns:
A reference to this updated object so that method calls can be chained together.

getNextPageToken

public String getNextPageToken()
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.

Constraints:
Length: 0 - 2048

Returns:
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.

setNextPageToken

public void setNextPageToken(String 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.

Constraints:
Length: 0 - 2048

Parameters:
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.

withNextPageToken

public WorkflowTypeInfos withNextPageToken(String 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.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 0 - 2048

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.