7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker-geospatial/model/EarthObservationJobErrorType.h>
22namespace SageMakerGeospatial
50 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
70 bool m_messageHasBeenSet =
false;
73 bool m_typeHasBeenSet =
false;
const EarthObservationJobErrorType & GetType() const
const Aws::String & GetMessage() const
void SetMessage(const Aws::String &value)
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
EarthObservationJobErrorDetails & WithType(const EarthObservationJobErrorType &value)
void SetType(EarthObservationJobErrorType &&value)
EarthObservationJobErrorDetails & WithMessage(Aws::String &&value)
AWS_SAGEMAKERGEOSPATIAL_API EarthObservationJobErrorDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKERGEOSPATIAL_API EarthObservationJobErrorDetails()
void SetMessage(Aws::String &&value)
EarthObservationJobErrorDetails & WithMessage(const char *value)
void SetType(const EarthObservationJobErrorType &value)
EarthObservationJobErrorDetails & WithType(EarthObservationJobErrorType &&value)
AWS_SAGEMAKERGEOSPATIAL_API EarthObservationJobErrorDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
EarthObservationJobErrorDetails & WithMessage(const Aws::String &value)
void SetMessage(const char *value)
bool TypeHasBeenSet() const
EarthObservationJobErrorType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue