7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/swf/SWF_EXPORTS.h>
41 template <
typename ReasonT = Aws::String>
43 m_reasonHasBeenSet =
true;
44 m_reason = std::forward<ReasonT>(value);
46 template <
typename ReasonT = Aws::String>
59 template <
typename DetailsT = Aws::String>
61 m_detailsHasBeenSet =
true;
62 m_details = std::forward<DetailsT>(value);
64 template <
typename DetailsT = Aws::String>
80 m_scheduledEventIdHasBeenSet =
true;
81 m_scheduledEventId = value;
98 m_startedEventIdHasBeenSet =
true;
99 m_startedEventId = value;
111 long long m_scheduledEventId{0};
113 long long m_startedEventId{0};
114 bool m_reasonHasBeenSet =
false;
115 bool m_detailsHasBeenSet =
false;
116 bool m_scheduledEventIdHasBeenSet =
false;
117 bool m_startedEventIdHasBeenSet =
false;
bool StartedEventIdHasBeenSet() const
void SetScheduledEventId(long long value)
bool ScheduledEventIdHasBeenSet() const
void SetDetails(DetailsT &&value)
long long GetStartedEventId() const
AWS_SWF_API ActivityTaskFailedEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
ActivityTaskFailedEventAttributes & WithReason(ReasonT &&value)
bool ReasonHasBeenSet() const
long long GetScheduledEventId() const
ActivityTaskFailedEventAttributes & WithScheduledEventId(long long value)
ActivityTaskFailedEventAttributes & WithStartedEventId(long long value)
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SWF_API ActivityTaskFailedEventAttributes(Aws::Utils::Json::JsonView jsonValue)
void SetReason(ReasonT &&value)
const Aws::String & GetReason() const
AWS_SWF_API ActivityTaskFailedEventAttributes()=default
void SetStartedEventId(long long value)
const Aws::String & GetDetails() const
bool DetailsHasBeenSet() const
ActivityTaskFailedEventAttributes & WithDetails(DetailsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue