AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
FastLaunchSnapshotConfigurationRequest.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
26 public:
30
31 AWS_EC2_API void OutputToStream(Aws::OStream& ostream, const char* location, unsigned index, const char* locationValue) const;
32 AWS_EC2_API void OutputToStream(Aws::OStream& oStream, const char* location) const;
33
35
39 inline int GetTargetResourceCount() const { return m_targetResourceCount; }
40 inline bool TargetResourceCountHasBeenSet() const { return m_targetResourceCountHasBeenSet; }
41 inline void SetTargetResourceCount(int value) {
42 m_targetResourceCountHasBeenSet = true;
43 m_targetResourceCount = value;
44 }
47 return *this;
48 }
50 private:
51 int m_targetResourceCount{0};
52 bool m_targetResourceCountHasBeenSet = false;
53};
54
55} // namespace Model
56} // namespace EC2
57} // namespace Aws
FastLaunchSnapshotConfigurationRequest & WithTargetResourceCount(int value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_EC2_API FastLaunchSnapshotConfigurationRequest(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_EC2_API FastLaunchSnapshotConfigurationRequest & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_ostream< char, std::char_traits< char > > OStream