AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
InvalidNumberPredicates.h
1
6#pragma once
7#include <aws/sdb/SimpleDB_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 SimpleDB
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_SIMPLEDB_API InvalidNumberPredicates();
34 AWS_SIMPLEDB_API InvalidNumberPredicates(const Aws::Utils::Xml::XmlNode& xmlNode);
36
37 AWS_SIMPLEDB_API void OutputToStream(Aws::OStream& ostream, const char* location, unsigned index, const char* locationValue) const;
38 AWS_SIMPLEDB_API void OutputToStream(Aws::OStream& oStream, const char* location) const;
39
40
42
43 inline double GetBoxUsage() const{ return m_boxUsage; }
44 inline bool BoxUsageHasBeenSet() const { return m_boxUsageHasBeenSet; }
45 inline void SetBoxUsage(double value) { m_boxUsageHasBeenSet = true; m_boxUsage = value; }
46 inline InvalidNumberPredicates& WithBoxUsage(double value) { SetBoxUsage(value); return *this;}
48 private:
49
50 double m_boxUsage;
51 bool m_boxUsageHasBeenSet = false;
52 };
53
54} // namespace Model
55} // namespace SimpleDB
56} // namespace Aws
AWS_SIMPLEDB_API InvalidNumberPredicates(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SIMPLEDB_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_SIMPLEDB_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_SIMPLEDB_API InvalidNumberPredicates & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
InvalidNumberPredicates & WithBoxUsage(double value)
std::basic_ostream< char, std::char_traits< char > > OStream