|
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.ActivityTypeInfos
public class ActivityTypeInfos
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 |
|---|
public ActivityTypeInfos()
| Method Detail |
|---|
public List<ActivityTypeInfo> getTypeInfos()
public void setTypeInfos(Collection<ActivityTypeInfo> typeInfos)
typeInfos - List of activity type information.public ActivityTypeInfos withTypeInfos(ActivityTypeInfo... typeInfos)
Returns a reference to this object so that method calls can be chained together.
typeInfos - List of activity type information.
public ActivityTypeInfos withTypeInfos(Collection<ActivityTypeInfo> typeInfos)
Returns a reference to this object so that method calls can be chained together.
typeInfos - List of activity type information.
public String getNextPageToken()
Constraints:
Length: 0 - 2048
public void setNextPageToken(String nextPageToken)
Constraints:
Length: 0 - 2048
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.public ActivityTypeInfos withNextPageToken(String nextPageToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 2048
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.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||