public class Event extends Object implements Serializable
This data type is used as a response element in the DescribeEvents action.
Constructor and Description |
---|
Event()
Default constructor for a new Event object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Date |
getDate()
Specifies the date and time of the event.
|
List<String> |
getEventCategories()
Specifies the category for the event.
|
String |
getMessage()
Provides the text of this event.
|
String |
getSourceIdentifier()
Provides the identifier for the source of the event.
|
String |
getSourceType()
Specifies the source type for this event.
|
int |
hashCode() |
void |
setDate(Date date)
Specifies the date and time of the event.
|
void |
setEventCategories(Collection<String> eventCategories)
Specifies the category for the event.
|
void |
setMessage(String message)
Provides the text of this event.
|
void |
setSourceIdentifier(String sourceIdentifier)
Provides the identifier for the source of the event.
|
void |
setSourceType(SourceType sourceType)
Specifies the source type for this event.
|
void |
setSourceType(String sourceType)
Specifies the source type for this event.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Event |
withDate(Date date)
Specifies the date and time of the event.
|
Event |
withEventCategories(Collection<String> eventCategories)
Specifies the category for the event.
|
Event |
withEventCategories(String... eventCategories)
Specifies the category for the event.
|
Event |
withMessage(String message)
Provides the text of this event.
|
Event |
withSourceIdentifier(String sourceIdentifier)
Provides the identifier for the source of the event.
|
Event |
withSourceType(SourceType sourceType)
Specifies the source type for this event.
|
Event |
withSourceType(String sourceType)
Specifies the source type for this event.
|
public Event()
public String getSourceIdentifier()
public void setSourceIdentifier(String sourceIdentifier)
sourceIdentifier
- Provides the identifier for the source of the event.public Event withSourceIdentifier(String sourceIdentifier)
Returns a reference to this object so that method calls can be chained together.
sourceIdentifier
- Provides the identifier for the source of the event.public String getSourceType()
Constraints:
Allowed Values: db-instance, db-parameter-group, db-security-group, db-snapshot
SourceType
public void setSourceType(String sourceType)
Constraints:
Allowed Values: db-instance, db-parameter-group, db-security-group, db-snapshot
sourceType
- Specifies the source type for this event.SourceType
public Event withSourceType(String sourceType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: db-instance, db-parameter-group, db-security-group, db-snapshot
sourceType
- Specifies the source type for this event.SourceType
public void setSourceType(SourceType sourceType)
Constraints:
Allowed Values: db-instance, db-parameter-group, db-security-group, db-snapshot
sourceType
- Specifies the source type for this event.SourceType
public Event withSourceType(SourceType sourceType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: db-instance, db-parameter-group, db-security-group, db-snapshot
sourceType
- Specifies the source type for this event.SourceType
public String getMessage()
public void setMessage(String message)
message
- Provides the text of this event.public Event withMessage(String message)
Returns a reference to this object so that method calls can be chained together.
message
- Provides the text of this event.public List<String> getEventCategories()
public void setEventCategories(Collection<String> eventCategories)
eventCategories
- Specifies the category for the event.public Event withEventCategories(String... eventCategories)
Returns a reference to this object so that method calls can be chained together.
eventCategories
- Specifies the category for the event.public Event withEventCategories(Collection<String> eventCategories)
Returns a reference to this object so that method calls can be chained together.
eventCategories
- Specifies the category for the event.public Date getDate()
public void setDate(Date date)
date
- Specifies the date and time of the event.public Event withDate(Date date)
Returns a reference to this object so that method calls can be chained together.
date
- Specifies the date and time of the event.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.