7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/deadline/model/Attachments.h>
47 template<
typename JobIdT = Aws::String>
48 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
49 template<
typename JobIdT = Aws::String>
59 template<
typename AttachmentsT = Attachments>
60 void SetAttachments(AttachmentsT&& value) { m_attachmentsHasBeenSet =
true; m_attachments = std::forward<AttachmentsT>(value); }
61 template<
typename AttachmentsT = Attachments>
67 bool m_jobIdHasBeenSet =
false;
70 bool m_attachmentsHasBeenSet =
false;
AWS_DEADLINE_API JobAttachmentDetailsEntity & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetJobId(JobIdT &&value)
bool JobIdHasBeenSet() const
JobAttachmentDetailsEntity & WithJobId(JobIdT &&value)
JobAttachmentDetailsEntity & WithAttachments(AttachmentsT &&value)
AWS_DEADLINE_API JobAttachmentDetailsEntity(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetJobId() const
AWS_DEADLINE_API JobAttachmentDetailsEntity()=default
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
bool AttachmentsHasBeenSet() const
void SetAttachments(AttachmentsT &&value)
const Attachments & GetAttachments() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue