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