public class TopicAttributes extends Object implements Serializable
Constructor and Description |
---|
TopicAttributes() |
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName() |
String |
getAttributeValue() |
String |
getTopicArn() |
void |
setAttributeName(String attributeName) |
void |
setAttributeValue(String attributeValue) |
void |
setTopicArn(String topicArn) |
@NotNull public String getAttributeName()
public void setAttributeName(@NotNull String attributeName)
@Nullable public String getAttributeValue()
public void setAttributeValue(@Nullable String attributeValue)
@NotNull public String getTopicArn()
public void setTopicArn(@NotNull String topicArn)
Copyright © 2010–2016. All rights reserved.