7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/quicksight/model/CreateTopicReviewedAnswer.h>
44 template<
typename AwsAccountIdT = Aws::String>
45 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
46 template<
typename AwsAccountIdT = Aws::String>
57 template<
typename TopicIdT = Aws::String>
58 void SetTopicId(TopicIdT&& value) { m_topicIdHasBeenSet =
true; m_topicId = std::forward<TopicIdT>(value); }
59 template<
typename TopicIdT = Aws::String>
69 template<
typename AnswersT = Aws::Vector<CreateTopicReviewedAnswer>>
70 void SetAnswers(AnswersT&& value) { m_answersHasBeenSet =
true; m_answers = std::forward<AnswersT>(value); }
71 template<
typename AnswersT = Aws::Vector<CreateTopicReviewedAnswer>>
73 template<
typename AnswersT = CreateTopicReviewedAnswer>
79 bool m_awsAccountIdHasBeenSet =
false;
82 bool m_topicIdHasBeenSet =
false;
85 bool m_answersHasBeenSet =
false;
const Aws::String & GetAwsAccountId() const
void SetTopicId(TopicIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
AWS_QUICKSIGHT_API BatchCreateTopicReviewedAnswerRequest()=default
bool AwsAccountIdHasBeenSet() const
bool AnswersHasBeenSet() const
BatchCreateTopicReviewedAnswerRequest & WithAwsAccountId(AwsAccountIdT &&value)
BatchCreateTopicReviewedAnswerRequest & WithAnswers(AnswersT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< CreateTopicReviewedAnswer > & GetAnswers() const
BatchCreateTopicReviewedAnswerRequest & WithTopicId(TopicIdT &&value)
void SetAnswers(AnswersT &&value)
bool TopicIdHasBeenSet() const
BatchCreateTopicReviewedAnswerRequest & AddAnswers(AnswersT &&value)
const Aws::String & GetTopicId() const
void SetAwsAccountId(AwsAccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector