7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
46 inline bool GetValue()
const{
return m_value; }
48 inline void SetValue(
bool value) { m_valueHasBeenSet =
true; m_value = value; }
54 bool m_valueHasBeenSet =
false;
AWS_EC2_API AttributeBooleanValue()
AWS_EC2_API AttributeBooleanValue(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetValue(bool value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool ValueHasBeenSet() const
AWS_EC2_API AttributeBooleanValue & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AttributeBooleanValue & WithValue(bool value)
std::basic_ostream< char, std::char_traits< char > > OStream