public class DescribeEventCategoriesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Data returned from the DescribeEventCategories action.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<EventCategoriesMap> |
eventCategoriesMapList
A list of EventCategoriesMap data types.
|
Constructor and Description |
---|
DescribeEventCategoriesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeEventCategoriesResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<EventCategoriesMap> |
getEventCategoriesMapList()
A list of EventCategoriesMap data types.
|
int |
hashCode() |
void |
setEventCategoriesMapList(java.util.Collection<EventCategoriesMap> eventCategoriesMapList)
A list of EventCategoriesMap data types.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeEventCategoriesResult |
withEventCategoriesMapList(java.util.Collection<EventCategoriesMap> eventCategoriesMapList)
A list of EventCategoriesMap data types.
|
DescribeEventCategoriesResult |
withEventCategoriesMapList(EventCategoriesMap... eventCategoriesMapList)
A list of EventCategoriesMap data types.
|
private SdkInternalList<EventCategoriesMap> eventCategoriesMapList
A list of EventCategoriesMap data types.
public java.util.List<EventCategoriesMap> getEventCategoriesMapList()
A list of EventCategoriesMap data types.
public void setEventCategoriesMapList(java.util.Collection<EventCategoriesMap> eventCategoriesMapList)
A list of EventCategoriesMap data types.
eventCategoriesMapList
- A list of EventCategoriesMap data types.public DescribeEventCategoriesResult withEventCategoriesMapList(EventCategoriesMap... eventCategoriesMapList)
A list of EventCategoriesMap data types.
NOTE: This method appends the values to the existing list (if
any). Use setEventCategoriesMapList(java.util.Collection)
or
withEventCategoriesMapList(java.util.Collection)
if you want to
override the existing values.
eventCategoriesMapList
- A list of EventCategoriesMap data types.public DescribeEventCategoriesResult withEventCategoriesMapList(java.util.Collection<EventCategoriesMap> eventCategoriesMapList)
A list of EventCategoriesMap data types.
eventCategoriesMapList
- A list of EventCategoriesMap data types.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeEventCategoriesResult clone()
clone
in class java.lang.Object