7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
53 inline void SetConfigured(
bool value) { m_configuredHasBeenSet =
true; m_configured = value; }
59 bool m_configuredHasBeenSet =
false;
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool GetConfigured() const
AWS_EC2_API HibernationOptions(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ConfiguredHasBeenSet() const
void SetConfigured(bool value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_EC2_API HibernationOptions & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
HibernationOptions & WithConfigured(bool value)
AWS_EC2_API HibernationOptions()
std::basic_ostream< char, std::char_traits< char > > OStream