7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename EventDescriptionT = Aws::String>
49 void SetEventDescription(EventDescriptionT&& value) { m_eventDescriptionHasBeenSet =
true; m_eventDescription = std::forward<EventDescriptionT>(value); }
50 template<
typename EventDescriptionT = Aws::String>
118 template<
typename EventSubTypeT = Aws::String>
119 void SetEventSubType(EventSubTypeT&& value) { m_eventSubTypeHasBeenSet =
true; m_eventSubType = std::forward<EventSubTypeT>(value); }
120 template<
typename EventSubTypeT = Aws::String>
131 template<
typename InstanceIdT = Aws::String>
132 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
133 template<
typename InstanceIdT = Aws::String>
139 bool m_eventDescriptionHasBeenSet =
false;
142 bool m_eventSubTypeHasBeenSet =
false;
145 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