Class DescribeEventCategoriesResult

    • Constructor Detail

      • DescribeEventCategoriesResult

        public DescribeEventCategoriesResult()
    • Method Detail

      • getEventCategoriesMapList

        public List<EventCategoriesMap> getEventCategoriesMapList()

        A list of event categories descriptions.

        Returns:
        A list of event categories descriptions.
      • setEventCategoriesMapList

        public void setEventCategoriesMapList​(Collection<EventCategoriesMap> eventCategoriesMapList)

        A list of event categories descriptions.

        Parameters:
        eventCategoriesMapList - A list of event categories descriptions.
      • withEventCategoriesMapList

        public DescribeEventCategoriesResult withEventCategoriesMapList​(Collection<EventCategoriesMap> eventCategoriesMapList)

        A list of event categories descriptions.

        Parameters:
        eventCategoriesMapList - A list of event categories descriptions.
        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