7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
41 template <
typename KnowledgeBaseIdT = Aws::String>
43 m_knowledgeBaseIdHasBeenSet =
true;
44 m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value);
46 template <
typename KnowledgeBaseIdT = Aws::String>
59 template <
typename KnowledgeBaseArnT = Aws::String>
61 m_knowledgeBaseArnHasBeenSet =
true;
62 m_knowledgeBaseArn = std::forward<KnowledgeBaseArnT>(value);
64 template <
typename KnowledgeBaseArnT = Aws::String>
74 bool m_knowledgeBaseIdHasBeenSet =
false;
75 bool m_knowledgeBaseArnHasBeenSet =
false;
bool KnowledgeBaseArnHasBeenSet() const
BatchDeleteKnowledgeBaseSuccess & WithKnowledgeBaseId(KnowledgeBaseIdT &&value)
void SetKnowledgeBaseArn(KnowledgeBaseArnT &&value)
void SetKnowledgeBaseId(KnowledgeBaseIdT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetKnowledgeBaseArn() const
const Aws::String & GetKnowledgeBaseId() const
AWS_QUICKSIGHT_API BatchDeleteKnowledgeBaseSuccess(Aws::Utils::Json::JsonView jsonValue)
BatchDeleteKnowledgeBaseSuccess & WithKnowledgeBaseArn(KnowledgeBaseArnT &&value)
bool KnowledgeBaseIdHasBeenSet() const
AWS_QUICKSIGHT_API BatchDeleteKnowledgeBaseSuccess()=default
AWS_QUICKSIGHT_API BatchDeleteKnowledgeBaseSuccess & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue