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>
46 inline void SetAwsAccountId(
const char* value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId.assign(value); }
61 inline void SetTopicId(
const char* value) { m_topicIdHasBeenSet =
true; m_topicId.assign(value); }
83 bool m_awsAccountIdHasBeenSet =
false;
86 bool m_topicIdHasBeenSet =
false;
89 bool m_answersHasBeenSet =
false;
void SetTopicId(const Aws::String &value)
BatchCreateTopicReviewedAnswerRequest & WithAwsAccountId(const char *value)
BatchCreateTopicReviewedAnswerRequest & WithAnswers(const Aws::Vector< CreateTopicReviewedAnswer > &value)
void SetAwsAccountId(const char *value)
BatchCreateTopicReviewedAnswerRequest & WithTopicId(Aws::String &&value)
const Aws::String & GetAwsAccountId() const
void SetTopicId(Aws::String &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
void SetAnswers(const Aws::Vector< CreateTopicReviewedAnswer > &value)
bool AwsAccountIdHasBeenSet() const
bool AnswersHasBeenSet() const
BatchCreateTopicReviewedAnswerRequest & WithAwsAccountId(Aws::String &&value)
BatchCreateTopicReviewedAnswerRequest & WithAwsAccountId(const Aws::String &value)
BatchCreateTopicReviewedAnswerRequest & AddAnswers(CreateTopicReviewedAnswer &&value)
void SetAwsAccountId(const Aws::String &value)
BatchCreateTopicReviewedAnswerRequest & WithAnswers(Aws::Vector< CreateTopicReviewedAnswer > &&value)
AWS_QUICKSIGHT_API BatchCreateTopicReviewedAnswerRequest()
virtual const char * GetServiceRequestName() const override
BatchCreateTopicReviewedAnswerRequest & WithTopicId(const char *value)
const Aws::Vector< CreateTopicReviewedAnswer > & GetAnswers() const
BatchCreateTopicReviewedAnswerRequest & AddAnswers(const CreateTopicReviewedAnswer &value)
void SetAwsAccountId(Aws::String &&value)
bool TopicIdHasBeenSet() const
BatchCreateTopicReviewedAnswerRequest & WithTopicId(const Aws::String &value)
void SetTopicId(const char *value)
void SetAnswers(Aws::Vector< CreateTopicReviewedAnswer > &&value)
const Aws::String & GetTopicId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector