7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/swf/SWF_EXPORTS.h>
9#include <aws/swf/model/CancelTimerFailedCause.h>
43 template <
typename TimerIdT = Aws::String>
45 m_timerIdHasBeenSet =
true;
46 m_timerId = std::forward<TimerIdT>(value);
48 template <
typename TimerIdT = Aws::String>
68 m_causeHasBeenSet =
true;
87 m_decisionTaskCompletedEventIdHasBeenSet =
true;
88 m_decisionTaskCompletedEventId = value;
100 long long m_decisionTaskCompletedEventId{0};
101 bool m_timerIdHasBeenSet =
false;
102 bool m_causeHasBeenSet =
false;
103 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