7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/route53/model/AccountLimitType.h>
70 inline long long GetValue()
const{
return m_value; }
72 inline void SetValue(
long long value) { m_valueHasBeenSet =
true; m_value = value; }
78 bool m_typeHasBeenSet =
false;
81 bool m_valueHasBeenSet =
false;
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetType(const AccountLimitType &value)
const AccountLimitType & GetType() const
long long GetValue() const
bool TypeHasBeenSet() const
AccountLimit & WithType(const AccountLimitType &value)
AWS_ROUTE53_API AccountLimit & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AccountLimit & WithValue(long long value)
AWS_ROUTE53_API AccountLimit(const Aws::Utils::Xml::XmlNode &xmlNode)
AccountLimit & WithType(AccountLimitType &&value)
AWS_ROUTE53_API AccountLimit()
void SetType(AccountLimitType &&value)
void SetValue(long long value)
bool ValueHasBeenSet() const