7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/deadline/model/JobAttachmentsFileSystem.h>
10#include <aws/deadline/model/ManifestProperties.h>
70 bool m_manifestsHasBeenSet =
false;
73 bool m_fileSystemHasBeenSet =
false;
const JobAttachmentsFileSystem & GetFileSystem() const
bool FileSystemHasBeenSet() const
AWS_DEADLINE_API Attachments(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< ManifestProperties > & GetManifests() const
void SetManifests(const Aws::Vector< ManifestProperties > &value)
bool ManifestsHasBeenSet() const
Attachments & WithManifests(Aws::Vector< ManifestProperties > &&value)
Attachments & WithFileSystem(JobAttachmentsFileSystem &&value)
Attachments & WithManifests(const Aws::Vector< ManifestProperties > &value)
AWS_DEADLINE_API Attachments & operator=(Aws::Utils::Json::JsonView jsonValue)
Attachments & WithFileSystem(const JobAttachmentsFileSystem &value)
void SetManifests(Aws::Vector< ManifestProperties > &&value)
void SetFileSystem(const JobAttachmentsFileSystem &value)
Attachments & AddManifests(const ManifestProperties &value)
void SetFileSystem(JobAttachmentsFileSystem &&value)
Attachments & AddManifests(ManifestProperties &&value)
AWS_DEADLINE_API Attachments()
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue