7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/deadline/Deadline_EXPORTS.h>
9#include <aws/deadline/model/Attachments.h>
41 template <
typename JobIdT = Aws::String>
43 m_jobIdHasBeenSet =
true;
44 m_jobId = std::forward<JobIdT>(value);
46 template <
typename JobIdT = Aws::String>
48 SetJobId(std::forward<JobIdT>(value));
59 template <
typename AttachmentsT = Attachments>
61 m_attachmentsHasBeenSet =
true;
62 m_attachments = std::forward<AttachmentsT>(value);
64 template <
typename AttachmentsT = Attachments>
72 bool m_jobIdHasBeenSet =
false;
75 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