@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetInsightEventsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetInsightEventsResult() |
Modifier and Type | Method and Description |
---|---|
GetInsightEventsResult |
clone() |
boolean |
equals(Object obj) |
List<InsightEvent> |
getInsightEvents()
A detailed description of the event.
|
String |
getNextToken()
Use this token to retrieve the next page of insight events.
|
int |
hashCode() |
void |
setInsightEvents(Collection<InsightEvent> insightEvents)
A detailed description of the event.
|
void |
setNextToken(String nextToken)
Use this token to retrieve the next page of insight events.
|
String |
toString()
Returns a string representation of this object.
|
GetInsightEventsResult |
withInsightEvents(Collection<InsightEvent> insightEvents)
A detailed description of the event.
|
GetInsightEventsResult |
withInsightEvents(InsightEvent... insightEvents)
A detailed description of the event.
|
GetInsightEventsResult |
withNextToken(String nextToken)
Use this token to retrieve the next page of insight events.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<InsightEvent> getInsightEvents()
A detailed description of the event. This includes the time of the event, client and root cause impact statistics, and the top anomalous service at the time of the event.
public void setInsightEvents(Collection<InsightEvent> insightEvents)
A detailed description of the event. This includes the time of the event, client and root cause impact statistics, and the top anomalous service at the time of the event.
insightEvents
- A detailed description of the event. This includes the time of the event, client and root cause impact
statistics, and the top anomalous service at the time of the event.public GetInsightEventsResult withInsightEvents(InsightEvent... insightEvents)
A detailed description of the event. This includes the time of the event, client and root cause impact statistics, and the top anomalous service at the time of the event.
NOTE: This method appends the values to the existing list (if any). Use
setInsightEvents(java.util.Collection)
or withInsightEvents(java.util.Collection)
if you want
to override the existing values.
insightEvents
- A detailed description of the event. This includes the time of the event, client and root cause impact
statistics, and the top anomalous service at the time of the event.public GetInsightEventsResult withInsightEvents(Collection<InsightEvent> insightEvents)
A detailed description of the event. This includes the time of the event, client and root cause impact statistics, and the top anomalous service at the time of the event.
insightEvents
- A detailed description of the event. This includes the time of the event, client and root cause impact
statistics, and the top anomalous service at the time of the event.public void setNextToken(String nextToken)
Use this token to retrieve the next page of insight events.
nextToken
- Use this token to retrieve the next page of insight events.public String getNextToken()
Use this token to retrieve the next page of insight events.
public GetInsightEventsResult withNextToken(String nextToken)
Use this token to retrieve the next page of insight events.
nextToken
- Use this token to retrieve the next page of insight events.public String toString()
toString
in class Object
Object.toString()
public GetInsightEventsResult clone()