|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.redshift.model.EventInfoMap
public class EventInfoMap
Constructor Summary | |
---|---|
EventInfoMap()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getEventCategories()
The category of an Amazon Redshift event. |
String |
getEventDescription()
The description of an Amazon Redshift event. |
String |
getEventId()
The identifier of an Amazon Redshift event. |
String |
getSeverity()
The severity of the event. |
int |
hashCode()
|
void |
setEventCategories(Collection<String> eventCategories)
The category of an Amazon Redshift event. |
void |
setEventDescription(String eventDescription)
The description of an Amazon Redshift event. |
void |
setEventId(String eventId)
The identifier of an Amazon Redshift event. |
void |
setSeverity(String severity)
The severity of the event. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
EventInfoMap |
withEventCategories(Collection<String> eventCategories)
The category of an Amazon Redshift event. |
EventInfoMap |
withEventCategories(String... eventCategories)
The category of an Amazon Redshift event. |
EventInfoMap |
withEventDescription(String eventDescription)
The description of an Amazon Redshift event. |
EventInfoMap |
withEventId(String eventId)
The identifier of an Amazon Redshift event. |
EventInfoMap |
withSeverity(String severity)
The severity of the event. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EventInfoMap()
Method Detail |
---|
public String getEventId()
public void setEventId(String eventId)
eventId
- The identifier of an Amazon Redshift event.public EventInfoMap withEventId(String eventId)
Returns a reference to this object so that method calls can be chained together.
eventId
- The identifier of an Amazon Redshift event.
public List<String> getEventCategories()
public void setEventCategories(Collection<String> eventCategories)
eventCategories
- The category of an Amazon Redshift event.public EventInfoMap withEventCategories(String... eventCategories)
Returns a reference to this object so that method calls can be chained together.
eventCategories
- The category of an Amazon Redshift event.
public EventInfoMap withEventCategories(Collection<String> eventCategories)
Returns a reference to this object so that method calls can be chained together.
eventCategories
- The category of an Amazon Redshift event.
public String getEventDescription()
public void setEventDescription(String eventDescription)
eventDescription
- The description of an Amazon Redshift event.public EventInfoMap withEventDescription(String eventDescription)
Returns a reference to this object so that method calls can be chained together.
eventDescription
- The description of an Amazon Redshift event.
public String getSeverity()
Values: ERROR, INFO
Values: ERROR, INFO
public void setSeverity(String severity)
Values: ERROR, INFO
severity
- The severity of the event. Values: ERROR, INFO
public EventInfoMap withSeverity(String severity)
Values: ERROR, INFO
Returns a reference to this object so that method calls can be chained together.
severity
- The severity of the event. Values: ERROR, INFO
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 |