62 inline void SetReason(
const char* value) { m_reasonHasBeenSet =
true; m_reason.assign(value); }
97 inline void SetDetails(
const char* value) { m_detailsHasBeenSet =
true; m_details.assign(value); }
140 bool m_reasonHasBeenSet;
142 bool m_detailsHasBeenSet;
143 long long m_decisionTaskCompletedEventId;
144 bool m_decisionTaskCompletedEventIdHasBeenSet;
WorkflowExecutionFailedEventAttributes & WithDetails(Aws::String &&value)
WorkflowExecutionFailedEventAttributes & WithDetails(const Aws::String &value)
WorkflowExecutionFailedEventAttributes & WithDetails(const char *value)
long long GetDecisionTaskCompletedEventId() const
void SetReason(const char *value)
void SetDetails(Aws::String &&value)
void SetReason(Aws::String &&value)
WorkflowExecutionFailedEventAttributes & WithReason(const Aws::String &value)
void SetReason(const Aws::String &value)
WorkflowExecutionFailedEventAttributes & WithReason(Aws::String &&value)
void SetDetails(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
WorkflowExecutionFailedEventAttributes & WithDecisionTaskCompletedEventId(long long value)
WorkflowExecutionFailedEventAttributes & WithReason(const char *value)
void SetDecisionTaskCompletedEventId(long long value)
const Aws::String & GetDetails() const
const Aws::String & GetReason() const
void SetDetails(const Aws::String &value)
JSON (JavaScript Object Notation).