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
All Implemented Interfaces:
java.io.Serializable

public class WorkflowTypeInfos
extends java.lang.Object
implements java.io.Serializable

Contains a paginated list of information structures about workflow types.

See Also:
Serialized Form

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

WorkflowTypeInfos

public WorkflowTypeInfos()
Method Detail

getTypeInfos

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

Returns:
The list of workflow type information.

setTypeInfos

public void setTypeInfos(java.util.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(java.util.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 java.lang.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(java.lang.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(java.lang.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 java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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