|
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(java.lang.Object obj)
|
java.util.List<java.lang.String> |
getEventCategories()
The event categories for the specified source type |
java.lang.String |
getSourceType()
The source type that the returned categories belong to |
int |
hashCode()
|
void |
setEventCategories(java.util.Collection<java.lang.String> eventCategories)
The event categories for the specified source type |
void |
setSourceType(java.lang.String sourceType)
The source type that the returned categories belong to |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
EventCategoriesMap |
withEventCategories(java.util.Collection<java.lang.String> eventCategories)
The event categories for the specified source type |
EventCategoriesMap |
withEventCategories(java.lang.String... eventCategories)
The event categories for the specified source type |
EventCategoriesMap |
withSourceType(java.lang.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 java.lang.String getSourceType()
public void setSourceType(java.lang.String sourceType)
sourceType - The source type that the returned categories belong topublic EventCategoriesMap withSourceType(java.lang.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 java.util.List<java.lang.String> getEventCategories()
public void setEventCategories(java.util.Collection<java.lang.String> eventCategories)
eventCategories - The event categories for the specified source typepublic EventCategoriesMap withEventCategories(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||