7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/swf/model/ScheduleLambdaFunctionFailedCause.h>
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
61 template<
typename NameT = Aws::String>
62 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
63 template<
typename NameT = Aws::String>
99 bool m_idHasBeenSet =
false;
102 bool m_nameHasBeenSet =
false;
105 bool m_causeHasBeenSet =
false;
107 long long m_decisionTaskCompletedEventId{0};
108 bool m_decisionTaskCompletedEventIdHasBeenSet =
false;
bool NameHasBeenSet() const
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
ScheduleLambdaFunctionFailedEventAttributes & WithCause(ScheduleLambdaFunctionFailedCause value)
ScheduleLambdaFunctionFailedCause GetCause() const
ScheduleLambdaFunctionFailedEventAttributes & WithDecisionTaskCompletedEventId(long long value)
bool IdHasBeenSet() const
const Aws::String & GetName() const
const Aws::String & GetId() const
void SetName(NameT &&value)
AWS_SWF_API ScheduleLambdaFunctionFailedEventAttributes()=default
AWS_SWF_API ScheduleLambdaFunctionFailedEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
ScheduleLambdaFunctionFailedEventAttributes & WithId(IdT &&value)
void SetDecisionTaskCompletedEventId(long long value)
long long GetDecisionTaskCompletedEventId() const
bool DecisionTaskCompletedEventIdHasBeenSet() const
ScheduleLambdaFunctionFailedEventAttributes & WithName(NameT &&value)
AWS_SWF_API ScheduleLambdaFunctionFailedEventAttributes(Aws::Utils::Json::JsonView jsonValue)
bool CauseHasBeenSet() const
void SetCause(ScheduleLambdaFunctionFailedCause value)
ScheduleLambdaFunctionFailedCause
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue