7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/route53/model/ChangeStatus.h>
10#include <aws/core/utils/DateTime.h>
51 template<
typename IdT = Aws::String>
52 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
53 template<
typename IdT = Aws::String>
78 template<
typename SubmittedAtT = Aws::Utils::DateTime>
79 void SetSubmittedAt(SubmittedAtT&& value) { m_submittedAtHasBeenSet =
true; m_submittedAt = std::forward<SubmittedAtT>(value); }
80 template<
typename SubmittedAtT = Aws::Utils::DateTime>
90 template<
typename CommentT = Aws::String>
91 void SetComment(CommentT&& value) { m_commentHasBeenSet =
true; m_comment = std::forward<CommentT>(value); }
92 template<
typename CommentT = Aws::String>
98 bool m_idHasBeenSet =
false;
101 bool m_statusHasBeenSet =
false;
104 bool m_submittedAtHasBeenSet =
false;
107 bool m_commentHasBeenSet =
false;
ChangeStatus GetStatus() const
bool SubmittedAtHasBeenSet() const
const Aws::String & GetId() const
const Aws::Utils::DateTime & GetSubmittedAt() const
bool IdHasBeenSet() const
const Aws::String & GetComment() const
ChangeInfo & WithId(IdT &&value)
AWS_ROUTE53_API ChangeInfo()=default
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
ChangeInfo & WithStatus(ChangeStatus value)
AWS_ROUTE53_API ChangeInfo & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetStatus(ChangeStatus value)
AWS_ROUTE53_API ChangeInfo(const Aws::Utils::Xml::XmlNode &xmlNode)
ChangeInfo & WithComment(CommentT &&value)
void SetSubmittedAt(SubmittedAtT &&value)
bool StatusHasBeenSet() const
ChangeInfo & WithSubmittedAt(SubmittedAtT &&value)
void SetComment(CommentT &&value)
bool CommentHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String