@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnomaliesForInsightRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAnomaliesForInsightRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAnomaliesForInsightRequest |
clone() |
boolean |
equals(Object obj) |
String |
getInsightId()
The ID of the insight.
|
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.
|
StartTimeRange |
getStartTimeRange()
A time range used to specify when the requested anomalies started.
|
int |
hashCode() |
void |
setInsightId(String insightId)
The ID of the insight.
|
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 |
setStartTimeRange(StartTimeRange startTimeRange)
A time range used to specify when the requested anomalies started.
|
String |
toString()
Returns a string representation of this object.
|
ListAnomaliesForInsightRequest |
withInsightId(String insightId)
The ID of the insight.
|
ListAnomaliesForInsightRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListAnomaliesForInsightRequest |
withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
ListAnomaliesForInsightRequest |
withStartTimeRange(StartTimeRange startTimeRange)
A time range used to specify when the requested anomalies started.
|
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 setInsightId(String insightId)
The ID of the insight. The returned anomalies belong to this insight.
insightId - The ID of the insight. The returned anomalies belong to this insight.public String getInsightId()
The ID of the insight. The returned anomalies belong to this insight.
public ListAnomaliesForInsightRequest withInsightId(String insightId)
The ID of the insight. The returned anomalies belong to this insight.
insightId - The ID of the insight. The returned anomalies belong to this insight.public void setStartTimeRange(StartTimeRange startTimeRange)
A time range used to specify when the requested anomalies started. All returned anomalies started during this time range.
startTimeRange - A time range used to specify when the requested anomalies started. All returned anomalies started during
this time range.public StartTimeRange getStartTimeRange()
A time range used to specify when the requested anomalies started. All returned anomalies started during this time range.
public ListAnomaliesForInsightRequest withStartTimeRange(StartTimeRange startTimeRange)
A time range used to specify when the requested anomalies started. All returned anomalies started during this time range.
startTimeRange - A time range used to specify when the requested anomalies started. All returned anomalies started during
this time range.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 ListAnomaliesForInsightRequest 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 ListAnomaliesForInsightRequest 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 ObjectObject.toString()public ListAnomaliesForInsightRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.