com.amazonaws.services.sns.model
Class CreateTopicResult

java.lang.Object
  extended by com.amazonaws.services.sns.model.CreateTopicResult
All Implemented Interfaces:
java.io.Serializable

public class CreateTopicResult
extends java.lang.Object
implements java.io.Serializable

Response from CreateTopic action.

See Also:
Serialized Form

Constructor Summary
CreateTopicResult()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getTopicArn()
          The Amazon Resource Name (ARN) assigned to the created topic.
 int hashCode()
           
 void setTopicArn(java.lang.String topicArn)
          The Amazon Resource Name (ARN) assigned to the created topic.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 CreateTopicResult withTopicArn(java.lang.String topicArn)
          The Amazon Resource Name (ARN) assigned to the created topic.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateTopicResult

public CreateTopicResult()
Method Detail

getTopicArn

public java.lang.String getTopicArn()
The Amazon Resource Name (ARN) assigned to the created topic.

Returns:
The Amazon Resource Name (ARN) assigned to the created topic.

setTopicArn

public void setTopicArn(java.lang.String topicArn)
The Amazon Resource Name (ARN) assigned to the created topic.

Parameters:
topicArn - The Amazon Resource Name (ARN) assigned to the created topic.

withTopicArn

public CreateTopicResult withTopicArn(java.lang.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.

Parameters:
topicArn - The Amazon Resource Name (ARN) assigned to the created topic.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.