7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/s3control/model/JobManifestLocation.h>
9#include <aws/s3control/model/JobManifestSpec.h>
43 template <
typename SpecT = JobManifestSpec>
45 m_specHasBeenSet =
true;
46 m_spec = std::forward<SpecT>(value);
48 template <
typename SpecT = JobManifestSpec>
50 SetSpec(std::forward<SpecT>(value));
64 template <
typename LocationT = JobManifestLocation>
66 m_locationHasBeenSet =
true;
67 m_location = std::forward<LocationT>(value);
69 template <
typename LocationT = JobManifestLocation>
79 bool m_specHasBeenSet =
false;
80 bool m_locationHasBeenSet =
false;
AWS_S3CONTROL_API JobManifest()=default
bool LocationHasBeenSet() const
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3CONTROL_API JobManifest & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
JobManifest & WithLocation(LocationT &&value)
void SetSpec(SpecT &&value)
const JobManifestLocation & GetLocation() const
bool SpecHasBeenSet() const
void SetLocation(LocationT &&value)
JobManifest & WithSpec(SpecT &&value)
const JobManifestSpec & GetSpec() const
AWS_S3CONTROL_API JobManifest(const Aws::Utils::Xml::XmlNode &xmlNode)