7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/swf/model/CancelTimerFailedCause.h>
49 template<
typename TimerIdT = Aws::String>
50 void SetTimerId(TimerIdT&& value) { m_timerIdHasBeenSet =
true; m_timerId = std::forward<TimerIdT>(value); }
51 template<
typename TimerIdT = Aws::String>
86 bool m_timerIdHasBeenSet =
false;
89 bool m_causeHasBeenSet =
false;
91 long long m_decisionTaskCompletedEventId{0};
92 bool m_decisionTaskCompletedEventIdHasBeenSet =
false;
AWS_SWF_API CancelTimerFailedEventAttributes()=default
void SetTimerId(TimerIdT &&value)
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
bool DecisionTaskCompletedEventIdHasBeenSet() const
CancelTimerFailedCause GetCause() const
const Aws::String & GetTimerId() const
bool TimerIdHasBeenSet() const
CancelTimerFailedEventAttributes & WithCause(CancelTimerFailedCause value)
CancelTimerFailedEventAttributes & WithTimerId(TimerIdT &&value)
void SetCause(CancelTimerFailedCause value)
void SetDecisionTaskCompletedEventId(long long value)
CancelTimerFailedEventAttributes & WithDecisionTaskCompletedEventId(long long value)
long long GetDecisionTaskCompletedEventId() const
AWS_SWF_API CancelTimerFailedEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SWF_API CancelTimerFailedEventAttributes(Aws::Utils::Json::JsonView jsonValue)
bool CauseHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue