public class DescribeEventCategoriesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<EventCategoriesMap> |
eventCategoriesMapList
A list of event categories descriptions.
|
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 event categories descriptions.
|
int |
hashCode() |
void |
setEventCategoriesMapList(java.util.Collection<EventCategoriesMap> eventCategoriesMapList)
A list of event categories descriptions.
|
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 event categories descriptions.
|
DescribeEventCategoriesResult |
withEventCategoriesMapList(EventCategoriesMap... eventCategoriesMapList)
A list of event categories descriptions.
|
private SdkInternalList<EventCategoriesMap> eventCategoriesMapList
A list of event categories descriptions.
public java.util.List<EventCategoriesMap> getEventCategoriesMapList()
A list of event categories descriptions.
public void setEventCategoriesMapList(java.util.Collection<EventCategoriesMap> eventCategoriesMapList)
A list of event categories descriptions.
eventCategoriesMapList
- A list of event categories descriptions.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)
or
withEventCategoriesMapList(java.util.Collection)
if you want to
override the existing values.
eventCategoriesMapList
- A list of event categories descriptions.public DescribeEventCategoriesResult withEventCategoriesMapList(java.util.Collection<EventCategoriesMap> eventCategoriesMapList)
A list of event categories descriptions.
eventCategoriesMapList
- A list of event categories descriptions.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