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>
43 template<
typename AwsAccountIdT = Aws::String>
44 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
45 template<
typename AwsAccountIdT = Aws::String>
56 template<
typename TopicIdT = Aws::String>
57 void SetTopicId(TopicIdT&& value) { m_topicIdHasBeenSet =
true; m_topicId = std::forward<TopicIdT>(value); }
58 template<
typename TopicIdT = Aws::String>
68 template<
typename AnswerIdsT = Aws::Vector<Aws::String>>
69 void SetAnswerIds(AnswerIdsT&& value) { m_answerIdsHasBeenSet =
true; m_answerIds = std::forward<AnswerIdsT>(value); }
70 template<
typename AnswerIdsT = Aws::Vector<Aws::String>>
72 template<
typename AnswerIdsT = Aws::String>
78 bool m_awsAccountIdHasBeenSet =
false;
81 bool m_topicIdHasBeenSet =
false;
84 bool m_answerIdsHasBeenSet =
false;
void SetAnswerIds(AnswerIdsT &&value)
const Aws::String & GetTopicId() const
bool AnswerIdsHasBeenSet() const
BatchDeleteTopicReviewedAnswerRequest & WithAwsAccountId(AwsAccountIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetAnswerIds() const
void SetAwsAccountId(AwsAccountIdT &&value)
BatchDeleteTopicReviewedAnswerRequest & AddAnswerIds(AnswerIdsT &&value)
BatchDeleteTopicReviewedAnswerRequest & WithTopicId(TopicIdT &&value)
BatchDeleteTopicReviewedAnswerRequest & WithAnswerIds(AnswerIdsT &&value)
bool AwsAccountIdHasBeenSet() const
const Aws::String & GetAwsAccountId() const
void SetTopicId(TopicIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool TopicIdHasBeenSet() const
AWS_QUICKSIGHT_API BatchDeleteTopicReviewedAnswerRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector