Class DescribeEventCategoriesResult
java.lang.Object
com.amazonaws.services.redshift.model.DescribeEventCategoriesResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list of event categories descriptions.int
hashCode()
void
setEventCategoriesMapList
(Collection<EventCategoriesMap> eventCategoriesMapList) A list of event categories descriptions.toString()
Returns a string representation of this object; useful for testing and debugging.withEventCategoriesMapList
(EventCategoriesMap... eventCategoriesMapList) A list of event categories descriptions.withEventCategoriesMapList
(Collection<EventCategoriesMap> eventCategoriesMapList) A list of event categories descriptions.
-
Constructor Details
-
DescribeEventCategoriesResult
public DescribeEventCategoriesResult()
-
-
Method Details
-
getEventCategoriesMapList
A list of event categories descriptions.
- Returns:
- A list of event categories descriptions.
-
setEventCategoriesMapList
A list of event categories descriptions.
- Parameters:
eventCategoriesMapList
- A list of event categories descriptions.
-
withEventCategoriesMapList
public DescribeEventCategoriesResult withEventCategoriesMapList(EventCategoriesMap... eventCategoriesMapList) A list of event categories descriptions.
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 event categories descriptions.- 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 event categories descriptions.
- Parameters:
eventCategoriesMapList
- A list of event categories descriptions.- 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
-