7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/route53/model/CloudWatchRegion.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
72 template<
typename NameT = Aws::String>
73 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
74 template<
typename NameT = Aws::String>
80 bool m_regionHasBeenSet =
false;
83 bool m_nameHasBeenSet =
false;
AlarmIdentifier & WithName(NameT &&value)
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AlarmIdentifier & WithRegion(CloudWatchRegion value)
CloudWatchRegion GetRegion() const
bool RegionHasBeenSet() const
AWS_ROUTE53_API AlarmIdentifier()=default
bool NameHasBeenSet() const
AWS_ROUTE53_API AlarmIdentifier & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetName() const
void SetName(NameT &&value)
void SetRegion(CloudWatchRegion value)
AWS_ROUTE53_API AlarmIdentifier(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String