7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53/Route53Request.h>
9#include <aws/route53/Route53_EXPORTS.h>
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
62 m_versionHasBeenSet =
true;
77 template <
typename CommentT = Aws::String>
79 m_commentHasBeenSet =
true;
80 m_comment = std::forward<CommentT>(value);
82 template <
typename CommentT = Aws::String>
90 bool m_idHasBeenSet =
false;
93 bool m_versionHasBeenSet =
false;
96 bool m_commentHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String