|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticbeanstalk.model.EventDescription
public class EventDescription
Describes an event.
Constructor Summary | |
---|---|
EventDescription()
Default constructor for a new EventDescription object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getApplicationName()
The application associated with the event. |
String |
getEnvironmentName()
The name of the environment associated with this event. |
Date |
getEventDate()
The date when the event occurred. |
String |
getMessage()
The event message. |
String |
getRequestId()
The web service request ID for the activity of this event. |
String |
getSeverity()
The severity level of this event. |
String |
getTemplateName()
The name of the configuration associated with this event. |
String |
getVersionLabel()
The release label for the application version associated with this event. |
int |
hashCode()
|
void |
setApplicationName(String applicationName)
The application associated with the event. |
void |
setEnvironmentName(String environmentName)
The name of the environment associated with this event. |
void |
setEventDate(Date eventDate)
The date when the event occurred. |
void |
setMessage(String message)
The event message. |
void |
setRequestId(String requestId)
The web service request ID for the activity of this event. |
void |
setSeverity(EventSeverity severity)
The severity level of this event. |
void |
setSeverity(String severity)
The severity level of this event. |
void |
setTemplateName(String templateName)
The name of the configuration associated with this event. |
void |
setVersionLabel(String versionLabel)
The release label for the application version associated with this event. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
EventDescription |
withApplicationName(String applicationName)
The application associated with the event. |
EventDescription |
withEnvironmentName(String environmentName)
The name of the environment associated with this event. |
EventDescription |
withEventDate(Date eventDate)
The date when the event occurred. |
EventDescription |
withMessage(String message)
The event message. |
EventDescription |
withRequestId(String requestId)
The web service request ID for the activity of this event. |
EventDescription |
withSeverity(EventSeverity severity)
The severity level of this event. |
EventDescription |
withSeverity(String severity)
The severity level of this event. |
EventDescription |
withTemplateName(String templateName)
The name of the configuration associated with this event. |
EventDescription |
withVersionLabel(String versionLabel)
The release label for the application version associated with this event. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EventDescription()
Method Detail |
---|
public Date getEventDate()
public void setEventDate(Date eventDate)
eventDate
- The date when the event occurred.public EventDescription withEventDate(Date eventDate)
Returns a reference to this object so that method calls can be chained together.
eventDate
- The date when the event occurred.
public String getMessage()
public void setMessage(String message)
message
- The event message.public EventDescription withMessage(String message)
Returns a reference to this object so that method calls can be chained together.
message
- The event message.
public String getApplicationName()
Constraints:
Length: 1 - 100
public void setApplicationName(String applicationName)
Constraints:
Length: 1 - 100
applicationName
- The application associated with the event.public EventDescription withApplicationName(String applicationName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
applicationName
- The application associated with the event.
public String getVersionLabel()
Constraints:
Length: 1 - 100
public void setVersionLabel(String versionLabel)
Constraints:
Length: 1 - 100
versionLabel
- The release label for the application version associated with this
event.public EventDescription withVersionLabel(String versionLabel)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
versionLabel
- The release label for the application version associated with this
event.
public String getTemplateName()
Constraints:
Length: 1 - 100
public void setTemplateName(String templateName)
Constraints:
Length: 1 - 100
templateName
- The name of the configuration associated with this event.public EventDescription withTemplateName(String templateName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
templateName
- The name of the configuration associated with this event.
public String getEnvironmentName()
Constraints:
Length: 4 - 23
public void setEnvironmentName(String environmentName)
Constraints:
Length: 4 - 23
environmentName
- The name of the environment associated with this event.public EventDescription withEnvironmentName(String environmentName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 4 - 23
environmentName
- The name of the environment associated with this event.
public String getRequestId()
public void setRequestId(String requestId)
requestId
- The web service request ID for the activity of this event.public EventDescription withRequestId(String requestId)
Returns a reference to this object so that method calls can be chained together.
requestId
- The web service request ID for the activity of this event.
public String getSeverity()
Constraints:
Allowed Values: TRACE, DEBUG, INFO, WARN, ERROR, FATAL
EventSeverity
public void setSeverity(String severity)
Constraints:
Allowed Values: TRACE, DEBUG, INFO, WARN, ERROR, FATAL
severity
- The severity level of this event.EventSeverity
public EventDescription withSeverity(String severity)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: TRACE, DEBUG, INFO, WARN, ERROR, FATAL
severity
- The severity level of this event.
EventSeverity
public void setSeverity(EventSeverity severity)
Constraints:
Allowed Values: TRACE, DEBUG, INFO, WARN, ERROR, FATAL
severity
- The severity level of this event.EventSeverity
public EventDescription withSeverity(EventSeverity severity)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: TRACE, DEBUG, INFO, WARN, ERROR, FATAL
severity
- The severity level of this event.
EventSeverity
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 |