Class DescribeEventCategoriesResult

java.lang.Object
com.amazonaws.services.rds.model.DescribeEventCategoriesResult
All Implemented Interfaces:
Serializable, Cloneable

public class DescribeEventCategoriesResult extends Object implements Serializable, Cloneable

Data returned from the DescribeEventCategories action.

See Also:
  • Constructor Details

    • DescribeEventCategoriesResult

      public DescribeEventCategoriesResult()
  • Method Details

    • getEventCategoriesMapList

      public List<EventCategoriesMap> getEventCategoriesMapList()

      A list of EventCategoriesMap data types.

      Returns:
      A list of EventCategoriesMap data types.
    • setEventCategoriesMapList

      public void setEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)

      A list of EventCategoriesMap data types.

      Parameters:
      eventCategoriesMapList - A list of EventCategoriesMap data types.
    • withEventCategoriesMapList

      public DescribeEventCategoriesResult withEventCategoriesMapList(EventCategoriesMap... eventCategoriesMapList)

      A list of EventCategoriesMap data types.

      NOTE: This method appends the values to the existing list (if any). Use setEventCategoriesMapList(java.util.Collection) or withEventCategoriesMapList(java.util.Collection) if you want to override the existing values.

      Parameters:
      eventCategoriesMapList - A list of EventCategoriesMap data types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withEventCategoriesMapList

      public DescribeEventCategoriesResult withEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)

      A list of EventCategoriesMap data types.

      Parameters:
      eventCategoriesMapList - A list of EventCategoriesMap data types.
      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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object