|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.sns.model.GetTopicAttributesRequest
public class GetTopicAttributesRequest
Get Topic Attributes Request
Constructor Summary | |
---|---|
GetTopicAttributesRequest()
Default constructor for a new GetTopicAttributesRequest object. |
|
GetTopicAttributesRequest(String topicArn)
Constructs a new GetTopicAttributesRequest object and initializes the specified object members. |
Method Summary | |
---|---|
String |
getTopicArn()
The ARN of the topic whose properties you want to get. |
void |
setTopicArn(String topicArn)
The ARN of the topic whose properties you want to get. |
String |
toString()
|
GetTopicAttributesRequest |
withTopicArn(String topicArn)
The ARN of the topic whose properties you want to get. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetTopicAttributesRequest()
public GetTopicAttributesRequest(String topicArn)
topicArn
- The ARN of the topic whose properties you want to get.Method Detail |
---|
public String getTopicArn()
public void setTopicArn(String topicArn)
topicArn
- The ARN of the topic whose properties you want to get.public GetTopicAttributesRequest withTopicArn(String topicArn)
Returns a reference to this object so that method calls can be chained together.
topicArn
- The ARN of the topic whose properties you want to get.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |