7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/ec2/model/EventInformation.h>
10#include <aws/ec2/model/EventType.h>
11#include <aws/core/utils/DateTime.h>
88 bool m_eventInformationHasBeenSet =
false;
91 bool m_eventTypeHasBeenSet =
false;
94 bool m_timestampHasBeenSet =
false;
void SetTimestamp(Aws::Utils::DateTime &&value)
const EventInformation & GetEventInformation() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool EventTypeHasBeenSet() const
void SetEventType(EventType &&value)
void SetTimestamp(const Aws::Utils::DateTime &value)
HistoryRecord & WithEventType(const EventType &value)
HistoryRecord & WithEventType(EventType &&value)
HistoryRecord & WithTimestamp(Aws::Utils::DateTime &&value)
void SetEventInformation(EventInformation &&value)
void SetEventInformation(const EventInformation &value)
const Aws::Utils::DateTime & GetTimestamp() const
bool EventInformationHasBeenSet() const
const EventType & GetEventType() const
bool TimestampHasBeenSet() const
void SetEventType(const EventType &value)
HistoryRecord & WithTimestamp(const Aws::Utils::DateTime &value)
AWS_EC2_API HistoryRecord(const Aws::Utils::Xml::XmlNode &xmlNode)
HistoryRecord & WithEventInformation(EventInformation &&value)
AWS_EC2_API HistoryRecord()
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
HistoryRecord & WithEventInformation(const EventInformation &value)
AWS_EC2_API HistoryRecord & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_ostream< char, std::char_traits< char > > OStream