Class ListActionTypesResult

    • Constructor Detail

      • ListActionTypesResult

        public ListActionTypesResult()
    • Method Detail

      • getActionTypes

        public List<ActionType> getActionTypes()

        Provides details of the action types.

        Returns:
        Provides details of the action types.
      • setActionTypes

        public void setActionTypes​(Collection<ActionType> actionTypes)

        Provides details of the action types.

        Parameters:
        actionTypes - Provides details of the action types.
      • withActionTypes

        public ListActionTypesResult withActionTypes​(Collection<ActionType> actionTypes)

        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

        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.

        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

        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.

        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

        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.

        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

        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