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 ReasonT = Aws::String>
72 void SetReason(ReasonT&& value) { m_reasonHasBeenSet =
true; m_reason = std::forward<ReasonT>(value); }
73 template<
typename ReasonT = Aws::String>
83 template<
typename DetailsT = Aws::String>
84 void SetDetails(DetailsT&& value) { m_detailsHasBeenSet =
true; m_details = std::forward<DetailsT>(value); }
85 template<
typename DetailsT = Aws::String>
90 long long m_scheduledEventId{0};
91 bool m_scheduledEventIdHasBeenSet =
false;
93 long long m_startedEventId{0};
94 bool m_startedEventIdHasBeenSet =
false;
97 bool m_reasonHasBeenSet =
false;
100 bool m_detailsHasBeenSet =
false;
LambdaFunctionFailedEventAttributes & WithReason(ReasonT &&value)
bool ScheduledEventIdHasBeenSet() const
AWS_SWF_API LambdaFunctionFailedEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SWF_API LambdaFunctionFailedEventAttributes(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDetails() const
LambdaFunctionFailedEventAttributes & WithDetails(DetailsT &&value)
bool DetailsHasBeenSet() const
bool ReasonHasBeenSet() const
LambdaFunctionFailedEventAttributes & WithScheduledEventId(long long value)
void SetStartedEventId(long long value)
LambdaFunctionFailedEventAttributes & WithStartedEventId(long long value)
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
long long GetStartedEventId() const
void SetScheduledEventId(long long value)
const Aws::String & GetReason() const
bool StartedEventIdHasBeenSet() const
AWS_SWF_API LambdaFunctionFailedEventAttributes()=default
long long GetScheduledEventId() const
void SetReason(ReasonT &&value)
void SetDetails(DetailsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue