7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/states/SFN_EXPORTS.h>
43 template <
typename ErrorT = Aws::String>
45 m_errorHasBeenSet =
true;
46 m_error = std::forward<ErrorT>(value);
48 template <
typename ErrorT = Aws::String>
50 SetError(std::forward<ErrorT>(value));
61 template <
typename CauseT = Aws::String>
63 m_causeHasBeenSet =
true;
64 m_cause = std::forward<CauseT>(value);
66 template <
typename CauseT = Aws::String>
68 SetCause(std::forward<CauseT>(value));
80 template <
typename LocationT = Aws::String>
82 m_locationHasBeenSet =
true;
83 m_location = std::forward<LocationT>(value);
85 template <
typename LocationT = Aws::String>
98 template <
typename StateT = Aws::String>
100 m_stateHasBeenSet =
true;
101 m_state = std::forward<StateT>(value);
103 template <
typename StateT = Aws::String>
105 SetState(std::forward<StateT>(value));
117 bool m_errorHasBeenSet =
false;
118 bool m_causeHasBeenSet =
false;
119 bool m_locationHasBeenSet =
false;
120 bool m_stateHasBeenSet =
false;
AWS_SFN_API EvaluationFailedEventDetails(Aws::Utils::Json::JsonView jsonValue)
void SetState(StateT &&value)
const Aws::String & GetState() const
void SetLocation(LocationT &&value)
AWS_SFN_API EvaluationFailedEventDetails()=default
EvaluationFailedEventDetails & WithLocation(LocationT &&value)
bool LocationHasBeenSet() const
EvaluationFailedEventDetails & WithState(StateT &&value)
const Aws::String & GetCause() const
bool ErrorHasBeenSet() const
const Aws::String & GetError() const
void SetCause(CauseT &&value)
bool StateHasBeenSet() const
bool CauseHasBeenSet() const
EvaluationFailedEventDetails & WithError(ErrorT &&value)
AWS_SFN_API EvaluationFailedEventDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
void SetError(ErrorT &&value)
const Aws::String & GetLocation() const
EvaluationFailedEventDetails & WithCause(CauseT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue