|
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.EventCategoriesMap
public class EventCategoriesMap
Contains the results of a successful invocation of the DescribeEventCategories action.
| Constructor Summary | |
|---|---|
EventCategoriesMap()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<String> |
getEventCategories()
The event categories for the specified source type |
String |
getSourceType()
The source type that the returned categories belong to |
int |
hashCode()
|
void |
setEventCategories(Collection<String> eventCategories)
The event categories for the specified source type |
void |
setSourceType(String sourceType)
The source type that the returned categories belong to |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
EventCategoriesMap |
withEventCategories(Collection<String> eventCategories)
The event categories for the specified source type |
EventCategoriesMap |
withEventCategories(String... eventCategories)
The event categories for the specified source type |
EventCategoriesMap |
withSourceType(String sourceType)
The source type that the returned categories belong to |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EventCategoriesMap()
| Method Detail |
|---|
public String getSourceType()
public void setSourceType(String sourceType)
sourceType - The source type that the returned categories belong topublic EventCategoriesMap withSourceType(String sourceType)
Returns a reference to this object so that method calls can be chained together.
sourceType - The source type that the returned categories belong to
public List<String> getEventCategories()
public void setEventCategories(Collection<String> eventCategories)
eventCategories - The event categories for the specified source typepublic EventCategoriesMap withEventCategories(String... eventCategories)
Returns a reference to this object so that method calls can be chained together.
eventCategories - The event categories for the specified source type
public EventCategoriesMap withEventCategories(Collection<String> eventCategories)
Returns a reference to this object so that method calls can be chained together.
eventCategories - The event categories for the specified source type
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||