7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/swf/SWF_EXPORTS.h>
41 template <
typename DetailsT = Aws::String>
43 m_detailsHasBeenSet =
true;
44 m_details = std::forward<DetailsT>(value);
46 template <
typename DetailsT = Aws::String>
62 m_scheduledEventIdHasBeenSet =
true;
63 m_scheduledEventId = value;
80 m_startedEventIdHasBeenSet =
true;
81 m_startedEventId = value;
99 m_latestCancelRequestedEventIdHasBeenSet =
true;
100 m_latestCancelRequestedEventId = value;
110 long long m_scheduledEventId{0};
112 long long m_startedEventId{0};
114 long long m_latestCancelRequestedEventId{0};
115 bool m_detailsHasBeenSet =
false;
116 bool m_scheduledEventIdHasBeenSet =
false;
117 bool m_startedEventIdHasBeenSet =
false;
118 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