7#include <aws/sns/SNS_EXPORTS.h>
8#include <aws/sns/SNSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetTopicArn(
const char* value) { m_topicArnHasBeenSet =
true; m_topicArn.assign(value); }
164 inline void SetAttributeName(
const char* value) { m_attributeNameHasBeenSet =
true; m_attributeName.assign(value); }
178 inline void SetAttributeValue(
const char* value) { m_attributeValueHasBeenSet =
true; m_attributeValue.assign(value); }
186 bool m_topicArnHasBeenSet =
false;
189 bool m_attributeNameHasBeenSet =
false;
192 bool m_attributeValueHasBeenSet =
false;
const Aws::String & GetAttributeName() const
const Aws::String & GetTopicArn() const
SetTopicAttributesRequest & WithAttributeValue(Aws::String &&value)
SetTopicAttributesRequest & WithTopicArn(const Aws::String &value)
void SetAttributeName(Aws::String &&value)
void SetTopicArn(Aws::String &&value)
void SetAttributeValue(Aws::String &&value)
SetTopicAttributesRequest & WithTopicArn(Aws::String &&value)
SetTopicAttributesRequest & WithAttributeName(Aws::String &&value)
void SetAttributeName(const Aws::String &value)
AWS_SNS_API Aws::String SerializePayload() const override
const Aws::String & GetAttributeValue() const
virtual const char * GetServiceRequestName() const override
bool AttributeValueHasBeenSet() const
SetTopicAttributesRequest & WithAttributeName(const Aws::String &value)
void SetAttributeValue(const Aws::String &value)
bool TopicArnHasBeenSet() const
void SetAttributeName(const char *value)
void SetTopicArn(const char *value)
bool AttributeNameHasBeenSet() const
SetTopicAttributesRequest & WithAttributeValue(const Aws::String &value)
void SetAttributeValue(const char *value)
SetTopicAttributesRequest & WithAttributeValue(const char *value)
SetTopicAttributesRequest & WithTopicArn(const char *value)
SetTopicAttributesRequest & WithAttributeName(const char *value)
void SetTopicArn(const Aws::String &value)
AWS_SNS_API SetTopicAttributesRequest()
AWS_SNS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String