|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.redshift.model.EventCategoriesMap
public class EventCategoriesMap
Constructor Summary | |
---|---|
EventCategoriesMap()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<EventInfoMap> |
getEvents()
The events in the event category. |
String |
getSourceType()
The Amazon Redshift source type, such as cluster or cluster-snapshot, that the returned categories belong to. |
int |
hashCode()
|
void |
setEvents(Collection<EventInfoMap> events)
The events in the event category. |
void |
setSourceType(String sourceType)
The Amazon Redshift source type, such as cluster or cluster-snapshot, that the returned categories belong to. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
EventCategoriesMap |
withEvents(Collection<EventInfoMap> events)
The events in the event category. |
EventCategoriesMap |
withEvents(EventInfoMap... events)
The events in the event category. |
EventCategoriesMap |
withSourceType(String sourceType)
The Amazon Redshift source type, such as cluster or cluster-snapshot, that the returned categories belong to. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EventCategoriesMap()
Method Detail |
---|
public String getSourceType()
public void setSourceType(String sourceType)
sourceType
- The Amazon Redshift source type, such as cluster or cluster-snapshot,
that the returned categories belong to.public EventCategoriesMap withSourceType(String sourceType)
Returns a reference to this object so that method calls can be chained together.
sourceType
- The Amazon Redshift source type, such as cluster or cluster-snapshot,
that the returned categories belong to.
public List<EventInfoMap> getEvents()
public void setEvents(Collection<EventInfoMap> events)
events
- The events in the event category.public EventCategoriesMap withEvents(EventInfoMap... events)
Returns a reference to this object so that method calls can be chained together.
events
- The events in the event category.
public EventCategoriesMap withEvents(Collection<EventInfoMap> events)
Returns a reference to this object so that method calls can be chained together.
events
- The events in the event category.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |