7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/Paths.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetPaths(
const Paths& value) { m_pathsHasBeenSet =
true; m_paths = value; }
52 inline void SetPaths(
Paths&& value) { m_pathsHasBeenSet =
true; m_paths = std::move(value); }
79 inline void SetCallerReference(
const char* value) { m_callerReferenceHasBeenSet =
true; m_callerReference.assign(value); }
87 bool m_pathsHasBeenSet =
false;
90 bool m_callerReferenceHasBeenSet =
false;
void SetCallerReference(const char *value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool PathsHasBeenSet() const
void SetCallerReference(const Aws::String &value)
void SetPaths(const Paths &value)
InvalidationBatch & WithPaths(Paths &&value)
InvalidationBatch & WithCallerReference(const char *value)
InvalidationBatch & WithCallerReference(const Aws::String &value)
InvalidationBatch & WithCallerReference(Aws::String &&value)
void SetPaths(Paths &&value)
AWS_CLOUDFRONT_API InvalidationBatch & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Paths & GetPaths() const
void SetCallerReference(Aws::String &&value)
const Aws::String & GetCallerReference() const
AWS_CLOUDFRONT_API InvalidationBatch()
InvalidationBatch & WithPaths(const Paths &value)
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