7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/cloudfront/model/InvalidationBatch.h>
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
62 template<
typename StatusT = Aws::String>
63 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
64 template<
typename StatusT = Aws::String>
74 template<
typename CreateTimeT = Aws::Utils::DateTime>
75 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
76 template<
typename CreateTimeT = Aws::Utils::DateTime>
86 template<
typename Inval
idationBatchT = Inval
idationBatch>
87 void SetInvalidationBatch(InvalidationBatchT&& value) { m_invalidationBatchHasBeenSet =
true; m_invalidationBatch = std::forward<InvalidationBatchT>(value); }
88 template<
typename Inval
idationBatchT = Inval
idationBatch>
94 bool m_idHasBeenSet =
false;
97 bool m_statusHasBeenSet =
false;
100 bool m_createTimeHasBeenSet =
false;
102 InvalidationBatch m_invalidationBatch;
103 bool m_invalidationBatchHasBeenSet =
false;
void SetStatus(StatusT &&value)
void SetInvalidationBatch(InvalidationBatchT &&value)
const InvalidationBatch & GetInvalidationBatch() const
AWS_CLOUDFRONT_API Invalidation(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetId() const
const Aws::String & GetStatus() const
bool InvalidationBatchHasBeenSet() const
void SetCreateTime(CreateTimeT &&value)
AWS_CLOUDFRONT_API Invalidation & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
Invalidation & WithCreateTime(CreateTimeT &&value)
Invalidation & WithStatus(StatusT &&value)
bool IdHasBeenSet() const
Invalidation & WithInvalidationBatch(InvalidationBatchT &&value)
bool CreateTimeHasBeenSet() const
Invalidation & WithId(IdT &&value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool StatusHasBeenSet() const
const Aws::Utils::DateTime & GetCreateTime() const
AWS_CLOUDFRONT_API Invalidation()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String