7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/swf/model/ActivityTaskTimeoutType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
60 inline void SetScheduledEventId(
long long value) { m_scheduledEventIdHasBeenSet =
true; m_scheduledEventId = value; }
72 inline void SetStartedEventId(
long long value) { m_startedEventIdHasBeenSet =
true; m_startedEventId = value; }
83 template<
typename DetailsT = Aws::String>
84 void SetDetails(DetailsT&& value) { m_detailsHasBeenSet =
true; m_details = std::forward<DetailsT>(value); }
85 template<
typename DetailsT = Aws::String>
91 bool m_timeoutTypeHasBeenSet =
false;
93 long long m_scheduledEventId{0};
94 bool m_scheduledEventIdHasBeenSet =
false;
96 long long m_startedEventId{0};
97 bool m_startedEventIdHasBeenSet =
false;
100 bool m_detailsHasBeenSet =
false;
bool ScheduledEventIdHasBeenSet() const
ActivityTaskTimedOutEventAttributes & WithStartedEventId(long long value)
AWS_SWF_API ActivityTaskTimedOutEventAttributes(Aws::Utils::Json::JsonView jsonValue)
void SetScheduledEventId(long long value)
void SetTimeoutType(ActivityTaskTimeoutType value)
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
bool StartedEventIdHasBeenSet() const
ActivityTaskTimedOutEventAttributes & WithTimeoutType(ActivityTaskTimeoutType value)
long long GetScheduledEventId() const
AWS_SWF_API ActivityTaskTimedOutEventAttributes()=default
const Aws::String & GetDetails() const
ActivityTaskTimedOutEventAttributes & WithDetails(DetailsT &&value)
AWS_SWF_API ActivityTaskTimedOutEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStartedEventId(long long value)
bool TimeoutTypeHasBeenSet() const
void SetDetails(DetailsT &&value)
ActivityTaskTimeoutType GetTimeoutType() const
bool DetailsHasBeenSet() const
ActivityTaskTimedOutEventAttributes & WithScheduledEventId(long long value)
long long GetStartedEventId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue