Package com.amazonaws.services.rds.model
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeEventCategoriesResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeEventCategoriesResult
clone()
boolean
equals(Object obj)
List<EventCategoriesMap>
getEventCategoriesMapList()
A list of EventCategoriesMap data types.int
hashCode()
void
setEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)
A list of EventCategoriesMap data types.String
toString()
Returns a string representation of this object; useful for testing and debugging.DescribeEventCategoriesResult
withEventCategoriesMapList(EventCategoriesMap... eventCategoriesMapList)
A list of EventCategoriesMap data types.DescribeEventCategoriesResult
withEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)
A list of EventCategoriesMap data types.
-
-
-
Method Detail
-
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)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeEventCategoriesResult clone()
-
-