AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LaunchTemplateHibernationOptionsRequest.h
1
6#pragma once
7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9
10namespace Aws
11{
12namespace Utils
13{
14namespace Xml
15{
16 class XmlNode;
17} // namespace Xml
18} // namespace Utils
19namespace EC2
20{
21namespace Model
22{
23
33 {
34 public:
38
39 AWS_EC2_API void OutputToStream(Aws::OStream& ostream, const char* location, unsigned index, const char* locationValue) const;
40 AWS_EC2_API void OutputToStream(Aws::OStream& oStream, const char* location) const;
41
42
44
48 inline bool GetConfigured() const{ return m_configured; }
49 inline bool ConfiguredHasBeenSet() const { return m_configuredHasBeenSet; }
50 inline void SetConfigured(bool value) { m_configuredHasBeenSet = true; m_configured = value; }
51 inline LaunchTemplateHibernationOptionsRequest& WithConfigured(bool value) { SetConfigured(value); return *this;}
53 private:
54
55 bool m_configured;
56 bool m_configuredHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace EC2
61} // 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