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
48 template<
typename MessageT = Aws::String>
49 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
50 template<
typename MessageT = Aws::String>
66 bool m_messageHasBeenSet =
false;
69 bool m_typeHasBeenSet =
false;
const Aws::String & GetMessage() const
EarthObservationJobErrorDetails & WithType(EarthObservationJobErrorType value)
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
void SetType(EarthObservationJobErrorType value)
AWS_SAGEMAKERGEOSPATIAL_API EarthObservationJobErrorDetails(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
AWS_SAGEMAKERGEOSPATIAL_API EarthObservationJobErrorDetails()=default
AWS_SAGEMAKERGEOSPATIAL_API EarthObservationJobErrorDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
EarthObservationJobErrorDetails & WithMessage(MessageT &&value)
bool MessageHasBeenSet() const
EarthObservationJobErrorType GetType() const
bool TypeHasBeenSet() const
EarthObservationJobErrorType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue