@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListActionTypesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a ListActionTypes
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.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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. It 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. It 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. It 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. It 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. It 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()