7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53/Route53_EXPORTS.h>
9#include <aws/route53/model/RRType.h>
44 template <
typename IdT = Aws::String>
46 m_idHasBeenSet =
true;
47 m_id = std::forward<IdT>(value);
49 template <
typename IdT = Aws::String>
51 SetId(std::forward<IdT>(value));
62 template <
typename NameT = Aws::String>
64 m_nameHasBeenSet =
true;
65 m_name = std::forward<NameT>(value);
67 template <
typename NameT = Aws::String>
69 SetName(std::forward<NameT>(value));
82 m_typeHasBeenSet =
true;
98 m_latestVersionHasBeenSet =
true;
99 m_latestVersion = value;
115 m_trafficPolicyCountHasBeenSet =
true;
116 m_trafficPolicyCount = value;
125 bool m_idHasBeenSet =
false;
128 bool m_nameHasBeenSet =
false;
131 bool m_typeHasBeenSet =
false;
133 int m_latestVersion{0};
134 bool m_latestVersionHasBeenSet =
false;
136 int m_trafficPolicyCount{0};
137 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