@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInsightsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListInsightsRequest() |
Modifier and Type | Method and Description |
---|---|
ListInsightsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return with a single call.
|
String |
getNextToken()
The pagination token to use to retrieve the next page of results for this operation.
|
ListInsightsStatusFilter |
getStatusFilter()
A filter used to filter the returned insights by their status.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
void |
setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
void |
setStatusFilter(ListInsightsStatusFilter statusFilter)
A filter used to filter the returned insights by their status.
|
String |
toString()
Returns a string representation of this object.
|
ListInsightsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListInsightsRequest |
withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
ListInsightsRequest |
withStatusFilter(ListInsightsStatusFilter statusFilter)
A filter used to filter the returned insights by their status.
|
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 void setStatusFilter(ListInsightsStatusFilter statusFilter)
A filter used to filter the returned insights by their status. You can specify one status filter.
statusFilter
- A filter used to filter the returned insights by their status. You can specify one status filter.public ListInsightsStatusFilter getStatusFilter()
A filter used to filter the returned insights by their status. You can specify one status filter.
public ListInsightsRequest withStatusFilter(ListInsightsStatusFilter statusFilter)
A filter used to filter the returned insights by their status. You can specify one status filter.
statusFilter
- A filter used to filter the returned insights by their status. You can specify one status filter.public void setMaxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.public Integer getMaxResults()
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
nextToken
value.public ListInsightsRequest withMaxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.public void setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.public String getNextToken()
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
public ListInsightsRequest withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.public String toString()
toString
in class Object
Object.toString()
public ListInsightsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.