7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/route53/Route53Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename IdT = Aws::String>
47 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
48 template<
typename IdT = Aws::String>
59 inline void SetVersion(
int value) { m_versionHasBeenSet =
true; m_version = value; }
69 template<
typename CommentT = Aws::String>
70 void SetComment(CommentT&& value) { m_commentHasBeenSet =
true; m_comment = std::forward<CommentT>(value); }
71 template<
typename CommentT = Aws::String>
77 bool m_idHasBeenSet =
false;
80 bool m_versionHasBeenSet =
false;
83 bool m_commentHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String