Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.model
Class ActivityTypeInfos

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

public class ActivityTypeInfos
extends Object

Contains a paginated list of activity type information structures.


Constructor Summary
ActivityTypeInfos()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getNextPageToken()
          Returns a value if the results are paginated.
 List<ActivityTypeInfo> getTypeInfos()
          List of activity type information.
 int hashCode()
           
 void setNextPageToken(String nextPageToken)
          Returns a value if the results are paginated.
 void setTypeInfos(Collection<ActivityTypeInfo> typeInfos)
          List of activity type information.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ActivityTypeInfos withNextPageToken(String nextPageToken)
          Returns a value if the results are paginated.
 ActivityTypeInfos withTypeInfos(ActivityTypeInfo... typeInfos)
          List of activity type information.
 ActivityTypeInfos withTypeInfos(Collection<ActivityTypeInfo> typeInfos)
          List of activity type information.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActivityTypeInfos

public ActivityTypeInfos()
Method Detail

getTypeInfos

public List<ActivityTypeInfo> getTypeInfos()
List of activity type information.

Returns:
List of activity type information.

setTypeInfos

public void setTypeInfos(Collection<ActivityTypeInfo> typeInfos)
List of activity type information.

Parameters:
typeInfos - List of activity type information.

withTypeInfos

public ActivityTypeInfos withTypeInfos(ActivityTypeInfo... typeInfos)
List of activity type information.

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

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

withTypeInfos

public ActivityTypeInfos withTypeInfos(Collection<ActivityTypeInfo> typeInfos)
List of activity type information.

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

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

getNextPageToken

public String getNextPageToken()
Returns a value if the results are paginated. To get the next page of results, repeat the request specifying this token and all other arguments unchanged.

Constraints:
Length: 0 - 2048

Returns:
Returns a value if the results are paginated. To get the next page of results, repeat the request specifying this token and all other arguments unchanged.

setNextPageToken

public void setNextPageToken(String nextPageToken)
Returns a value if the results are paginated. To get the next page of results, repeat the request specifying this token and all other arguments unchanged.

Constraints:
Length: 0 - 2048

Parameters:
nextPageToken - Returns a value if the results are paginated. To get the next page of results, repeat the request specifying this token and all other arguments unchanged.

withNextPageToken

public ActivityTypeInfos withNextPageToken(String nextPageToken)
Returns a value if the results are paginated. To get the next page of results, repeat the request specifying 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 - Returns a value if the results are paginated. To get the next page of results, repeat the request specifying 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.