Java com.amazonaws.services.sns.model SetTopicAttributesRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.sns.model SetTopicAttributesRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.sns.model SetTopicAttributesRequest.

The text is from its open source code.

Constructor

SetTopicAttributesRequest(String topicArn, String attributeName, String attributeValue)
Constructs a new SetTopicAttributesRequest object.
SetTopicAttributesRequest()
Default constructor for SetTopicAttributesRequest object.

Method

StringgetAttributeName()

A map of attributes with their corresponding values.

StringgetAttributeValue()

The new value for the attribute.

StringgetTopicArn()

The ARN of the topic to modify.