|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.rds.model.DescribeEventCategoriesResult
public class DescribeEventCategoriesResult
Data returned from the DescribeEventCategories action.
Constructor Summary | |
---|---|
DescribeEventCategoriesResult()
|
Method Summary | |
---|---|
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(Collection<EventCategoriesMap> eventCategoriesMapList)
A list of EventCategoriesMap data types. |
DescribeEventCategoriesResult |
withEventCategoriesMapList(EventCategoriesMap... eventCategoriesMapList)
A list of EventCategoriesMap data types. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeEventCategoriesResult()
Method Detail |
---|
public List<EventCategoriesMap> getEventCategoriesMapList()
public void setEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)
eventCategoriesMapList
- A list of EventCategoriesMap data types.public DescribeEventCategoriesResult withEventCategoriesMapList(EventCategoriesMap... eventCategoriesMapList)
Returns a reference to this object so that method calls can be chained together.
eventCategoriesMapList
- A list of EventCategoriesMap data types.
public DescribeEventCategoriesResult withEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)
Returns a reference to this object so that method calls can be chained together.
eventCategoriesMapList
- A list of EventCategoriesMap data types.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |