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>
43 template <
typename CodeT = Aws::String>
45 m_codeHasBeenSet =
true;
46 m_code = std::forward<CodeT>(value);
48 template <
typename CodeT = Aws::String>
50 SetCode(std::forward<CodeT>(value));
61 template <
typename DescriptionT = Aws::String>
63 m_descriptionHasBeenSet =
true;
64 m_description = std::forward<DescriptionT>(value);
66 template <
typename DescriptionT = Aws::String>
79 template <
typename EventIdT = Aws::String>
81 m_eventIdHasBeenSet =
true;
82 m_eventId = std::forward<EventIdT>(value);
84 template <
typename EventIdT = Aws::String>
97 template <
typename EventTypeT = Aws::String>
99 m_eventTypeHasBeenSet =
true;
100 m_eventType = std::forward<EventTypeT>(value);
102 template <
typename EventTypeT = Aws::String>
116 bool m_codeHasBeenSet =
false;
117 bool m_descriptionHasBeenSet =
false;
118 bool m_eventIdHasBeenSet =
false;
119 bool m_eventTypeHasBeenSet =
false;
VolumeStatusAction & WithEventType(EventTypeT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_EC2_API VolumeStatusAction(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API VolumeStatusAction & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetEventId(EventIdT &&value)
bool EventTypeHasBeenSet() const
const Aws::String & GetEventId() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool DescriptionHasBeenSet() const
VolumeStatusAction & WithCode(CodeT &&value)
void SetCode(CodeT &&value)
const Aws::String & GetCode() const
const Aws::String & GetDescription() const
const Aws::String & GetEventType() const
void SetEventType(EventTypeT &&value)
bool EventIdHasBeenSet() const
VolumeStatusAction & WithDescription(DescriptionT &&value)
VolumeStatusAction & WithEventId(EventIdT &&value)
bool CodeHasBeenSet() const
void SetDescription(DescriptionT &&value)
AWS_EC2_API VolumeStatusAction()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream