Package com.amazonaws.services.sns.model
Class CreateTopicResult
java.lang.Object
com.amazonaws.services.sns.model.CreateTopicResult
- All Implemented Interfaces:
Serializable
,Cloneable
Response from CreateTopic action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
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.toString()
Returns a string representation of this object; useful for testing and debugging.withTopicArn
(String topicArn) The Amazon Resource Name (ARN) assigned to the created topic.
-
Constructor Details
-
CreateTopicResult
public CreateTopicResult()
-
-
Method Details
-
setTopicArn
The Amazon Resource Name (ARN) assigned to the created topic.
- Parameters:
topicArn
- The Amazon Resource Name (ARN) assigned to the created topic.
-
getTopicArn
The Amazon Resource Name (ARN) assigned to the created topic.
- Returns:
- The Amazon Resource Name (ARN) assigned to the created topic.
-
withTopicArn
The Amazon Resource Name (ARN) assigned to the created topic.
- Parameters:
topicArn
- The Amazon Resource Name (ARN) assigned to the created topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-