AWS SDK for C++

AWS SDK for C++ Version 1.11.682

Loading...
Searching...
No Matches
ReusableDelegationSetLimit.h
1
6#pragma once
7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/route53/model/ReusableDelegationSetLimitType.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Xml {
15class XmlNode;
16} // namespace Xml
17} // namespace Utils
18namespace Route53 {
19namespace Model {
20
28 public:
29 AWS_ROUTE53_API ReusableDelegationSetLimit() = default;
32
33 AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const;
34
36
41 inline ReusableDelegationSetLimitType GetType() const { return m_type; }
42 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
44 m_typeHasBeenSet = true;
45 m_type = value;
46 }
48 SetType(value);
49 return *this;
50 }
52
54
58 inline long long GetValue() const { return m_value; }
59 inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; }
60 inline void SetValue(long long value) {
61 m_valueHasBeenSet = true;
62 m_value = value;
63 }
64 inline ReusableDelegationSetLimit& WithValue(long long value) {
65 SetValue(value);
66 return *this;
67 }
69 private:
71 bool m_typeHasBeenSet = false;
72
73 long long m_value{0};
74 bool m_valueHasBeenSet = false;
75};
76
77} // namespace Model
78} // namespace Route53
79} // namespace Aws
ReusableDelegationSetLimit & WithType(ReusableDelegationSetLimitType value)
AWS_ROUTE53_API ReusableDelegationSetLimit & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ROUTE53_API ReusableDelegationSetLimit(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
ReusableDelegationSetLimit & WithValue(long long value)
AWS_ROUTE53_API ReusableDelegationSetLimit()=default
void SetType(ReusableDelegationSetLimitType value)