7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/s3control/model/JobManifestFormat.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/s3control/model/JobManifestFieldName.h>
74 bool m_formatHasBeenSet =
false;
77 bool m_fieldsHasBeenSet =
false;
bool FieldsHasBeenSet() const
void SetFormat(JobManifestFormat &&value)
JobManifestSpec & WithFields(const Aws::Vector< JobManifestFieldName > &value)
JobManifestSpec & AddFields(JobManifestFieldName &&value)
const JobManifestFormat & GetFormat() const
AWS_S3CONTROL_API JobManifestSpec()
AWS_S3CONTROL_API JobManifestSpec(const Aws::Utils::Xml::XmlNode &xmlNode)
JobManifestSpec & WithFields(Aws::Vector< JobManifestFieldName > &&value)
void SetFields(Aws::Vector< JobManifestFieldName > &&value)
JobManifestSpec & WithFormat(const JobManifestFormat &value)
void SetFormat(const JobManifestFormat &value)
JobManifestSpec & AddFields(const JobManifestFieldName &value)
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const Aws::Vector< JobManifestFieldName > & GetFields() const
AWS_S3CONTROL_API JobManifestSpec & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
JobManifestSpec & WithFormat(JobManifestFormat &&value)
void SetFields(const Aws::Vector< JobManifestFieldName > &value)
bool FormatHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector