7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/model/StackErrorCode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
61 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
69 bool m_errorCodeHasBeenSet =
false;
72 bool m_errorMessageHasBeenSet =
false;
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
Aws::Utils::Json::JsonValue JsonValue