7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/route53/Route53Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
48 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
61 inline void SetVersion(
int value) { m_versionHasBeenSet =
true; m_version = value; }
73 inline void SetComment(
const char* value) { m_commentHasBeenSet =
true; m_comment.assign(value); }
81 bool m_idHasBeenSet =
false;
84 bool m_versionHasBeenSet =
false;
87 bool m_commentHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String