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