7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/health/Health_EXPORTS.h>
47 template <
typename EventArnT = Aws::String>
49 m_eventArnHasBeenSet =
true;
50 m_eventArn = std::forward<EventArnT>(value);
52 template <
typename EventArnT = Aws::String>
65 template <
typename ErrorNameT = Aws::String>
67 m_errorNameHasBeenSet =
true;
68 m_errorName = std::forward<ErrorNameT>(value);
70 template <
typename ErrorNameT = Aws::String>
83 template <
typename ErrorMessageT = Aws::String>
85 m_errorMessageHasBeenSet =
true;
86 m_errorMessage = std::forward<ErrorMessageT>(value);
88 template <
typename ErrorMessageT = Aws::String>
100 bool m_eventArnHasBeenSet =
false;
101 bool m_errorNameHasBeenSet =
false;
102 bool m_errorMessageHasBeenSet =
false;
AWS_HEALTH_API EventDetailsErrorItem(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEventArn() const
bool EventArnHasBeenSet() const
EventDetailsErrorItem & WithErrorMessage(ErrorMessageT &&value)
AWS_HEALTH_API Aws::Utils::Json::JsonValue Jsonize() const
bool ErrorNameHasBeenSet() const
AWS_HEALTH_API EventDetailsErrorItem()=default
const Aws::String & GetErrorMessage() const
void SetErrorMessage(ErrorMessageT &&value)
void SetEventArn(EventArnT &&value)
bool ErrorMessageHasBeenSet() const
void SetErrorName(ErrorNameT &&value)
EventDetailsErrorItem & WithErrorName(ErrorNameT &&value)
EventDetailsErrorItem & WithEventArn(EventArnT &&value)
const Aws::String & GetErrorName() const
AWS_HEALTH_API EventDetailsErrorItem & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue