Class ListActionTypesResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a list action types action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Provides details of the action types.If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list action types call to return the next set of action types in the list.int
hashCode()
void
setActionTypes
(Collection<ActionType> actionTypes) Provides details of the action types.void
setNextToken
(String nextToken) If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list action types call to return the next set of action types in the list.toString()
Returns a string representation of this object; useful for testing and debugging.withActionTypes
(ActionType... actionTypes) Provides details of the action types.withActionTypes
(Collection<ActionType> actionTypes) Provides details of the action types.withNextToken
(String nextToken) If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list action types call to return the next set of action types in the list.
-
Constructor Details
-
ListActionTypesResult
public ListActionTypesResult()
-
-
Method Details
-
getActionTypes
Provides details of the action types.
- Returns:
- Provides details of the action types.
-
setActionTypes
Provides details of the action types.
- Parameters:
actionTypes
- Provides details of the action types.
-
withActionTypes
Provides details of the action types.
NOTE: This method appends the values to the existing list (if any). Use
setActionTypes(java.util.Collection)
orwithActionTypes(java.util.Collection)
if you want to override the existing values.- Parameters:
actionTypes
- Provides details of the action types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withActionTypes
Provides details of the action types.
- Parameters:
actionTypes
- Provides details of the action types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list action types call to return the next set of action types in the list.
- Parameters:
nextToken
- If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list action types call to return the next set of action types in the list.
-
getNextToken
If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list action types call to return the next set of action types in the list.
- Returns:
- If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list action types call to return the next set of action types in the list.
-
withNextToken
If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list action types call to return the next set of action types in the list.
- Parameters:
nextToken
- If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list action types call to return the next set of action types in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-