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 SubscriptionArnT = Aws::String>
49 void SetSubscriptionArn(SubscriptionArnT&& value) { m_subscriptionArnHasBeenSet =
true; m_subscriptionArn = std::forward<SubscriptionArnT>(value); }
50 template<
typename SubscriptionArnT = Aws::String>
89 template<
typename AttributeNameT = Aws::String>
90 void SetAttributeName(AttributeNameT&& value) { m_attributeNameHasBeenSet =
true; m_attributeName = std::forward<AttributeNameT>(value); }
91 template<
typename AttributeNameT = Aws::String>
101 template<
typename AttributeValueT = Aws::String>
102 void SetAttributeValue(AttributeValueT&& value) { m_attributeValueHasBeenSet =
true; m_attributeValue = std::forward<AttributeValueT>(value); }
103 template<
typename AttributeValueT = Aws::String>
109 bool m_subscriptionArnHasBeenSet =
false;
112 bool m_attributeNameHasBeenSet =
false;
115 bool m_attributeValueHasBeenSet =
false;
void SetAttributeValue(AttributeValueT &&value)
void SetSubscriptionArn(SubscriptionArnT &&value)
void SetAttributeName(AttributeNameT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAttributeValue() const
bool AttributeValueHasBeenSet() const
AWS_SNS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool SubscriptionArnHasBeenSet() const
const Aws::String & GetSubscriptionArn() const
SetSubscriptionAttributesRequest & WithSubscriptionArn(SubscriptionArnT &&value)
SetSubscriptionAttributesRequest & WithAttributeValue(AttributeValueT &&value)
AWS_SNS_API SetSubscriptionAttributesRequest()=default
const Aws::String & GetAttributeName() const
SetSubscriptionAttributesRequest & WithAttributeName(AttributeNameT &&value)
bool AttributeNameHasBeenSet() const
AWS_SNS_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String