AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
HibernationOptionsRequest.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
31 public:
32 AWS_EC2_API HibernationOptionsRequest() = default;
35
36 AWS_EC2_API void OutputToStream(Aws::OStream& ostream, const char* location, unsigned index, const char* locationValue) const;
37 AWS_EC2_API void OutputToStream(Aws::OStream& oStream, const char* location) const;
38
40
53 inline bool GetConfigured() const { return m_configured; }
54 inline bool ConfiguredHasBeenSet() const { return m_configuredHasBeenSet; }
55 inline void SetConfigured(bool value) {
56 m_configuredHasBeenSet = true;
57 m_configured = value;
58 }
60 SetConfigured(value);
61 return *this;
62 }
64 private:
65 bool m_configured{false};
66 bool m_configuredHasBeenSet = false;
67};
68
69} // namespace Model
70} // namespace EC2
71} // namespace Aws
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_EC2_API HibernationOptionsRequest & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API HibernationOptionsRequest()=default
AWS_EC2_API HibernationOptionsRequest(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
HibernationOptionsRequest & WithConfigured(bool value)
std::basic_ostream< char, std::char_traits< char > > OStream