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