@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnomaliesForInsightResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAnomaliesForInsightResult() |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
nextToken - public String getNextToken()
public ListAnomaliesForInsightResult withNextToken(String nextToken)
nextToken - public List<ProactiveAnomalySummary> getProactiveAnomalies()
public void setProactiveAnomalies(Collection<ProactiveAnomalySummary> proactiveAnomalies)
proactiveAnomalies - public ListAnomaliesForInsightResult withProactiveAnomalies(ProactiveAnomalySummary... proactiveAnomalies)
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 - public ListAnomaliesForInsightResult withProactiveAnomalies(Collection<ProactiveAnomalySummary> proactiveAnomalies)
proactiveAnomalies - public List<ReactiveAnomalySummary> getReactiveAnomalies()
public void setReactiveAnomalies(Collection<ReactiveAnomalySummary> reactiveAnomalies)
reactiveAnomalies - public ListAnomaliesForInsightResult withReactiveAnomalies(ReactiveAnomalySummary... reactiveAnomalies)
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 - public ListAnomaliesForInsightResult withReactiveAnomalies(Collection<ReactiveAnomalySummary> reactiveAnomalies)
reactiveAnomalies - public String toString()
toString in class ObjectObject.toString()public ListAnomaliesForInsightResult clone()
Copyright © 2020. All rights reserved.