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;
50 template<
typename EventDateT = Aws::Utils::DateTime>
51 void SetEventDate(EventDateT&& value) { m_eventDateHasBeenSet =
true; m_eventDate = std::forward<EventDateT>(value); }
52 template<
typename EventDateT = Aws::Utils::DateTime>
62 template<
typename MessageT = Aws::String>
63 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
64 template<
typename MessageT = Aws::String>
74 template<
typename ApplicationNameT = Aws::String>
75 void SetApplicationName(ApplicationNameT&& value) { m_applicationNameHasBeenSet =
true; m_applicationName = std::forward<ApplicationNameT>(value); }
76 template<
typename ApplicationNameT = Aws::String>
86 template<
typename VersionLabelT = Aws::String>
87 void SetVersionLabel(VersionLabelT&& value) { m_versionLabelHasBeenSet =
true; m_versionLabel = std::forward<VersionLabelT>(value); }
88 template<
typename VersionLabelT = Aws::String>
98 template<
typename TemplateNameT = Aws::String>
99 void SetTemplateName(TemplateNameT&& value) { m_templateNameHasBeenSet =
true; m_templateName = std::forward<TemplateNameT>(value); }
100 template<
typename TemplateNameT = Aws::String>
110 template<
typename EnvironmentNameT = Aws::String>
111 void SetEnvironmentName(EnvironmentNameT&& value) { m_environmentNameHasBeenSet =
true; m_environmentName = std::forward<EnvironmentNameT>(value); }
112 template<
typename EnvironmentNameT = Aws::String>
122 template<
typename PlatformArnT = Aws::String>
123 void SetPlatformArn(PlatformArnT&& value) { m_platformArnHasBeenSet =
true; m_platformArn = std::forward<PlatformArnT>(value); }
124 template<
typename PlatformArnT = Aws::String>
134 template<
typename RequestIdT = Aws::String>
135 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
136 template<
typename RequestIdT = Aws::String>
152 bool m_eventDateHasBeenSet =
false;
155 bool m_messageHasBeenSet =
false;
158 bool m_applicationNameHasBeenSet =
false;
161 bool m_versionLabelHasBeenSet =
false;
164 bool m_templateNameHasBeenSet =
false;
167 bool m_environmentNameHasBeenSet =
false;
170 bool m_platformArnHasBeenSet =
false;
173 bool m_requestIdHasBeenSet =
false;
176 bool m_severityHasBeenSet =
false;
bool ApplicationNameHasBeenSet() const
EventDescription & WithSeverity(EventSeverity value)
const Aws::String & GetTemplateName() const
EventSeverity GetSeverity() const
EventDescription & WithRequestId(RequestIdT &&value)
EventDescription & WithVersionLabel(VersionLabelT &&value)
bool SeverityHasBeenSet() const
void SetVersionLabel(VersionLabelT &&value)
void SetApplicationName(ApplicationNameT &&value)
void SetTemplateName(TemplateNameT &&value)
EventDescription & WithMessage(MessageT &&value)
EventDescription & WithTemplateName(TemplateNameT &&value)
void SetSeverity(EventSeverity value)
bool EnvironmentNameHasBeenSet() const
AWS_ELASTICBEANSTALK_API EventDescription(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetEnvironmentName(EnvironmentNameT &&value)
void SetPlatformArn(PlatformArnT &&value)
EventDescription & WithApplicationName(ApplicationNameT &&value)
bool EventDateHasBeenSet() const
EventDescription & WithPlatformArn(PlatformArnT &&value)
const Aws::Utils::DateTime & GetEventDate() const
AWS_ELASTICBEANSTALK_API EventDescription()=default
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_ELASTICBEANSTALK_API EventDescription & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool VersionLabelHasBeenSet() const
EventDescription & WithEnvironmentName(EnvironmentNameT &&value)
const Aws::String & GetVersionLabel() const
const Aws::String & GetPlatformArn() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetMessage() const
EventDescription & WithEventDate(EventDateT &&value)
bool MessageHasBeenSet() const
void SetEventDate(EventDateT &&value)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetApplicationName() const
bool RequestIdHasBeenSet() const
const Aws::String & GetEnvironmentName() const
void SetMessage(MessageT &&value)
bool TemplateNameHasBeenSet() const
bool PlatformArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream