7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetScheduledEventId(
long long value) { m_scheduledEventIdHasBeenSet =
true; m_scheduledEventId = value; }
61 inline void SetStartedEventId(
long long value) { m_startedEventIdHasBeenSet =
true; m_startedEventId = value; }
73 inline void SetResult(
const char* value) { m_resultHasBeenSet =
true; m_result.assign(value); }
80 long long m_scheduledEventId;
81 bool m_scheduledEventIdHasBeenSet =
false;
83 long long m_startedEventId;
84 bool m_startedEventIdHasBeenSet =
false;
87 bool m_resultHasBeenSet =
false;
void SetStartedEventId(long long value)
long long GetStartedEventId() const
long long GetScheduledEventId() const
AWS_SWF_API LambdaFunctionCompletedEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SWF_API LambdaFunctionCompletedEventAttributes(Aws::Utils::Json::JsonView jsonValue)
void SetResult(const Aws::String &value)
LambdaFunctionCompletedEventAttributes & WithStartedEventId(long long value)
LambdaFunctionCompletedEventAttributes & WithResult(const Aws::String &value)
LambdaFunctionCompletedEventAttributes & WithScheduledEventId(long long value)
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SWF_API LambdaFunctionCompletedEventAttributes()
bool ScheduledEventIdHasBeenSet() const
void SetResult(Aws::String &&value)
void SetResult(const char *value)
const Aws::String & GetResult() const
LambdaFunctionCompletedEventAttributes & WithResult(const char *value)
void SetScheduledEventId(long long value)
LambdaFunctionCompletedEventAttributes & WithResult(Aws::String &&value)
bool StartedEventIdHasBeenSet() const
bool ResultHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue