7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53/Route53Request.h>
9#include <aws/route53/Route53_EXPORTS.h>
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
61 template <
typename CommentT = Aws::String>
63 m_commentHasBeenSet =
true;
64 m_comment = std::forward<CommentT>(value);
66 template <
typename CommentT = Aws::String>
74 bool m_idHasBeenSet =
false;
77 bool m_commentHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String