7#include <aws/sns/SNS_EXPORTS.h>
8#include <aws/sns/SNSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename TopicArnT = Aws::String>
46 void SetTopicArn(TopicArnT&& value) { m_topicArnHasBeenSet =
true; m_topicArn = std::forward<TopicArnT>(value); }
47 template<
typename TopicArnT = Aws::String>
53 bool m_topicArnHasBeenSet =
false;
AWS_SNS_API Aws::String SerializePayload() const override
AWS_SNS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetTopicArn(TopicArnT &&value)
DeleteTopicRequest & WithTopicArn(TopicArnT &&value)
AWS_SNS_API DeleteTopicRequest()=default
bool TopicArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetTopicArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String