7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/s3control/model/JobManifestSpec.h>
9#include <aws/s3control/model/JobManifestLocation.h>
49 template<
typename SpecT = JobManifestSpec>
50 void SetSpec(SpecT&& value) { m_specHasBeenSet =
true; m_spec = std::forward<SpecT>(value); }
51 template<
typename SpecT = JobManifestSpec>
64 template<
typename LocationT = JobManifestLocation>
65 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
66 template<
typename LocationT = JobManifestLocation>
72 bool m_specHasBeenSet =
false;
75 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)