7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
11#include <aws/elasticbeanstalk/model/EventSeverity.h>
21namespace ElasticBeanstalk {
36 const char* locationValue)
const;
45 template <
typename EventDateT = Aws::Utils::DateTime>
47 m_eventDateHasBeenSet =
true;
48 m_eventDate = std::forward<EventDateT>(value);
50 template <
typename EventDateT = Aws::Utils::DateTime>
63 template <
typename MessageT = Aws::String>
65 m_messageHasBeenSet =
true;
66 m_message = std::forward<MessageT>(value);
68 template <
typename MessageT = Aws::String>
81 template <
typename ApplicationNameT = Aws::String>
83 m_applicationNameHasBeenSet =
true;
84 m_applicationName = std::forward<ApplicationNameT>(value);
86 template <
typename ApplicationNameT = Aws::String>
99 template <
typename VersionLabelT = Aws::String>
101 m_versionLabelHasBeenSet =
true;
102 m_versionLabel = std::forward<VersionLabelT>(value);
104 template <
typename VersionLabelT = Aws::String>
117 template <
typename TemplateNameT = Aws::String>
119 m_templateNameHasBeenSet =
true;
120 m_templateName = std::forward<TemplateNameT>(value);
122 template <
typename TemplateNameT = Aws::String>
135 template <
typename EnvironmentNameT = Aws::String>
137 m_environmentNameHasBeenSet =
true;
138 m_environmentName = std::forward<EnvironmentNameT>(value);
140 template <
typename EnvironmentNameT = Aws::String>
153 template <
typename PlatformArnT = Aws::String>
155 m_platformArnHasBeenSet =
true;
156 m_platformArn = std::forward<PlatformArnT>(value);
158 template <
typename PlatformArnT = Aws::String>
171 template <
typename RequestIdT = Aws::String>
173 m_requestIdHasBeenSet =
true;
174 m_requestId = std::forward<RequestIdT>(value);
176 template <
typename RequestIdT = Aws::String>
190 m_severityHasBeenSet =
true;
216 bool m_eventDateHasBeenSet =
false;
217 bool m_messageHasBeenSet =
false;
218 bool m_applicationNameHasBeenSet =
false;
219 bool m_versionLabelHasBeenSet =
false;
220 bool m_templateNameHasBeenSet =
false;
221 bool m_environmentNameHasBeenSet =
false;
222 bool m_platformArnHasBeenSet =
false;
223 bool m_requestIdHasBeenSet =
false;
224 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