7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/DataSourceErrorInfoType.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 DataSourceErrorInfo()=default
AWS_QUICKSIGHT_API DataSourceErrorInfo(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
AWS_QUICKSIGHT_API DataSourceErrorInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
DataSourceErrorInfoType GetType() const
void SetMessage(MessageT &&value)
bool TypeHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
DataSourceErrorInfo & WithType(DataSourceErrorInfoType value)
void SetType(DataSourceErrorInfoType value)
const Aws::String & GetMessage() const
DataSourceErrorInfo & WithMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue