7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
43 template <
typename ErrorMessageT = Aws::String>
45 m_errorMessageHasBeenSet =
true;
46 m_errorMessage = std::forward<ErrorMessageT>(value);
48 template <
typename ErrorMessageT = Aws::String>
61 template <
typename ErrorTypeT = Aws::String>
63 m_errorTypeHasBeenSet =
true;
64 m_errorType = std::forward<ErrorTypeT>(value);
66 template <
typename ErrorTypeT = Aws::String>
76 bool m_errorMessageHasBeenSet =
false;
77 bool m_errorTypeHasBeenSet =
false;
SnapshotJobErrorInfo & WithErrorType(ErrorTypeT &&value)
const Aws::String & GetErrorMessage() const
AWS_QUICKSIGHT_API SnapshotJobErrorInfo()=default
bool ErrorTypeHasBeenSet() const
SnapshotJobErrorInfo & WithErrorMessage(ErrorMessageT &&value)
void SetErrorType(ErrorTypeT &&value)
void SetErrorMessage(ErrorMessageT &&value)
bool ErrorMessageHasBeenSet() const
AWS_QUICKSIGHT_API SnapshotJobErrorInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API SnapshotJobErrorInfo(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetErrorType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue