7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetReason(
const char* value) { m_reasonHasBeenSet =
true; m_reason.assign(value); }
63 inline void SetDetails(
const char* value) { m_detailsHasBeenSet =
true; m_details.assign(value); }
84 bool m_reasonHasBeenSet =
false;
87 bool m_detailsHasBeenSet =
false;
89 long long m_decisionTaskCompletedEventId;
90 bool m_decisionTaskCompletedEventIdHasBeenSet =
false;
void SetReason(const Aws::String &value)
WorkflowExecutionFailedEventAttributes & WithReason(const char *value)
void SetDetails(const char *value)
WorkflowExecutionFailedEventAttributes & WithDetails(Aws::String &&value)
WorkflowExecutionFailedEventAttributes & WithDetails(const char *value)
bool DecisionTaskCompletedEventIdHasBeenSet() const
const Aws::String & GetReason() const
bool ReasonHasBeenSet() const
void SetReason(Aws::String &&value)
bool DetailsHasBeenSet() const
const Aws::String & GetDetails() const
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SWF_API WorkflowExecutionFailedEventAttributes()
long long GetDecisionTaskCompletedEventId() const
WorkflowExecutionFailedEventAttributes & WithReason(Aws::String &&value)
AWS_SWF_API WorkflowExecutionFailedEventAttributes(Aws::Utils::Json::JsonView jsonValue)
WorkflowExecutionFailedEventAttributes & WithDecisionTaskCompletedEventId(long long value)
void SetDetails(Aws::String &&value)
WorkflowExecutionFailedEventAttributes & WithReason(const Aws::String &value)
void SetReason(const char *value)
WorkflowExecutionFailedEventAttributes & WithDetails(const Aws::String &value)
void SetDecisionTaskCompletedEventId(long long value)
void SetDetails(const Aws::String &value)
AWS_SWF_API WorkflowExecutionFailedEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue