|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.sns.model.GetTopicAttributesResult
public class GetTopicAttributesResult
Get Topic Attributes Result
| Constructor Summary | |
|---|---|
GetTopicAttributesResult()
|
|
| Method Summary | |
|---|---|
Map<String,String> |
getAttributes()
A map of the topic's attributes. |
void |
setAttributes(Map<String,String> attributes)
A map of the topic's attributes. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetTopicAttributesResult |
withAttributes(Map<String,String> attributes)
A map of the topic's attributes. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GetTopicAttributesResult()
| Method Detail |
|---|
public Map<String,String> getAttributes()
public void setAttributes(Map<String,String> attributes)
attributes - A map of the topic's attributes. Attributes in this map include the
following: public GetTopicAttributesResult withAttributes(Map<String,String> attributes)
Returns a reference to this object so that method calls can be chained together.
attributes - A map of the topic's attributes. Attributes in this map include the
following: public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||