7#include <aws/states/SFN_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
62 inline void SetResource(
const char* value) { m_resourceHasBeenSet =
true; m_resource.assign(value); }
76 inline void SetError(
const char* value) { m_errorHasBeenSet =
true; m_error.assign(value); }
90 inline void SetCause(
const char* value) { m_causeHasBeenSet =
true; m_cause.assign(value); }
98 bool m_resourceTypeHasBeenSet =
false;
101 bool m_resourceHasBeenSet =
false;
104 bool m_errorHasBeenSet =
false;
107 bool m_causeHasBeenSet =
false;
bool ResourceTypeHasBeenSet() const
AWS_SFN_API TaskFailedEventDetails(Aws::Utils::Json::JsonView jsonValue)
TaskFailedEventDetails & WithResource(const Aws::String &value)
void SetResourceType(Aws::String &&value)
TaskFailedEventDetails & WithResourceType(const char *value)
TaskFailedEventDetails & WithCause(const char *value)
bool CauseHasBeenSet() const
void SetError(const Aws::String &value)
TaskFailedEventDetails & WithError(const char *value)
void SetResource(Aws::String &&value)
TaskFailedEventDetails & WithResourceType(const Aws::String &value)
void SetCause(const char *value)
TaskFailedEventDetails & WithError(Aws::String &&value)
TaskFailedEventDetails & WithResourceType(Aws::String &&value)
const Aws::String & GetResourceType() const
void SetError(const char *value)
void SetError(Aws::String &&value)
TaskFailedEventDetails & WithError(const Aws::String &value)
void SetResourceType(const char *value)
const Aws::String & GetResource() const
TaskFailedEventDetails & WithCause(Aws::String &&value)
const Aws::String & GetError() const
void SetCause(Aws::String &&value)
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SFN_API TaskFailedEventDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ResourceHasBeenSet() const
TaskFailedEventDetails & WithCause(const Aws::String &value)
TaskFailedEventDetails & WithResource(Aws::String &&value)
bool ErrorHasBeenSet() const
TaskFailedEventDetails & WithResource(const char *value)
void SetCause(const Aws::String &value)
void SetResourceType(const Aws::String &value)
AWS_SFN_API TaskFailedEventDetails()
const Aws::String & GetCause() const
void SetResource(const Aws::String &value)
void SetResource(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue