7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/swf/model/StartTimerFailedCause.h>
50 inline void SetTimerId(
const char* value) { m_timerIdHasBeenSet =
true; m_timerId.assign(value); }
89 bool m_timerIdHasBeenSet =
false;
92 bool m_causeHasBeenSet =
false;
94 long long m_decisionTaskCompletedEventId;
95 bool m_decisionTaskCompletedEventIdHasBeenSet =
false;
const StartTimerFailedCause & GetCause() const
void SetTimerId(const Aws::String &value)
StartTimerFailedEventAttributes & WithDecisionTaskCompletedEventId(long long value)
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetTimerId() const
bool DecisionTaskCompletedEventIdHasBeenSet() const
void SetTimerId(const char *value)
StartTimerFailedEventAttributes & WithTimerId(const char *value)
StartTimerFailedEventAttributes & WithCause(StartTimerFailedCause &&value)
long long GetDecisionTaskCompletedEventId() const
void SetCause(const StartTimerFailedCause &value)
void SetCause(StartTimerFailedCause &&value)
StartTimerFailedEventAttributes & WithCause(const StartTimerFailedCause &value)
void SetTimerId(Aws::String &&value)
bool TimerIdHasBeenSet() const
AWS_SWF_API StartTimerFailedEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CauseHasBeenSet() const
StartTimerFailedEventAttributes & WithTimerId(const Aws::String &value)
StartTimerFailedEventAttributes & WithTimerId(Aws::String &&value)
void SetDecisionTaskCompletedEventId(long long value)
AWS_SWF_API StartTimerFailedEventAttributes(Aws::Utils::Json::JsonView jsonValue)
AWS_SWF_API StartTimerFailedEventAttributes()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue