@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EventDescription extends Object implements Serializable, Cloneable
Describes an event.
Constructor and Description |
---|
EventDescription() |
Modifier and Type | Method and Description |
---|---|
EventDescription |
clone() |
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 |
getPlatformArn()
The ARN of the platform.
|
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 |
setPlatformArn(String platformArn)
The ARN of the platform.
|
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 |
withPlatformArn(String platformArn)
The ARN of the platform.
|
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.
|
public void setEventDate(Date eventDate)
The date when the event occurred.
eventDate
- The date when the event occurred.public Date getEventDate()
The date when the event occurred.
public EventDescription withEventDate(Date eventDate)
The date when the event occurred.
eventDate
- The date when the event occurred.public void setMessage(String message)
The event message.
message
- The event message.public String getMessage()
The event message.
public EventDescription withMessage(String message)
The event message.
message
- The event message.public void setApplicationName(String applicationName)
The application associated with the event.
applicationName
- The application associated with the event.public String getApplicationName()
The application associated with the event.
public EventDescription withApplicationName(String applicationName)
The application associated with the event.
applicationName
- The application associated with the event.public void setVersionLabel(String versionLabel)
The release label for the application version associated with this event.
versionLabel
- The release label for the application version associated with this event.public String getVersionLabel()
The release label for the application version associated with this event.
public EventDescription withVersionLabel(String versionLabel)
The release label for the application version associated with this event.
versionLabel
- The release label for the application version associated with this event.public void setTemplateName(String templateName)
The name of the configuration associated with this event.
templateName
- The name of the configuration associated with this event.public String getTemplateName()
The name of the configuration associated with this event.
public EventDescription withTemplateName(String templateName)
The name of the configuration associated with this event.
templateName
- The name of the configuration associated with this event.public void setEnvironmentName(String environmentName)
The name of the environment associated with this event.
environmentName
- The name of the environment associated with this event.public String getEnvironmentName()
The name of the environment associated with this event.
public EventDescription withEnvironmentName(String environmentName)
The name of the environment associated with this event.
environmentName
- The name of the environment associated with this event.public void setPlatformArn(String platformArn)
The ARN of the platform.
platformArn
- The ARN of the platform.public String getPlatformArn()
The ARN of the platform.
public EventDescription withPlatformArn(String platformArn)
The ARN of the platform.
platformArn
- The ARN of the platform.public void setRequestId(String requestId)
The web service request ID for the activity of this event.
requestId
- The web service request ID for the activity of this event.public String getRequestId()
The web service request ID for the activity of this event.
public EventDescription withRequestId(String requestId)
The web service request ID for the activity of this event.
requestId
- The web service request ID for the activity of this event.public void setSeverity(String severity)
The severity level of this event.
severity
- The severity level of this event.EventSeverity
public String getSeverity()
The severity level of this event.
EventSeverity
public EventDescription withSeverity(String severity)
The severity level of this event.
severity
- The severity level of this event.EventSeverity
public void setSeverity(EventSeverity severity)
The severity level of this event.
severity
- The severity level of this event.EventSeverity
public EventDescription withSeverity(EventSeverity severity)
The severity level of this event.
severity
- The severity level of this event.EventSeverity
public String toString()
toString
in class Object
Object.toString()
public EventDescription clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.