7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sns/SNSRequest.h>
9#include <aws/sns/SNS_EXPORTS.h>
41 template <
typename TopicArnT = Aws::String>
43 m_topicArnHasBeenSet =
true;
44 m_topicArn = std::forward<TopicArnT>(value);
46 template <
typename TopicArnT = Aws::String>
54 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