|
|||||||
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
Container for the parameters to the GetTopicAttributes operation
.
The GetTopicAttribtues action returns all of the properties of a topic customers have created. Topic properties returned might differ based on the authorization of the user.
AmazonSNS.getTopicAttributes(GetTopicAttributesRequest)
Constructor Summary | |
---|---|
GetTopicAttributesRequest()
Default constructor for a new GetTopicAttributesRequest object. |
|
GetTopicAttributesRequest(String topicArn)
Constructs a new GetTopicAttributesRequest object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getTopicArn()
The ARN of the topic whose properties you want to get. |
int |
hashCode()
|
void |
setTopicArn(String topicArn)
The ARN of the topic whose properties you want to get. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetTopicAttributesRequest |
withTopicArn(String topicArn)
The ARN of the topic whose properties you want to get. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, 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
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |