@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetInsightSelectorsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetInsightSelectorsResult() |
Modifier and Type | Method and Description |
---|---|
GetInsightSelectorsResult |
clone() |
boolean |
equals(Object obj) |
List<InsightSelector> |
getInsightSelectors()
A JSON string that contains the insight types you want to log on a trail.
|
String |
getTrailARN()
The Amazon Resource Name (ARN) of a trail for which you want to get Insights selectors.
|
int |
hashCode() |
void |
setInsightSelectors(Collection<InsightSelector> insightSelectors)
A JSON string that contains the insight types you want to log on a trail.
|
void |
setTrailARN(String trailARN)
The Amazon Resource Name (ARN) of a trail for which you want to get Insights selectors.
|
String |
toString()
Returns a string representation of this object.
|
GetInsightSelectorsResult |
withInsightSelectors(Collection<InsightSelector> insightSelectors)
A JSON string that contains the insight types you want to log on a trail.
|
GetInsightSelectorsResult |
withInsightSelectors(InsightSelector... insightSelectors)
A JSON string that contains the insight types you want to log on a trail.
|
GetInsightSelectorsResult |
withTrailARN(String trailARN)
The Amazon Resource Name (ARN) of a trail for which you want to get Insights selectors.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTrailARN(String trailARN)
The Amazon Resource Name (ARN) of a trail for which you want to get Insights selectors.
trailARN
- The Amazon Resource Name (ARN) of a trail for which you want to get Insights selectors.public String getTrailARN()
The Amazon Resource Name (ARN) of a trail for which you want to get Insights selectors.
public GetInsightSelectorsResult withTrailARN(String trailARN)
The Amazon Resource Name (ARN) of a trail for which you want to get Insights selectors.
trailARN
- The Amazon Resource Name (ARN) of a trail for which you want to get Insights selectors.public List<InsightSelector> getInsightSelectors()
A JSON string that contains the insight types you want to log on a trail. In this release, only
ApiCallRateInsight
is supported as an insight type.
ApiCallRateInsight
is supported as an insight type.public void setInsightSelectors(Collection<InsightSelector> insightSelectors)
A JSON string that contains the insight types you want to log on a trail. In this release, only
ApiCallRateInsight
is supported as an insight type.
insightSelectors
- A JSON string that contains the insight types you want to log on a trail. In this release, only
ApiCallRateInsight
is supported as an insight type.public GetInsightSelectorsResult withInsightSelectors(InsightSelector... insightSelectors)
A JSON string that contains the insight types you want to log on a trail. In this release, only
ApiCallRateInsight
is supported as an insight type.
NOTE: This method appends the values to the existing list (if any). Use
setInsightSelectors(java.util.Collection)
or withInsightSelectors(java.util.Collection)
if you
want to override the existing values.
insightSelectors
- A JSON string that contains the insight types you want to log on a trail. In this release, only
ApiCallRateInsight
is supported as an insight type.public GetInsightSelectorsResult withInsightSelectors(Collection<InsightSelector> insightSelectors)
A JSON string that contains the insight types you want to log on a trail. In this release, only
ApiCallRateInsight
is supported as an insight type.
insightSelectors
- A JSON string that contains the insight types you want to log on a trail. In this release, only
ApiCallRateInsight
is supported as an insight type.public String toString()
toString
in class Object
Object.toString()
public GetInsightSelectorsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.