@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InsightSelector extends Object implements Serializable, Cloneable, StructuredPojo
A JSON string that contains a list of Insights types that are logged on a trail or event data store.
| Constructor and Description |
|---|
InsightSelector() |
| Modifier and Type | Method and Description |
|---|---|
InsightSelector |
clone() |
boolean |
equals(Object obj) |
String |
getInsightType()
The type of Insights events to log on a trail or event data store.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setInsightType(String insightType)
The type of Insights events to log on a trail or event data store.
|
String |
toString()
Returns a string representation of this object.
|
InsightSelector |
withInsightType(InsightType insightType)
The type of Insights events to log on a trail or event data store.
|
InsightSelector |
withInsightType(String insightType)
The type of Insights events to log on a trail or event data store.
|
public void setInsightType(String insightType)
The type of Insights events to log on a trail or event data store. ApiCallRateInsight and
ApiErrorRateInsight are valid Insight types.
The ApiCallRateInsight Insights type analyzes write-only management API calls that are aggregated
per minute against a baseline API call volume.
The ApiErrorRateInsight Insights type analyzes management API calls that result in error codes. The
error is shown if the API call is unsuccessful.
insightType - The type of Insights events to log on a trail or event data store. ApiCallRateInsight and
ApiErrorRateInsight are valid Insight types.
The ApiCallRateInsight Insights type analyzes write-only management API calls that are
aggregated per minute against a baseline API call volume.
The ApiErrorRateInsight Insights type analyzes management API calls that result in error
codes. The error is shown if the API call is unsuccessful.
InsightTypepublic String getInsightType()
The type of Insights events to log on a trail or event data store. ApiCallRateInsight and
ApiErrorRateInsight are valid Insight types.
The ApiCallRateInsight Insights type analyzes write-only management API calls that are aggregated
per minute against a baseline API call volume.
The ApiErrorRateInsight Insights type analyzes management API calls that result in error codes. The
error is shown if the API call is unsuccessful.
ApiCallRateInsight and
ApiErrorRateInsight are valid Insight types.
The ApiCallRateInsight Insights type analyzes write-only management API calls that are
aggregated per minute against a baseline API call volume.
The ApiErrorRateInsight Insights type analyzes management API calls that result in error
codes. The error is shown if the API call is unsuccessful.
InsightTypepublic InsightSelector withInsightType(String insightType)
The type of Insights events to log on a trail or event data store. ApiCallRateInsight and
ApiErrorRateInsight are valid Insight types.
The ApiCallRateInsight Insights type analyzes write-only management API calls that are aggregated
per minute against a baseline API call volume.
The ApiErrorRateInsight Insights type analyzes management API calls that result in error codes. The
error is shown if the API call is unsuccessful.
insightType - The type of Insights events to log on a trail or event data store. ApiCallRateInsight and
ApiErrorRateInsight are valid Insight types.
The ApiCallRateInsight Insights type analyzes write-only management API calls that are
aggregated per minute against a baseline API call volume.
The ApiErrorRateInsight Insights type analyzes management API calls that result in error
codes. The error is shown if the API call is unsuccessful.
InsightTypepublic InsightSelector withInsightType(InsightType insightType)
The type of Insights events to log on a trail or event data store. ApiCallRateInsight and
ApiErrorRateInsight are valid Insight types.
The ApiCallRateInsight Insights type analyzes write-only management API calls that are aggregated
per minute against a baseline API call volume.
The ApiErrorRateInsight Insights type analyzes management API calls that result in error codes. The
error is shown if the API call is unsuccessful.
insightType - The type of Insights events to log on a trail or event data store. ApiCallRateInsight and
ApiErrorRateInsight are valid Insight types.
The ApiCallRateInsight Insights type analyzes write-only management API calls that are
aggregated per minute against a baseline API call volume.
The ApiErrorRateInsight Insights type analyzes management API calls that result in error
codes. The error is shown if the API call is unsuccessful.
InsightTypepublic String toString()
toString in class ObjectObject.toString()public InsightSelector clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.