7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/route53/Route53_EXPORTS.h>
10#include <aws/route53/model/ChangeStatus.h>
45 template <
typename IdT = Aws::String>
47 m_idHasBeenSet =
true;
48 m_id = std::forward<IdT>(value);
50 template <
typename IdT = Aws::String>
52 SetId(std::forward<IdT>(value));
65 m_statusHasBeenSet =
true;
84 template <
typename SubmittedAtT = Aws::Utils::DateTime>
86 m_submittedAtHasBeenSet =
true;
87 m_submittedAt = std::forward<SubmittedAtT>(value);
89 template <
typename SubmittedAtT = Aws::Utils::DateTime>
102 template <
typename CommentT = Aws::String>
104 m_commentHasBeenSet =
true;
105 m_comment = std::forward<CommentT>(value);
107 template <
typename CommentT = Aws::String>
121 bool m_idHasBeenSet =
false;
122 bool m_statusHasBeenSet =
false;
123 bool m_submittedAtHasBeenSet =
false;
124 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