7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.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));
59 template <
typename CreateTimeT = Aws::Utils::DateTime>
61 m_createTimeHasBeenSet =
true;
62 m_createTime = std::forward<CreateTimeT>(value);
64 template <
typename CreateTimeT = Aws::Utils::DateTime>
77 template <
typename StatusT = Aws::String>
79 m_statusHasBeenSet =
true;
80 m_status = std::forward<StatusT>(value);
82 template <
typename StatusT = Aws::String>
94 bool m_idHasBeenSet =
false;
95 bool m_createTimeHasBeenSet =
false;
96 bool m_statusHasBeenSet =
false;
InvalidationSummary & WithCreateTime(CreateTimeT &&value)
bool StatusHasBeenSet() const
const Aws::String & GetStatus() const
bool CreateTimeHasBeenSet() const
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetCreateTime(CreateTimeT &&value)
AWS_CLOUDFRONT_API InvalidationSummary(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetStatus(StatusT &&value)
InvalidationSummary & WithId(IdT &&value)
const Aws::Utils::DateTime & GetCreateTime() const
AWS_CLOUDFRONT_API InvalidationSummary & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetId() const
bool IdHasBeenSet() const
AWS_CLOUDFRONT_API InvalidationSummary()=default
InvalidationSummary & WithStatus(StatusT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String