Package com.amazonaws.services.rds.model
Class EventCategoriesMap
java.lang.Object
com.amazonaws.services.rds.model.EventCategoriesMap
- All Implemented Interfaces:
Serializable,Cloneable
Contains the results of a successful invocation of the DescribeEventCategories action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe event categories for the specified source typeThe source type that the returned categories belong tointhashCode()voidsetEventCategories(Collection<String> eventCategories) The event categories for the specified source typevoidsetSourceType(String sourceType) The source type that the returned categories belong totoString()Returns a string representation of this object; useful for testing and debugging.withEventCategories(String... eventCategories) The event categories for the specified source typewithEventCategories(Collection<String> eventCategories) The event categories for the specified source typewithSourceType(String sourceType) The source type that the returned categories belong to
-
Constructor Details
-
EventCategoriesMap
public EventCategoriesMap()
-
-
Method Details
-
setSourceType
The source type that the returned categories belong to
- Parameters:
sourceType- The source type that the returned categories belong to
-
getSourceType
The source type that the returned categories belong to
- Returns:
- The source type that the returned categories belong to
-
withSourceType
The source type that the returned categories belong to
- Parameters:
sourceType- The source type that the returned categories belong to- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getEventCategories
The event categories for the specified source type
- Returns:
- The event categories for the specified source type
-
setEventCategories
The event categories for the specified source type
- Parameters:
eventCategories- The event categories for the specified source type
-
withEventCategories
The event categories for the specified source type
NOTE: This method appends the values to the existing list (if any). Use
setEventCategories(java.util.Collection)orwithEventCategories(java.util.Collection)if you want to override the existing values.- Parameters:
eventCategories- The event categories for the specified source type- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withEventCategories
The event categories for the specified source type
- Parameters:
eventCategories- The event categories for the specified source type- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-