7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/s3control/S3Control_EXPORTS.h>
9#include <aws/s3control/model/JobManifestFieldName.h>
10#include <aws/s3control/model/JobManifestFormat.h>
45 m_formatHasBeenSet =
true;
62 template <
typename FieldsT = Aws::Vector<JobManifestFieldName>>
64 m_fieldsHasBeenSet =
true;
65 m_fields = std::forward<FieldsT>(value);
67 template <
typename FieldsT = Aws::Vector<JobManifestFieldName>>
73 m_fieldsHasBeenSet =
true;
74 m_fields.push_back(value);
82 bool m_formatHasBeenSet =
false;
83 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