Class ListCommandInvocationsResult

    • Constructor Detail

      • ListCommandInvocationsResult

        public ListCommandInvocationsResult()
    • Method Detail

      • getCommandInvocations

        public List<CommandInvocation> getCommandInvocations()

        (Optional) A list of all invocations.

        Returns:
        (Optional) A list of all invocations.
      • setCommandInvocations

        public void setCommandInvocations​(Collection<CommandInvocation> commandInvocations)

        (Optional) A list of all invocations.

        Parameters:
        commandInvocations - (Optional) A list of all invocations.
      • withCommandInvocations

        public ListCommandInvocationsResult withCommandInvocations​(Collection<CommandInvocation> commandInvocations)

        (Optional) A list of all invocations.

        Parameters:
        commandInvocations - (Optional) A list of all invocations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken​(String nextToken)

        (Optional) The token for the next set of items to return. (You received this token from a previous call.)

        Parameters:
        nextToken - (Optional) The token for the next set of items to return. (You received this token from a previous call.)
      • getNextToken

        public String getNextToken()

        (Optional) The token for the next set of items to return. (You received this token from a previous call.)

        Returns:
        (Optional) The token for the next set of items to return. (You received this token from a previous call.)
      • withNextToken

        public ListCommandInvocationsResult withNextToken​(String nextToken)

        (Optional) The token for the next set of items to return. (You received this token from a previous call.)

        Parameters:
        nextToken - (Optional) The token for the next set of items to return. (You received this token from a previous call.)
        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