7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
51 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
64 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
65 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
79 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
93 inline void SetVersion(
long long value) { m_versionHasBeenSet =
true; m_version = value; }
99 bool m_arnHasBeenSet =
false;
102 bool m_idHasBeenSet =
false;
105 bool m_nameHasBeenSet =
false;
108 bool m_versionHasBeenSet =
false;
long long GetVersion() const
bool VersionHasBeenSet() const
void SetArn(const char *value)
CollectionSummary & WithArn(const char *value)
const Aws::String & GetId() const
bool ArnHasBeenSet() const
CollectionSummary & WithName(const Aws::String &value)
AWS_ROUTE53_API CollectionSummary()
CollectionSummary & WithId(const Aws::String &value)
CollectionSummary & WithName(const char *value)
CollectionSummary & WithId(Aws::String &&value)
AWS_ROUTE53_API CollectionSummary & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool NameHasBeenSet() const
void SetName(Aws::String &&value)
const Aws::String & GetName() const
CollectionSummary & WithId(const char *value)
CollectionSummary & WithArn(const Aws::String &value)
void SetId(const Aws::String &value)
CollectionSummary & WithName(Aws::String &&value)
void SetId(Aws::String &&value)
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetName(const Aws::String &value)
AWS_ROUTE53_API CollectionSummary(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetId(const char *value)
CollectionSummary & WithVersion(long long value)
void SetVersion(long long value)
void SetArn(const Aws::String &value)
void SetArn(Aws::String &&value)
const Aws::String & GetArn() const
CollectionSummary & WithArn(Aws::String &&value)
bool IdHasBeenSet() const
void SetName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String