@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInsightsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListInsightsResult() |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
nextToken - public String getNextToken()
public ListInsightsResult withNextToken(String nextToken)
nextToken - public List<ProactiveInsightSummary> getProactiveInsights()
public void setProactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)
proactiveInsights - public ListInsightsResult withProactiveInsights(ProactiveInsightSummary... proactiveInsights)
NOTE: This method appends the values to the existing list (if any). Use
setProactiveInsights(java.util.Collection) or withProactiveInsights(java.util.Collection) if
you want to override the existing values.
proactiveInsights - public ListInsightsResult withProactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)
proactiveInsights - public List<ReactiveInsightSummary> getReactiveInsights()
public void setReactiveInsights(Collection<ReactiveInsightSummary> reactiveInsights)
reactiveInsights - public ListInsightsResult withReactiveInsights(ReactiveInsightSummary... reactiveInsights)
NOTE: This method appends the values to the existing list (if any). Use
setReactiveInsights(java.util.Collection) or withReactiveInsights(java.util.Collection) if you
want to override the existing values.
reactiveInsights - public ListInsightsResult withReactiveInsights(Collection<ReactiveInsightSummary> reactiveInsights)
reactiveInsights - public String toString()
toString in class ObjectObject.toString()public ListInsightsResult clone()
Copyright © 2020. All rights reserved.