7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/deadline/model/JobEntityErrorCode.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>
69 template<
typename MessageT = Aws::String>
70 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
71 template<
typename MessageT = Aws::String>
77 bool m_jobIdHasBeenSet =
false;
80 bool m_codeHasBeenSet =
false;
83 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