7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/swf/SWF_EXPORTS.h>
9#include <aws/swf/model/StartTimerFailedCause.h>
42 template <
typename TimerIdT = Aws::String>
44 m_timerIdHasBeenSet =
true;
45 m_timerId = std::forward<TimerIdT>(value);
47 template <
typename TimerIdT = Aws::String>
67 m_causeHasBeenSet =
true;
86 m_decisionTaskCompletedEventIdHasBeenSet =
true;
87 m_decisionTaskCompletedEventId = value;
99 long long m_decisionTaskCompletedEventId{0};
100 bool m_timerIdHasBeenSet =
false;
101 bool m_causeHasBeenSet =
false;
102 bool m_decisionTaskCompletedEventIdHasBeenSet =
false;
StartTimerFailedEventAttributes & WithDecisionTaskCompletedEventId(long long value)
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetTimerId() const
bool DecisionTaskCompletedEventIdHasBeenSet() const
void SetCause(StartTimerFailedCause value)
StartTimerFailedEventAttributes & WithCause(StartTimerFailedCause value)
StartTimerFailedEventAttributes & WithTimerId(TimerIdT &&value)
long long GetDecisionTaskCompletedEventId() const
AWS_SWF_API StartTimerFailedEventAttributes()=default
void SetTimerId(TimerIdT &&value)
bool TimerIdHasBeenSet() const
AWS_SWF_API StartTimerFailedEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CauseHasBeenSet() const
void SetDecisionTaskCompletedEventId(long long value)
StartTimerFailedCause GetCause() const
AWS_SWF_API StartTimerFailedEventAttributes(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue