public class ListActionTypesResult extends Object implements Serializable, Cloneable
Represents the output of a list action types action.
Constructor and Description |
---|
ListActionTypesResult() |
Modifier and Type | Method and Description |
---|---|
ListActionTypesResult |
clone() |
boolean |
equals(Object obj) |
List<ActionType> |
getActionTypes()
Provides details of the action types.
|
String |
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.
|
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListActionTypesResult |
withActionTypes(ActionType... actionTypes)
Provides details of the action types.
|
ListActionTypesResult |
withActionTypes(Collection<ActionType> actionTypes)
Provides details of the action types.
|
ListActionTypesResult |
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.
|
public List<ActionType> getActionTypes()
Provides details of the action types.
public void setActionTypes(Collection<ActionType> actionTypes)
Provides details of the action types.
actionTypes
- Provides details of the action types.public ListActionTypesResult withActionTypes(ActionType... actionTypes)
Provides details of the action types.
NOTE: This method appends the values to the existing list (if
any). Use setActionTypes(java.util.Collection)
or
withActionTypes(java.util.Collection)
if you want to override
the existing values.
actionTypes
- Provides details of the action types.public ListActionTypesResult withActionTypes(Collection<ActionType> actionTypes)
Provides details of the action types.
actionTypes
- Provides details of the action types.public 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.
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.public String 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.
public ListActionTypesResult 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.
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.public String toString()
toString
in class Object
Object.toString()
public ListActionTypesResult clone()
Copyright © 2018. All rights reserved.