7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ErrorMessageT = Aws::String>
48 void SetErrorMessage(ErrorMessageT&& value) { m_errorMessageHasBeenSet =
true; m_errorMessage = std::forward<ErrorMessageT>(value); }
49 template<
typename ErrorMessageT = Aws::String>
59 template<
typename ErrorTypeT = Aws::String>
60 void SetErrorType(ErrorTypeT&& value) { m_errorTypeHasBeenSet =
true; m_errorType = std::forward<ErrorTypeT>(value); }
61 template<
typename ErrorTypeT = Aws::String>
67 bool m_errorMessageHasBeenSet =
false;
70 bool m_errorTypeHasBeenSet =
false;
SnapshotJobResultErrorInfo & WithErrorMessage(ErrorMessageT &&value)
void SetErrorType(ErrorTypeT &&value)
bool ErrorTypeHasBeenSet() const
AWS_QUICKSIGHT_API SnapshotJobResultErrorInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
SnapshotJobResultErrorInfo & WithErrorType(ErrorTypeT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API SnapshotJobResultErrorInfo()=default
bool ErrorMessageHasBeenSet() const
const Aws::String & GetErrorType() const
AWS_QUICKSIGHT_API SnapshotJobResultErrorInfo(Aws::Utils::Json::JsonView jsonValue)
void SetErrorMessage(ErrorMessageT &&value)
const Aws::String & GetErrorMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue