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 ReasonT = Aws::String>
79 m_reasonHasBeenSet =
true;
80 m_reason = std::forward<ReasonT>(value);
82 template <
typename ReasonT = Aws::String>
95 template <
typename DetailsT = Aws::String>
97 m_detailsHasBeenSet =
true;
98 m_details = std::forward<DetailsT>(value);
100 template <
typename DetailsT = Aws::String>
107 long long m_scheduledEventId{0};
109 long long m_startedEventId{0};
114 bool m_scheduledEventIdHasBeenSet =
false;
115 bool m_startedEventIdHasBeenSet =
false;
116 bool m_reasonHasBeenSet =
false;
117 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