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