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>
63 template <
typename TokenT = Aws::String>
65 m_tokenHasBeenSet =
true;
66 m_token = std::forward<TokenT>(value);
68 template <
typename TokenT = Aws::String>
70 SetToken(std::forward<TokenT>(value));
85 template <
typename AuthenticateOnUnsubscribeT = Aws::String>
87 m_authenticateOnUnsubscribeHasBeenSet =
true;
88 m_authenticateOnUnsubscribe = std::forward<AuthenticateOnUnsubscribeT>(value);
90 template <
typename AuthenticateOnUnsubscribeT = Aws::String>
102 bool m_topicArnHasBeenSet =
false;
103 bool m_tokenHasBeenSet =
false;
104 bool m_authenticateOnUnsubscribeHasBeenSet =
false;
AWS_SNS_API ConfirmSubscriptionRequest()=default
AWS_SNS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
ConfirmSubscriptionRequest & WithTopicArn(TopicArnT &&value)
void SetToken(TokenT &&value)
bool TokenHasBeenSet() const
ConfirmSubscriptionRequest & WithAuthenticateOnUnsubscribe(AuthenticateOnUnsubscribeT &&value)
const Aws::String & GetTopicArn() const
const Aws::String & GetToken() const
const Aws::String & GetAuthenticateOnUnsubscribe() const
AWS_SNS_API Aws::String SerializePayload() const override
bool TopicArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool AuthenticateOnUnsubscribeHasBeenSet() const
void SetTopicArn(TopicArnT &&value)
void SetAuthenticateOnUnsubscribe(AuthenticateOnUnsubscribeT &&value)
ConfirmSubscriptionRequest & WithToken(TokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String