7#include <aws/health/Health_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
55 inline void SetEventArn(
const char* value) { m_eventArnHasBeenSet =
true; m_eventArn.assign(value); }
69 inline void SetErrorName(
const char* value) { m_errorNameHasBeenSet =
true; m_errorName.assign(value); }
83 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
91 bool m_eventArnHasBeenSet =
false;
94 bool m_errorNameHasBeenSet =
false;
97 bool m_errorMessageHasBeenSet =
false;
void SetEventArn(const Aws::String &value)
EventDetailsErrorItem & WithErrorMessage(const Aws::String &value)
void SetErrorMessage(const Aws::String &value)
AWS_HEALTH_API EventDetailsErrorItem(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEventArn() const
EventDetailsErrorItem & WithErrorName(const Aws::String &value)
void SetEventArn(Aws::String &&value)
void SetErrorName(const Aws::String &value)
EventDetailsErrorItem & WithErrorMessage(Aws::String &&value)
EventDetailsErrorItem & WithErrorMessage(const char *value)
EventDetailsErrorItem & WithEventArn(const Aws::String &value)
bool EventArnHasBeenSet() const
AWS_HEALTH_API Aws::Utils::Json::JsonValue Jsonize() const
EventDetailsErrorItem & WithErrorName(Aws::String &&value)
bool ErrorNameHasBeenSet() const
const Aws::String & GetErrorMessage() const
EventDetailsErrorItem & WithErrorName(const char *value)
void SetErrorMessage(const char *value)
void SetErrorMessage(Aws::String &&value)
void SetEventArn(const char *value)
EventDetailsErrorItem & WithEventArn(Aws::String &&value)
void SetErrorName(const char *value)
bool ErrorMessageHasBeenSet() const
AWS_HEALTH_API EventDetailsErrorItem()
EventDetailsErrorItem & WithEventArn(const char *value)
const Aws::String & GetErrorName() const
AWS_HEALTH_API EventDetailsErrorItem & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetErrorName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue