Class DescribeEventCategoriesResult
- java.lang.Object
-
- com.amazonaws.services.redshift.model.DescribeEventCategoriesResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DescribeEventCategoriesResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeEventCategoriesResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeEventCategoriesResultclone()booleanequals(Object obj)List<EventCategoriesMap>getEventCategoriesMapList()A list of event categories descriptions.inthashCode()voidsetEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)A list of event categories descriptions.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeEventCategoriesResultwithEventCategoriesMapList(EventCategoriesMap... eventCategoriesMapList)A list of event categories descriptions.DescribeEventCategoriesResultwithEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)A list of event categories descriptions.
-
-
-
Method Detail
-
getEventCategoriesMapList
public List<EventCategoriesMap> getEventCategoriesMapList()
A list of event categories descriptions.
- Returns:
- A list of event categories descriptions.
-
setEventCategoriesMapList
public void setEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeEventCategoriesResult clone()
-
-