7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/ReviewedAnswerErrorCode.h>
48 template<
typename AnswerIdT = Aws::String>
49 void SetAnswerId(AnswerIdT&& value) { m_answerIdHasBeenSet =
true; m_answerId = std::forward<AnswerIdT>(value); }
50 template<
typename AnswerIdT = Aws::String>
67 bool m_answerIdHasBeenSet =
false;
70 bool m_errorHasBeenSet =
false;
const Aws::String & GetAnswerId() const
void SetError(ReviewedAnswerErrorCode value)
AWS_QUICKSIGHT_API InvalidTopicReviewedAnswer & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API InvalidTopicReviewedAnswer(Aws::Utils::Json::JsonView jsonValue)
InvalidTopicReviewedAnswer & WithError(ReviewedAnswerErrorCode value)
bool AnswerIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API InvalidTopicReviewedAnswer()=default
ReviewedAnswerErrorCode GetError() const
InvalidTopicReviewedAnswer & WithAnswerId(AnswerIdT &&value)
void SetAnswerId(AnswerIdT &&value)
bool ErrorHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue