7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/elasticbeanstalk/model/EventSeverity.h>
23namespace ElasticBeanstalk
40 AWS_ELASTICBEANSTALK_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
64 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
78 inline void SetApplicationName(
const char* value) { m_applicationNameHasBeenSet =
true; m_applicationName.assign(value); }
92 inline void SetVersionLabel(
const char* value) { m_versionLabelHasBeenSet =
true; m_versionLabel.assign(value); }
106 inline void SetTemplateName(
const char* value) { m_templateNameHasBeenSet =
true; m_templateName.assign(value); }
120 inline void SetEnvironmentName(
const char* value) { m_environmentNameHasBeenSet =
true; m_environmentName.assign(value); }
134 inline void SetPlatformArn(
const char* value) { m_platformArnHasBeenSet =
true; m_platformArn.assign(value); }
148 inline void SetRequestId(
const char* value) { m_requestIdHasBeenSet =
true; m_requestId.assign(value); }
168 bool m_eventDateHasBeenSet =
false;
171 bool m_messageHasBeenSet =
false;
174 bool m_applicationNameHasBeenSet =
false;
177 bool m_versionLabelHasBeenSet =
false;
180 bool m_templateNameHasBeenSet =
false;
183 bool m_environmentNameHasBeenSet =
false;
186 bool m_platformArnHasBeenSet =
false;
189 bool m_requestIdHasBeenSet =
false;
192 bool m_severityHasBeenSet =
false;
AWS_ELASTICBEANSTALK_API EventDescription()
bool ApplicationNameHasBeenSet() const
void SetTemplateName(const Aws::String &value)
void SetEventDate(Aws::Utils::DateTime &&value)
EventDescription & WithEventDate(Aws::Utils::DateTime &&value)
EventDescription & WithApplicationName(const char *value)
EventDescription & WithRequestId(Aws::String &&value)
const Aws::String & GetTemplateName() const
void SetSeverity(const EventSeverity &value)
void SetVersionLabel(const char *value)
void SetRequestId(const Aws::String &value)
bool SeverityHasBeenSet() const
EventDescription & WithEnvironmentName(const Aws::String &value)
EventDescription & WithTemplateName(const Aws::String &value)
void SetPlatformArn(const Aws::String &value)
void SetEnvironmentName(Aws::String &&value)
EventDescription & WithPlatformArn(const char *value)
const EventSeverity & GetSeverity() const
void SetApplicationName(const char *value)
bool EnvironmentNameHasBeenSet() const
AWS_ELASTICBEANSTALK_API EventDescription(const Aws::Utils::Xml::XmlNode &xmlNode)
EventDescription & WithVersionLabel(const Aws::String &value)
EventDescription & WithApplicationName(const Aws::String &value)
void SetEventDate(const Aws::Utils::DateTime &value)
EventDescription & WithVersionLabel(const char *value)
EventDescription & WithTemplateName(Aws::String &&value)
bool EventDateHasBeenSet() const
const Aws::Utils::DateTime & GetEventDate() const
void SetVersionLabel(Aws::String &&value)
EventDescription & WithVersionLabel(Aws::String &&value)
void SetRequestId(Aws::String &&value)
void SetPlatformArn(Aws::String &&value)
EventDescription & WithSeverity(EventSeverity &&value)
void SetSeverity(EventSeverity &&value)
EventDescription & WithPlatformArn(Aws::String &&value)
EventDescription & WithRequestId(const char *value)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetMessage(const char *value)
AWS_ELASTICBEANSTALK_API EventDescription & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetTemplateName(Aws::String &&value)
bool VersionLabelHasBeenSet() const
void SetApplicationName(const Aws::String &value)
const Aws::String & GetVersionLabel() const
void SetTemplateName(const char *value)
EventDescription & WithRequestId(const Aws::String &value)
const Aws::String & GetPlatformArn() const
void SetEnvironmentName(const Aws::String &value)
EventDescription & WithEnvironmentName(const char *value)
void SetVersionLabel(const Aws::String &value)
EventDescription & WithPlatformArn(const Aws::String &value)
const Aws::String & GetRequestId() const
const Aws::String & GetMessage() const
bool MessageHasBeenSet() const
void SetEnvironmentName(const char *value)
void SetRequestId(const char *value)
void SetMessage(const Aws::String &value)
EventDescription & WithMessage(const char *value)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
EventDescription & WithTemplateName(const char *value)
EventDescription & WithApplicationName(Aws::String &&value)
const Aws::String & GetApplicationName() const
EventDescription & WithEnvironmentName(Aws::String &&value)
bool RequestIdHasBeenSet() const
void SetPlatformArn(const char *value)
EventDescription & WithMessage(const Aws::String &value)
EventDescription & WithMessage(Aws::String &&value)
void SetApplicationName(Aws::String &&value)
void SetMessage(Aws::String &&value)
const Aws::String & GetEnvironmentName() const
bool TemplateNameHasBeenSet() const
bool PlatformArnHasBeenSet() const
EventDescription & WithEventDate(const Aws::Utils::DateTime &value)
EventDescription & WithSeverity(const EventSeverity &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream