com.amazonaws.services.sns.model
Class ListTopicsRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.sns.model.ListTopicsRequest

public class ListTopicsRequest
extends AmazonWebServiceRequest

List Topics Request


Constructor Summary
ListTopicsRequest()
          Default constructor for a new ListTopicsRequest object.
 
Method Summary
 String getNextToken()
          Token returned by the previous ListTopics request.
 void setNextToken(String nextToken)
          Token returned by the previous ListTopics request.
 String toString()
           
 ListTopicsRequest withNextToken(String nextToken)
          Token returned by the previous ListTopics request.
 
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

ListTopicsRequest

public ListTopicsRequest()
Default constructor for a new ListTopicsRequest object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.

Method Detail

getNextToken

public String getNextToken()
Token returned by the previous ListTopics request.

Returns:
Token returned by the previous ListTopics request.

setNextToken

public void setNextToken(String nextToken)
Token returned by the previous ListTopics request.

Parameters:
nextToken - Token returned by the previous ListTopics request.

withNextToken

public ListTopicsRequest withNextToken(String nextToken)
Token returned by the previous ListTopics request.

Returns a reference to this object so that method calls can be chained together.

Parameters:
nextToken - Token returned by the previous ListTopics request.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


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