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 SubscriptionArnT = Aws::String>
46 m_subscriptionArnHasBeenSet =
true;
47 m_subscriptionArn = std::forward<SubscriptionArnT>(value);
49 template <
typename SubscriptionArnT = Aws::String>
91 template <
typename AttributeNameT = Aws::String>
93 m_attributeNameHasBeenSet =
true;
94 m_attributeName = std::forward<AttributeNameT>(value);
96 template <
typename AttributeNameT = Aws::String>
109 template <
typename AttributeValueT = Aws::String>
111 m_attributeValueHasBeenSet =
true;
112 m_attributeValue = std::forward<AttributeValueT>(value);
114 template <
typename AttributeValueT = Aws::String>
126 bool m_subscriptionArnHasBeenSet =
false;
127 bool m_attributeNameHasBeenSet =
false;
128 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