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()
The Amazon Resource Name (ARN) assigned to the created topic.
The Amazon Resource Name (ARN) assigned to the created topic.
public void setTopicArn(String topicArn)
The Amazon Resource Name (ARN) assigned to the created topic.
topicArn - The Amazon Resource Name (ARN) assigned to the created topic.
public CreateTopicResult withTopicArn(String topicArn)
The Amazon Resource Name (ARN) assigned to the created topic.
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 ObjectObject.toString()Copyright © 2020. All rights reserved.