com.amazonaws.services.redshift.model
Class EventInfoMap

java.lang.Object
  extended by com.amazonaws.services.redshift.model.EventInfoMap
All Implemented Interfaces:
Serializable

public class EventInfoMap
extends Object
implements Serializable

See Also:
Serialized Form

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

EventInfoMap

public EventInfoMap()
Method Detail

getEventId

public String getEventId()
The identifier of an Amazon Redshift event.

Returns:
The identifier of an Amazon Redshift event.

setEventId

public void setEventId(String eventId)
The identifier of an Amazon Redshift event.

Parameters:
eventId - The identifier of an Amazon Redshift event.

withEventId

public EventInfoMap withEventId(String eventId)
The identifier of an Amazon Redshift event.

Returns a reference to this object so that method calls can be chained together.

Parameters:
eventId - The identifier of an Amazon Redshift event.
Returns:
A reference to this updated object so that method calls can be chained together.

getEventCategories

public List<String> getEventCategories()
The category of an Amazon Redshift event.

Returns:
The category of an Amazon Redshift event.

setEventCategories

public void setEventCategories(Collection<String> eventCategories)
The category of an Amazon Redshift event.

Parameters:
eventCategories - The category of an Amazon Redshift event.

withEventCategories

public EventInfoMap withEventCategories(String... eventCategories)
The category of an Amazon Redshift event.

Returns a reference to this object so that method calls can be chained together.

Parameters:
eventCategories - The category of an Amazon Redshift event.
Returns:
A reference to this updated object so that method calls can be chained together.

withEventCategories

public EventInfoMap withEventCategories(Collection<String> eventCategories)
The category of an Amazon Redshift event.

Returns a reference to this object so that method calls can be chained together.

Parameters:
eventCategories - The category of an Amazon Redshift event.
Returns:
A reference to this updated object so that method calls can be chained together.

getEventDescription

public String getEventDescription()
The description of an Amazon Redshift event.

Returns:
The description of an Amazon Redshift event.

setEventDescription

public void setEventDescription(String eventDescription)
The description of an Amazon Redshift event.

Parameters:
eventDescription - The description of an Amazon Redshift event.

withEventDescription

public EventInfoMap withEventDescription(String eventDescription)
The description of an Amazon Redshift event.

Returns a reference to this object so that method calls can be chained together.

Parameters:
eventDescription - The description of an Amazon Redshift event.
Returns:
A reference to this updated object so that method calls can be chained together.

getSeverity

public String getSeverity()
The severity of the event.

Values: ERROR, INFO

Returns:
The severity of the event.

Values: ERROR, INFO


setSeverity

public void setSeverity(String severity)
The severity of the event.

Values: ERROR, INFO

Parameters:
severity - The severity of the event.

Values: ERROR, INFO


withSeverity

public EventInfoMap withSeverity(String severity)
The severity of the event.

Values: ERROR, INFO

Returns a reference to this object so that method calls can be chained together.

Parameters:
severity - The severity of the event.

Values: ERROR, INFO

Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.