@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSubscriptionsByTopicRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Input for ListSubscriptionsByTopic action.
NOOP
Constructor and Description |
---|
ListSubscriptionsByTopicRequest()
Default constructor for ListSubscriptionsByTopicRequest object.
|
ListSubscriptionsByTopicRequest(String topicArn)
Constructs a new ListSubscriptionsByTopicRequest object.
|
ListSubscriptionsByTopicRequest(String topicArn,
String nextToken)
Constructs a new ListSubscriptionsByTopicRequest object.
|
Modifier and Type | Method and Description |
---|---|
ListSubscriptionsByTopicRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
Token returned by the previous
ListSubscriptionsByTopic request. |
String |
getTopicArn()
The ARN of the topic for which you wish to find subscriptions.
|
int |
hashCode() |
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()
Returns a string representation of this object; useful for testing and debugging.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public ListSubscriptionsByTopicRequest()
public ListSubscriptionsByTopicRequest(String topicArn)
topicArn
- The ARN of the topic for which you wish to find subscriptions.public ListSubscriptionsByTopicRequest(String topicArn, String nextToken)
topicArn
- The ARN of the topic for which you wish to find subscriptions.nextToken
- Token returned by the previous ListSubscriptionsByTopic
request.public void setTopicArn(String topicArn)
The ARN of the topic for which you wish to find subscriptions.
topicArn
- The ARN of the topic for which you wish to find subscriptions.public String getTopicArn()
The ARN of the topic for which you wish to find subscriptions.
public ListSubscriptionsByTopicRequest withTopicArn(String topicArn)
The ARN of the topic for which you wish to find subscriptions.
topicArn
- The ARN of the topic for which you wish to find subscriptions.public void setNextToken(String nextToken)
Token returned by the previous ListSubscriptionsByTopic
request.
nextToken
- Token returned by the previous ListSubscriptionsByTopic
request.public String getNextToken()
Token returned by the previous ListSubscriptionsByTopic
request.
ListSubscriptionsByTopic
request.public ListSubscriptionsByTopicRequest withNextToken(String nextToken)
Token returned by the previous ListSubscriptionsByTopic
request.
nextToken
- Token returned by the previous ListSubscriptionsByTopic
request.public String toString()
toString
in class Object
Object.toString()
public ListSubscriptionsByTopicRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.