7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/DataSourceErrorInfoType.h>
43 m_typeHasBeenSet =
true;
58 template <
typename MessageT = Aws::String>
60 m_messageHasBeenSet =
true;
61 m_message = std::forward<MessageT>(value);
63 template <
typename MessageT = Aws::String>
73 bool m_typeHasBeenSet =
false;
74 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