|
||||||||||
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.ListSubscriptionsByTopicRequest
public class ListSubscriptionsByTopicRequest
List Subscriptions By Topic Request
Constructor Summary | |
---|---|
ListSubscriptionsByTopicRequest()
Default constructor for a new ListSubscriptionsByTopicRequest object. |
|
ListSubscriptionsByTopicRequest(String topicArn)
Constructs a new ListSubscriptionsByTopicRequest object and initializes the specified object members. |
Method Summary | |
---|---|
String |
getNextToken()
Token returned by the previous ListSubscriptionsByTopic request. |
String |
getTopicArn()
The ARN of the topic for which you wish to find subscriptions. |
void |
setNextToken(String nextToken)
Token returned by the previous ListSubscriptionsByTopic request. |
void |
setTopicArn(String topicArn)
The ARN of the topic for which you wish to find subscriptions. |
String |
toString()
|
ListSubscriptionsByTopicRequest |
withNextToken(String nextToken)
Token returned by the previous ListSubscriptionsByTopic request. |
ListSubscriptionsByTopicRequest |
withTopicArn(String topicArn)
The ARN of the topic for which you wish to find subscriptions. |
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 ListSubscriptionsByTopicRequest()
public ListSubscriptionsByTopicRequest(String topicArn)
topicArn
- The ARN of the topic for which you wish to find
subscriptions.Method Detail |
---|
public String getTopicArn()
public void setTopicArn(String topicArn)
topicArn
- The ARN of the topic for which you wish to find subscriptions.public ListSubscriptionsByTopicRequest withTopicArn(String topicArn)
Returns a reference to this object so that method calls can be chained together.
topicArn
- The ARN of the topic for which you wish to find subscriptions.
public String getNextToken()
public void setNextToken(String nextToken)
nextToken
- Token returned by the previous ListSubscriptionsByTopic request.public ListSubscriptionsByTopicRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken
- Token returned by the previous ListSubscriptionsByTopic request.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |