@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnomaliesForInsightResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAnomaliesForInsightResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAnomaliesForInsightResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination token to use to retrieve the next page of results for this operation.
|
List<ProactiveAnomalySummary> |
getProactiveAnomalies()
An array of
ProactiveAnomalySummary objects that represent the requested anomalies |
List<ReactiveAnomalySummary> |
getReactiveAnomalies()
An array of
ReactiveAnomalySummary objects that represent the requested anomalies |
int |
hashCode() |
void |
setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
void |
setProactiveAnomalies(Collection<ProactiveAnomalySummary> proactiveAnomalies)
An array of
ProactiveAnomalySummary objects that represent the requested anomalies |
void |
setReactiveAnomalies(Collection<ReactiveAnomalySummary> reactiveAnomalies)
An array of
ReactiveAnomalySummary objects that represent the requested anomalies |
String |
toString()
Returns a string representation of this object.
|
ListAnomaliesForInsightResult |
withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
ListAnomaliesForInsightResult |
withProactiveAnomalies(Collection<ProactiveAnomalySummary> proactiveAnomalies)
An array of
ProactiveAnomalySummary objects that represent the requested anomalies |
ListAnomaliesForInsightResult |
withProactiveAnomalies(ProactiveAnomalySummary... proactiveAnomalies)
An array of
ProactiveAnomalySummary objects that represent the requested anomalies |
ListAnomaliesForInsightResult |
withReactiveAnomalies(Collection<ReactiveAnomalySummary> reactiveAnomalies)
An array of
ReactiveAnomalySummary objects that represent the requested anomalies |
ListAnomaliesForInsightResult |
withReactiveAnomalies(ReactiveAnomalySummary... reactiveAnomalies)
An array of
ReactiveAnomalySummary objects that represent the requested anomalies |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ProactiveAnomalySummary> getProactiveAnomalies()
An array of ProactiveAnomalySummary objects that represent the requested anomalies
ProactiveAnomalySummary objects that represent the requested anomaliespublic void setProactiveAnomalies(Collection<ProactiveAnomalySummary> proactiveAnomalies)
An array of ProactiveAnomalySummary objects that represent the requested anomalies
proactiveAnomalies - An array of ProactiveAnomalySummary objects that represent the requested anomaliespublic ListAnomaliesForInsightResult withProactiveAnomalies(ProactiveAnomalySummary... proactiveAnomalies)
An array of ProactiveAnomalySummary objects that represent the requested anomalies
NOTE: This method appends the values to the existing list (if any). Use
setProactiveAnomalies(java.util.Collection) or withProactiveAnomalies(java.util.Collection) if
you want to override the existing values.
proactiveAnomalies - An array of ProactiveAnomalySummary objects that represent the requested anomaliespublic ListAnomaliesForInsightResult withProactiveAnomalies(Collection<ProactiveAnomalySummary> proactiveAnomalies)
An array of ProactiveAnomalySummary objects that represent the requested anomalies
proactiveAnomalies - An array of ProactiveAnomalySummary objects that represent the requested anomaliespublic List<ReactiveAnomalySummary> getReactiveAnomalies()
An array of ReactiveAnomalySummary objects that represent the requested anomalies
ReactiveAnomalySummary objects that represent the requested anomaliespublic void setReactiveAnomalies(Collection<ReactiveAnomalySummary> reactiveAnomalies)
An array of ReactiveAnomalySummary objects that represent the requested anomalies
reactiveAnomalies - An array of ReactiveAnomalySummary objects that represent the requested anomaliespublic ListAnomaliesForInsightResult withReactiveAnomalies(ReactiveAnomalySummary... reactiveAnomalies)
An array of ReactiveAnomalySummary objects that represent the requested anomalies
NOTE: This method appends the values to the existing list (if any). Use
setReactiveAnomalies(java.util.Collection) or withReactiveAnomalies(java.util.Collection) if
you want to override the existing values.
reactiveAnomalies - An array of ReactiveAnomalySummary objects that represent the requested anomaliespublic ListAnomaliesForInsightResult withReactiveAnomalies(Collection<ReactiveAnomalySummary> reactiveAnomalies)
An array of ReactiveAnomalySummary objects that represent the requested anomalies
reactiveAnomalies - An array of ReactiveAnomalySummary objects that represent the requested anomaliespublic void setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more
pages, this value is null.public String getNextToken()
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
public ListAnomaliesForInsightResult withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more
pages, this value is null.public String toString()
toString in class ObjectObject.toString()public ListAnomaliesForInsightResult clone()