7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/states/SFN_EXPORTS.h>
41 template <
typename ErrorT = Aws::String>
43 m_errorHasBeenSet =
true;
44 m_error = std::forward<ErrorT>(value);
46 template <
typename ErrorT = Aws::String>
48 SetError(std::forward<ErrorT>(value));
59 template <
typename CauseT = Aws::String>
61 m_causeHasBeenSet =
true;
62 m_cause = std::forward<CauseT>(value);
64 template <
typename CauseT = Aws::String>
66 SetCause(std::forward<CauseT>(value));
74 bool m_errorHasBeenSet =
false;
75 bool m_causeHasBeenSet =
false;
void SetError(ErrorT &&value)
AWS_SFN_API ActivityTimedOutEventDetails(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetError() const
bool CauseHasBeenSet() const
const Aws::String & GetCause() const
AWS_SFN_API ActivityTimedOutEventDetails()=default
ActivityTimedOutEventDetails & WithError(ErrorT &&value)
void SetCause(CauseT &&value)
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
ActivityTimedOutEventDetails & WithCause(CauseT &&value)
bool ErrorHasBeenSet() const
AWS_SFN_API ActivityTimedOutEventDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue