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; }
71 template<
typename ResultT = Aws::String>
72 void SetResult(ResultT&& value) { m_resultHasBeenSet =
true; m_result = std::forward<ResultT>(value); }
73 template<
typename ResultT = Aws::String>
78 long long m_scheduledEventId{0};
79 bool m_scheduledEventIdHasBeenSet =
false;
81 long long m_startedEventId{0};
82 bool m_startedEventIdHasBeenSet =
false;
85 bool m_resultHasBeenSet =
false;
void SetStartedEventId(long long value)
long long GetStartedEventId() const
void SetResult(ResultT &&value)
long long GetScheduledEventId() const
AWS_SWF_API LambdaFunctionCompletedEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SWF_API LambdaFunctionCompletedEventAttributes(Aws::Utils::Json::JsonView jsonValue)
LambdaFunctionCompletedEventAttributes & WithStartedEventId(long long value)
AWS_SWF_API LambdaFunctionCompletedEventAttributes()=default
LambdaFunctionCompletedEventAttributes & WithScheduledEventId(long long value)
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
LambdaFunctionCompletedEventAttributes & WithResult(ResultT &&value)
bool ScheduledEventIdHasBeenSet() const
const Aws::String & GetResult() const
void SetScheduledEventId(long long value)
bool StartedEventIdHasBeenSet() const
bool ResultHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue