public class ListEventSubscriptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListEventSubscriptionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListEventSubscriptionsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
You can use this parameter to indicate the maximum number of items you
want in the response.
|
String |
getNextToken()
You can use this parameter when paginating results.
|
String |
getResourceArn()
The ARN of the assessment template for which you want to list the
existing event subscriptions.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you
want in the response.
|
void |
setNextToken(String nextToken)
You can use this parameter when paginating results.
|
void |
setResourceArn(String resourceArn)
The ARN of the assessment template for which you want to list the
existing event subscriptions.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListEventSubscriptionsRequest |
withMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you
want in the response.
|
ListEventSubscriptionsRequest |
withNextToken(String nextToken)
You can use this parameter when paginating results.
|
ListEventSubscriptionsRequest |
withResourceArn(String resourceArn)
The ARN of the assessment template for which you want to list the
existing event subscriptions.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setResourceArn(String resourceArn)
The ARN of the assessment template for which you want to list the existing event subscriptions.
resourceArn
- The ARN of the assessment template for which you want to list the
existing event subscriptions.public String getResourceArn()
The ARN of the assessment template for which you want to list the existing event subscriptions.
public ListEventSubscriptionsRequest withResourceArn(String resourceArn)
The ARN of the assessment template for which you want to list the existing event subscriptions.
resourceArn
- The ARN of the assessment template for which you want to list the
existing event subscriptions.public void setNextToken(String nextToken)
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListEventSubscriptions action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
nextToken
- You can use this parameter when paginating results. Set the value
of this parameter to null on your first call to the
ListEventSubscriptions action. Subsequent calls to the
action fill nextToken in the request with the value of
NextToken from the previous response to continue listing
data.public String getNextToken()
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListEventSubscriptions action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
public ListEventSubscriptionsRequest withNextToken(String nextToken)
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListEventSubscriptions action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
nextToken
- You can use this parameter when paginating results. Set the value
of this parameter to null on your first call to the
ListEventSubscriptions action. Subsequent calls to the
action fill nextToken in the request with the value of
NextToken from the previous response to continue listing
data.public void setMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 10. The maximum value is 500.
maxResults
- You can use this parameter to indicate the maximum number of items
you want in the response. The default value is 10. The maximum
value is 500.public Integer getMaxResults()
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 10. The maximum value is 500.
public ListEventSubscriptionsRequest withMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 10. The maximum value is 500.
maxResults
- You can use this parameter to indicate the maximum number of items
you want in the response. The default value is 10. The maximum
value is 500.public String toString()
toString
in class Object
Object.toString()
public ListEventSubscriptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2018. All rights reserved.