public class CreateTopicResult extends Object implements Serializable
Response from CreateTopic action.
Constructor and Description |
---|
CreateTopicResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getTopicArn()
The Amazon Resource Name (ARN) assigned to the created topic.
|
int |
hashCode() |
void |
setTopicArn(String topicArn)
The Amazon Resource Name (ARN) assigned to the created topic.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateTopicResult |
withTopicArn(String topicArn)
The Amazon Resource Name (ARN) assigned to the created topic.
|
public String getTopicArn()
public void setTopicArn(String topicArn)
topicArn
- The Amazon Resource Name (ARN) assigned to the created topic.public CreateTopicResult withTopicArn(String topicArn)
Returns a reference to this object so that method calls can be chained together.
topicArn
- The Amazon Resource Name (ARN) assigned to the created topic.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.