7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSightRequest.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
39 template <
typename AwsAccountIdT = Aws::String>
41 m_awsAccountIdHasBeenSet =
true;
42 m_awsAccountId = std::forward<AwsAccountIdT>(value);
44 template <
typename AwsAccountIdT = Aws::String>
57 template <
typename KnowledgeBaseIdsT = Aws::Vector<Aws::String>>
59 m_knowledgeBaseIdsHasBeenSet =
true;
60 m_knowledgeBaseIds = std::forward<KnowledgeBaseIdsT>(value);
62 template <
typename KnowledgeBaseIdsT = Aws::Vector<Aws::String>>
67 template <
typename KnowledgeBaseIdsT = Aws::String>
69 m_knowledgeBaseIdsHasBeenSet =
true;
70 m_knowledgeBaseIds.emplace_back(std::forward<KnowledgeBaseIdsT>(value));
78 bool m_awsAccountIdHasBeenSet =
false;
79 bool m_knowledgeBaseIdsHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetKnowledgeBaseIds() const
virtual const char * GetServiceRequestName() const override
BatchDeleteKnowledgeBaseRequest & AddKnowledgeBaseIds(KnowledgeBaseIdsT &&value)
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API BatchDeleteKnowledgeBaseRequest()=default
bool KnowledgeBaseIdsHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
BatchDeleteKnowledgeBaseRequest & WithAwsAccountId(AwsAccountIdT &&value)
void SetKnowledgeBaseIds(KnowledgeBaseIdsT &&value)
BatchDeleteKnowledgeBaseRequest & WithKnowledgeBaseIds(KnowledgeBaseIdsT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
bool AwsAccountIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector