7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/Paths.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename PathsT = Paths>
52 void SetPaths(PathsT&& value) { m_pathsHasBeenSet =
true; m_paths = std::forward<PathsT>(value); }
53 template<
typename PathsT = Paths>
77 template<
typename CallerReferenceT = Aws::String>
78 void SetCallerReference(CallerReferenceT&& value) { m_callerReferenceHasBeenSet =
true; m_callerReference = std::forward<CallerReferenceT>(value); }
79 template<
typename CallerReferenceT = Aws::String>
85 bool m_pathsHasBeenSet =
false;
88 bool m_callerReferenceHasBeenSet =
false;
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
InvalidationBatch & WithPaths(PathsT &&value)
bool PathsHasBeenSet() const
InvalidationBatch & WithCallerReference(CallerReferenceT &&value)
void SetPaths(PathsT &&value)
AWS_CLOUDFRONT_API InvalidationBatch()=default
void SetCallerReference(CallerReferenceT &&value)
AWS_CLOUDFRONT_API InvalidationBatch & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Paths & GetPaths() const
const Aws::String & GetCallerReference() const
AWS_CLOUDFRONT_API InvalidationBatch(const Aws::Utils::Xml::XmlNode &xmlNode)
bool CallerReferenceHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String