95 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
115 bool m_errorCodeHasBeenSet =
false;
118 bool m_errorMessageHasBeenSet =
false;
#define AWS_APPSTREAM_API
void SetErrorCode(const StackErrorCode &value)
void SetErrorMessage(Aws::String &&value)
void SetErrorCode(StackErrorCode &&value)
StackError & WithErrorCode(StackErrorCode &&value)
void SetErrorMessage(const Aws::String &value)
const Aws::String & GetErrorMessage() const
AWS_APPSTREAM_API StackError(Aws::Utils::Json::JsonView jsonValue)
const StackErrorCode & GetErrorCode() const
StackError & WithErrorCode(const StackErrorCode &value)
bool ErrorMessageHasBeenSet() const
bool ErrorCodeHasBeenSet() const
AWS_APPSTREAM_API StackError & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetErrorMessage(const char *value)
StackError & WithErrorMessage(Aws::String &&value)
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
StackError & WithErrorMessage(const Aws::String &value)
StackError & WithErrorMessage(const char *value)
AWS_APPSTREAM_API StackError()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String