7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
38 template <
typename AwsAccountIdT = Aws::String>
40 m_awsAccountIdHasBeenSet =
true;
41 m_awsAccountId = std::forward<AwsAccountIdT>(value);
43 template <
typename AwsAccountIdT = Aws::String>
57 template <
typename TopicIdT = Aws::String>
59 m_topicIdHasBeenSet =
true;
60 m_topicId = std::forward<TopicIdT>(value);
62 template <
typename TopicIdT = Aws::String>
72 bool m_awsAccountIdHasBeenSet =
false;
73 bool m_topicIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_QUICKSIGHT_API DeleteTopicRequest()=default
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool TopicIdHasBeenSet() const
void SetTopicId(TopicIdT &&value)
DeleteTopicRequest & WithTopicId(TopicIdT &&value)
const Aws::String & GetTopicId() const
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetAwsAccountId() const
bool AwsAccountIdHasBeenSet() const
DeleteTopicRequest & WithAwsAccountId(AwsAccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String