@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAlertsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAlertsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAlertsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Upper bound on number of records to return.
|
String |
getNextToken()
Pagination token from the GET list request.
|
String |
getResourceArn()
The Amazon Resource Name (ARN) of the resource.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Upper bound on number of records to return.
|
void |
setNextToken(String nextToken)
Pagination token from the GET list request.
|
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
|
String |
toString()
Returns a string representation of this object.
|
ListAlertsRequest |
withMaxResults(Integer maxResults)
Upper bound on number of records to return.
|
ListAlertsRequest |
withNextToken(String nextToken)
Pagination token from the GET list request.
|
ListAlertsRequest |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setMaxResults(Integer maxResults)
Upper bound on number of records to return. The maximum number of results is 100.
maxResults - Upper bound on number of records to return. The maximum number of results is 100.public Integer getMaxResults()
Upper bound on number of records to return. The maximum number of results is 100.
public ListAlertsRequest withMaxResults(Integer maxResults)
Upper bound on number of records to return. The maximum number of results is 100.
maxResults - Upper bound on number of records to return. The maximum number of results is 100.public void setNextToken(String nextToken)
Pagination token from the GET list request. Use the token to fetch the next page of results.
nextToken - Pagination token from the GET list request. Use the token to fetch the next page of results.public String getNextToken()
Pagination token from the GET list request. Use the token to fetch the next page of results.
public ListAlertsRequest withNextToken(String nextToken)
Pagination token from the GET list request. Use the token to fetch the next page of results.
nextToken - Pagination token from the GET list request. Use the token to fetch the next page of results.public void setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
resourceArn - The Amazon Resource Name (ARN) of the resource.public String getResourceArn()
The Amazon Resource Name (ARN) of the resource.
public ListAlertsRequest withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
resourceArn - The Amazon Resource Name (ARN) of the resource.public String toString()
toString in class ObjectObject.toString()public ListAlertsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.