7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53/Route53_EXPORTS.h>
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
61 template <
typename IdT = Aws::String>
63 m_idHasBeenSet =
true;
64 m_id = std::forward<IdT>(value);
66 template <
typename IdT = Aws::String>
68 SetId(std::forward<IdT>(value));
79 template <
typename NameT = Aws::String>
81 m_nameHasBeenSet =
true;
82 m_name = std::forward<NameT>(value);
84 template <
typename NameT = Aws::String>
86 SetName(std::forward<NameT>(value));
97 inline long long GetVersion()
const {
return m_version; }
100 m_versionHasBeenSet =
true;
115 long long m_version{0};
116 bool m_arnHasBeenSet =
false;
117 bool m_idHasBeenSet =
false;
118 bool m_nameHasBeenSet =
false;
119 bool m_versionHasBeenSet =
false;
long long GetVersion() const
void SetArn(ArnT &&value)
bool VersionHasBeenSet() const
const Aws::String & GetId() const
bool ArnHasBeenSet() const
AWS_ROUTE53_API CollectionSummary & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool NameHasBeenSet() const
CollectionSummary & WithId(IdT &&value)
const Aws::String & GetName() const
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_ROUTE53_API CollectionSummary()=default
AWS_ROUTE53_API CollectionSummary(const Aws::Utils::Xml::XmlNode &xmlNode)
CollectionSummary & WithVersion(long long value)
void SetVersion(long long value)
void SetName(NameT &&value)
CollectionSummary & WithArn(ArnT &&value)
const Aws::String & GetArn() const
bool IdHasBeenSet() const
CollectionSummary & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String