59 inline void SetScheduledEventId(
long long value) { m_scheduledEventIdHasBeenSet =
true; m_scheduledEventId = value; }
137 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
155 long long m_scheduledEventId;
156 bool m_scheduledEventIdHasBeenSet;
158 bool m_causeHasBeenSet;
160 bool m_messageHasBeenSet;
const Aws::String & GetMessage() const
void SetMessage(const Aws::String &value)
StartLambdaFunctionFailedCause
void SetScheduledEventId(long long value)
void SetMessage(Aws::String &&value)
void SetMessage(const char *value)
void SetCause(StartLambdaFunctionFailedCause &&value)
StartLambdaFunctionFailedEventAttributes & WithMessage(const Aws::String &value)
const StartLambdaFunctionFailedCause & GetCause() const
StartLambdaFunctionFailedEventAttributes & WithCause(const StartLambdaFunctionFailedCause &value)
void SetCause(const StartLambdaFunctionFailedCause &value)
StartLambdaFunctionFailedEventAttributes & WithScheduledEventId(long long value)
StartLambdaFunctionFailedEventAttributes & WithCause(StartLambdaFunctionFailedCause &&value)
StartLambdaFunctionFailedEventAttributes & WithMessage(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
long long GetScheduledEventId() const
StartLambdaFunctionFailedEventAttributes & WithMessage(Aws::String &&value)
JSON (JavaScript Object Notation).