@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEventCategoriesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Data returned from the DescribeEventCategories action.
| Constructor and Description |
|---|
DescribeEventCategoriesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeEventCategoriesResult |
clone() |
boolean |
equals(Object obj) |
List<EventCategoriesMap> |
getEventCategoriesMapList()
A list of EventCategoriesMap data types.
|
int |
hashCode() |
void |
setEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)
A list of EventCategoriesMap data types.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeEventCategoriesResult |
withEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)
A list of EventCategoriesMap data types.
|
DescribeEventCategoriesResult |
withEventCategoriesMapList(EventCategoriesMap... eventCategoriesMapList)
A list of EventCategoriesMap data types.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<EventCategoriesMap> getEventCategoriesMapList()
A list of EventCategoriesMap data types.
public void setEventCategoriesMapList(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(Collection<EventCategoriesMap> eventCategoriesMapList)
A list of EventCategoriesMap data types.
eventCategoriesMapList - A list of EventCategoriesMap data types.public String toString()
toString in class ObjectObject.toString()public DescribeEventCategoriesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.