7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 inline void SetAwsAccountId(
const char* value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId.assign(value); }
59 inline void SetTopicId(
const char* value) { m_topicIdHasBeenSet =
true; m_topicId.assign(value); }
67 bool m_awsAccountIdHasBeenSet =
false;
70 bool m_topicIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetTopicId(const char *value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool TopicIdHasBeenSet() const
void SetAwsAccountId(const Aws::String &value)
void SetAwsAccountId(const char *value)
DeleteTopicRequest & WithAwsAccountId(const Aws::String &value)
const Aws::String & GetTopicId() const
AWS_QUICKSIGHT_API DeleteTopicRequest()
void SetAwsAccountId(Aws::String &&value)
DeleteTopicRequest & WithAwsAccountId(const char *value)
DeleteTopicRequest & WithTopicId(const char *value)
DeleteTopicRequest & WithTopicId(const Aws::String &value)
void SetTopicId(const Aws::String &value)
DeleteTopicRequest & WithTopicId(Aws::String &&value)
DeleteTopicRequest & WithAwsAccountId(Aws::String &&value)
const Aws::String & GetAwsAccountId() const
bool AwsAccountIdHasBeenSet() const
void SetTopicId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String