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