7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/deadline/Deadline_EXPORTS.h>
9#include <aws/deadline/model/JobEntityErrorCode.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));
60 m_codeHasBeenSet =
true;
75 template <
typename MessageT = Aws::String>
77 m_messageHasBeenSet =
true;
78 m_message = std::forward<MessageT>(value);
80 template <
typename MessageT = Aws::String>
92 bool m_jobIdHasBeenSet =
false;
93 bool m_codeHasBeenSet =
false;
94 bool m_messageHasBeenSet =
false;
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
bool MessageHasBeenSet() const
AWS_DEADLINE_API JobAttachmentDetailsError()=default
void SetMessage(MessageT &&value)
const Aws::String & GetJobId() const
const Aws::String & GetMessage() const
JobAttachmentDetailsError & WithCode(JobEntityErrorCode value)
bool CodeHasBeenSet() const
JobAttachmentDetailsError & WithMessage(MessageT &&value)
bool JobIdHasBeenSet() const
JobAttachmentDetailsError & WithJobId(JobIdT &&value)
void SetCode(JobEntityErrorCode value)
JobEntityErrorCode GetCode() const
AWS_DEADLINE_API JobAttachmentDetailsError & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DEADLINE_API JobAttachmentDetailsError(Aws::Utils::Json::JsonView jsonValue)
void SetJobId(JobIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue