7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/swf/SWF_EXPORTS.h>
44 m_scheduledEventIdHasBeenSet =
true;
45 m_scheduledEventId = value;
62 m_startedEventIdHasBeenSet =
true;
63 m_startedEventId = value;
77 template <
typename ResultT = Aws::String>
79 m_resultHasBeenSet =
true;
80 m_result = std::forward<ResultT>(value);
82 template <
typename ResultT = Aws::String>
89 long long m_scheduledEventId{0};
91 long long m_startedEventId{0};
94 bool m_scheduledEventIdHasBeenSet =
false;
95 bool m_startedEventIdHasBeenSet =
false;
96 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