58 inline void SetScheduledEventId(
long long value) { m_scheduledEventIdHasBeenSet =
true; m_scheduledEventId = value; }
78 inline void SetStartedEventId(
long long value) { m_startedEventIdHasBeenSet =
true; m_startedEventId = value; }
104 inline void SetResult(
const char* value) { m_resultHasBeenSet =
true; m_result.assign(value); }
122 long long m_scheduledEventId;
123 bool m_scheduledEventIdHasBeenSet;
124 long long m_startedEventId;
125 bool m_startedEventIdHasBeenSet;
127 bool m_resultHasBeenSet;
LambdaFunctionCompletedEventAttributes & WithResult(Aws::String &&value)
const Aws::String & GetResult() const
void SetResult(Aws::String &&value)
LambdaFunctionCompletedEventAttributes & WithResult(const Aws::String &value)
void SetResult(const char *value)
void SetStartedEventId(long long value)
LambdaFunctionCompletedEventAttributes & WithStartedEventId(long long value)
LambdaFunctionCompletedEventAttributes & WithScheduledEventId(long long value)
long long GetStartedEventId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetResult(const Aws::String &value)
LambdaFunctionCompletedEventAttributes & WithResult(const char *value)
long long GetScheduledEventId() const
void SetScheduledEventId(long long value)
JSON (JavaScript Object Notation).