7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/route53/model/RRType.h>
50 template<
typename IdT = Aws::String>
51 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
52 template<
typename IdT = Aws::String>
62 template<
typename NameT = Aws::String>
63 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
64 template<
typename NameT = Aws::String>
75 inline void SetType(
RRType value) { m_typeHasBeenSet =
true; m_type = value; }
85 inline void SetLatestVersion(
int value) { m_latestVersionHasBeenSet =
true; m_latestVersion = value; }
96 inline void SetTrafficPolicyCount(
int value) { m_trafficPolicyCountHasBeenSet =
true; m_trafficPolicyCount = value; }
102 bool m_idHasBeenSet =
false;
105 bool m_nameHasBeenSet =
false;
108 bool m_typeHasBeenSet =
false;
110 int m_latestVersion{0};
111 bool m_latestVersionHasBeenSet =
false;
113 int m_trafficPolicyCount{0};
114 bool m_trafficPolicyCountHasBeenSet =
false;
const Aws::String & GetName() const
TrafficPolicySummary & WithId(IdT &&value)
void SetTrafficPolicyCount(int value)
bool IdHasBeenSet() const
AWS_ROUTE53_API TrafficPolicySummary()=default
AWS_ROUTE53_API TrafficPolicySummary(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetLatestVersion(int value)
const Aws::String & GetId() const
TrafficPolicySummary & WithName(NameT &&value)
bool TypeHasBeenSet() const
void SetName(NameT &&value)
TrafficPolicySummary & WithType(RRType value)
bool NameHasBeenSet() const
TrafficPolicySummary & WithTrafficPolicyCount(int value)
TrafficPolicySummary & WithLatestVersion(int value)
void SetType(RRType value)
AWS_ROUTE53_API TrafficPolicySummary & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool LatestVersionHasBeenSet() const
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
int GetTrafficPolicyCount() const
bool TrafficPolicyCountHasBeenSet() const
int GetLatestVersion() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String