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>
62 template<
typename FieldsT = Aws::Vector<JobManifestFieldName>>
63 void SetFields(FieldsT&& value) { m_fieldsHasBeenSet =
true; m_fields = std::forward<FieldsT>(value); }
64 template<
typename FieldsT = Aws::Vector<JobManifestFieldName>>
71 bool m_formatHasBeenSet =
false;
74 bool m_fieldsHasBeenSet =
false;
JobManifestSpec & AddFields(JobManifestFieldName value)
bool FieldsHasBeenSet() const
AWS_S3CONTROL_API JobManifestSpec(const Aws::Utils::Xml::XmlNode &xmlNode)
JobManifestFormat GetFormat() const
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)
AWS_S3CONTROL_API JobManifestSpec()=default
void SetFields(FieldsT &&value)
void SetFormat(JobManifestFormat value)
JobManifestSpec & WithFormat(JobManifestFormat value)
JobManifestSpec & WithFields(FieldsT &&value)
bool FormatHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector