7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ec2/EC2_EXPORTS.h>
42 template <
typename EventDescriptionT = Aws::String>
44 m_eventDescriptionHasBeenSet =
true;
45 m_eventDescription = std::forward<EventDescriptionT>(value);
47 template <
typename EventDescriptionT = Aws::String>
118 template <
typename EventSubTypeT = Aws::String>
120 m_eventSubTypeHasBeenSet =
true;
121 m_eventSubType = std::forward<EventSubTypeT>(value);
123 template <
typename EventSubTypeT = Aws::String>
137 template <
typename InstanceIdT = Aws::String>
139 m_instanceIdHasBeenSet =
true;
140 m_instanceId = std::forward<InstanceIdT>(value);
142 template <
typename InstanceIdT = Aws::String>
154 bool m_eventDescriptionHasBeenSet =
false;
155 bool m_eventSubTypeHasBeenSet =
false;
156 bool m_instanceIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream