7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/IngestionErrorType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
58 template<
typename MessageT = Aws::String>
59 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
60 template<
typename MessageT = Aws::String>
66 bool m_typeHasBeenSet =
false;
69 bool m_messageHasBeenSet =
false;
AWS_QUICKSIGHT_API ErrorInfo()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API ErrorInfo(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
ErrorInfo & WithMessage(MessageT &&value)
bool TypeHasBeenSet() const
void SetMessage(MessageT &&value)
bool MessageHasBeenSet() const
IngestionErrorType GetType() const
ErrorInfo & WithType(IngestionErrorType value)
AWS_QUICKSIGHT_API ErrorInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(IngestionErrorType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue