7#include <aws/sns/SNS_EXPORTS.h>
8#include <aws/sns/SNSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename TopicArnT = Aws::String>
49 void SetTopicArn(TopicArnT&& value) { m_topicArnHasBeenSet =
true; m_topicArn = std::forward<TopicArnT>(value); }
50 template<
typename TopicArnT = Aws::String>
60 template<
typename LabelT = Aws::String>
61 void SetLabel(LabelT&& value) { m_labelHasBeenSet =
true; m_label = std::forward<LabelT>(value); }
62 template<
typename LabelT = Aws::String>
68 bool m_topicArnHasBeenSet =
false;
71 bool m_labelHasBeenSet =
false;
bool TopicArnHasBeenSet() const
void SetTopicArn(TopicArnT &&value)
AWS_SNS_API Aws::String SerializePayload() const override
void SetLabel(LabelT &&value)
AWS_SNS_API RemovePermissionRequest()=default
AWS_SNS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
RemovePermissionRequest & WithLabel(LabelT &&value)
const Aws::String & GetTopicArn() const
RemovePermissionRequest & WithTopicArn(TopicArnT &&value)
bool LabelHasBeenSet() const
const Aws::String & GetLabel() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String