7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename DetailsT = Aws::String>
48 void SetDetails(DetailsT&& value) { m_detailsHasBeenSet =
true; m_details = std::forward<DetailsT>(value); }
49 template<
typename DetailsT = Aws::String>
61 inline void SetScheduledEventId(
long long value) { m_scheduledEventIdHasBeenSet =
true; m_scheduledEventId = value; }
73 inline void SetStartedEventId(
long long value) { m_startedEventIdHasBeenSet =
true; m_startedEventId = value; }
92 bool m_detailsHasBeenSet =
false;
94 long long m_scheduledEventId{0};
95 bool m_scheduledEventIdHasBeenSet =
false;
97 long long m_startedEventId{0};
98 bool m_startedEventIdHasBeenSet =
false;
100 long long m_latestCancelRequestedEventId{0};
101 bool m_latestCancelRequestedEventIdHasBeenSet =
false;
void SetStartedEventId(long long value)
ActivityTaskCanceledEventAttributes & WithStartedEventId(long long value)
long long GetStartedEventId() const
ActivityTaskCanceledEventAttributes & WithScheduledEventId(long long value)
AWS_SWF_API ActivityTaskCanceledEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetScheduledEventId(long long value)
const Aws::String & GetDetails() const
bool DetailsHasBeenSet() const
long long GetScheduledEventId() const
bool LatestCancelRequestedEventIdHasBeenSet() const
AWS_SWF_API ActivityTaskCanceledEventAttributes(Aws::Utils::Json::JsonView jsonValue)
void SetLatestCancelRequestedEventId(long long value)
bool StartedEventIdHasBeenSet() const
ActivityTaskCanceledEventAttributes & WithDetails(DetailsT &&value)
AWS_SWF_API ActivityTaskCanceledEventAttributes()=default
void SetDetails(DetailsT &&value)
ActivityTaskCanceledEventAttributes & WithLatestCancelRequestedEventId(long long value)
long long GetLatestCancelRequestedEventId() const
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
bool ScheduledEventIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue