AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
LaunchTemplateHibernationOptionsRequest.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/ec2/EC2_EXPORTS.h>
9
10namespace Aws {
11namespace Utils {
12namespace Xml {
13class XmlNode;
14} // namespace Xml
15} // namespace Utils
16namespace EC2 {
17namespace Model {
18
28 public:
32
33 AWS_EC2_API void OutputToStream(Aws::OStream& ostream, const char* location, unsigned index, const char* locationValue) const;
34 AWS_EC2_API void OutputToStream(Aws::OStream& oStream, const char* location) const;
35
37
41 inline bool GetConfigured() const { return m_configured; }
42 inline bool ConfiguredHasBeenSet() const { return m_configuredHasBeenSet; }
43 inline void SetConfigured(bool value) {
44 m_configuredHasBeenSet = true;
45 m_configured = value;
46 }
48 SetConfigured(value);
49 return *this;
50 }
52 private:
53 bool m_configured{false};
54 bool m_configuredHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace EC2
59} // namespace Aws
AWS_EC2_API LaunchTemplateHibernationOptionsRequest(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_EC2_API LaunchTemplateHibernationOptionsRequest & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
LaunchTemplateHibernationOptionsRequest & WithConfigured(bool value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
std::basic_ostream< char, std::char_traits< char > > OStream