public class EventInfoMap extends Object implements Serializable
Constructor and Description |
---|
EventInfoMap() |
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2014. All rights reserved.