Class DescribeEventCategoriesResult
java.lang.Object
com.amazonaws.services.rds.model.DescribeEventCategoriesResult
- All Implemented Interfaces:
Serializable, Cloneable
Data returned from the DescribeEventCategories action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA list of EventCategoriesMap data types.inthashCode()voidsetEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList) A list of EventCategoriesMap data types.toString()Returns a string representation of this object; useful for testing and debugging.withEventCategoriesMapList(EventCategoriesMap... eventCategoriesMapList) A list of EventCategoriesMap data types.withEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList) A list of EventCategoriesMap data types.
-
Constructor Details
-
DescribeEventCategoriesResult
public DescribeEventCategoriesResult()
-
-
Method Details
-
getEventCategoriesMapList
A list of EventCategoriesMap data types.
- Returns:
- A list of EventCategoriesMap data types.
-
setEventCategoriesMapList
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)orwithEventCategoriesMapList(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
-
equals
-
hashCode
-
clone
-