96 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
147 bool m_errorCodeHasBeenSet =
false;
150 bool m_errorMessageHasBeenSet =
false;
153 bool m_errorTimestampHasBeenSet =
false;
#define AWS_APPSTREAM_API
ResourceError & WithErrorCode(const FleetErrorCode &value)
AWS_APPSTREAM_API ResourceError & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPSTREAM_API ResourceError(Aws::Utils::Json::JsonView jsonValue)
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
ResourceError & WithErrorMessage(const Aws::String &value)
const FleetErrorCode & GetErrorCode() const
bool ErrorCodeHasBeenSet() const
ResourceError & WithErrorMessage(Aws::String &&value)
bool ErrorMessageHasBeenSet() const
void SetErrorTimestamp(Aws::Utils::DateTime &&value)
void SetErrorCode(FleetErrorCode &&value)
ResourceError & WithErrorTimestamp(Aws::Utils::DateTime &&value)
ResourceError & WithErrorCode(FleetErrorCode &&value)
ResourceError & WithErrorTimestamp(const Aws::Utils::DateTime &value)
AWS_APPSTREAM_API ResourceError()
void SetErrorMessage(const Aws::String &value)
void SetErrorMessage(const char *value)
void SetErrorCode(const FleetErrorCode &value)
bool ErrorTimestampHasBeenSet() const
const Aws::String & GetErrorMessage() const
void SetErrorTimestamp(const Aws::Utils::DateTime &value)
ResourceError & WithErrorMessage(const char *value)
void SetErrorMessage(Aws::String &&value)
const Aws::Utils::DateTime & GetErrorTimestamp() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String