7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/s3control/model/S3JobManifestGenerator.h>
47 template<
typename S3JobManifestGeneratorT = S3JobManifestGenerator>
48 void SetS3JobManifestGenerator(S3JobManifestGeneratorT&& value) { m_s3JobManifestGeneratorHasBeenSet =
true; m_s3JobManifestGenerator = std::forward<S3JobManifestGeneratorT>(value); }
49 template<
typename S3JobManifestGeneratorT = S3JobManifestGenerator>
55 bool m_s3JobManifestGeneratorHasBeenSet =
false;
AWS_S3CONTROL_API JobManifestGenerator & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetS3JobManifestGenerator(S3JobManifestGeneratorT &&value)
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3CONTROL_API JobManifestGenerator()=default
AWS_S3CONTROL_API JobManifestGenerator(const Aws::Utils::Xml::XmlNode &xmlNode)
bool S3JobManifestGeneratorHasBeenSet() const
const S3JobManifestGenerator & GetS3JobManifestGenerator() const
JobManifestGenerator & WithS3JobManifestGenerator(S3JobManifestGeneratorT &&value)