@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateInsightRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateInsightRequest() |
Modifier and Type | Method and Description |
---|---|
CreateInsightRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
AwsSecurityFindingFilters |
getFilters()
A collection of attributes that are applied to all active Security Hub-aggregated findings and that result in a
subset of findings that are included in this insight.
|
String |
getGroupByAttribute()
The attribute by which the insight's findings are grouped.
|
String |
getName()
The user-defined name that identifies the insight that you want to create.
|
int |
hashCode() |
void |
setFilters(AwsSecurityFindingFilters filters)
A collection of attributes that are applied to all active Security Hub-aggregated findings and that result in a
subset of findings that are included in this insight.
|
void |
setGroupByAttribute(String groupByAttribute)
The attribute by which the insight's findings are grouped.
|
void |
setName(String name)
The user-defined name that identifies the insight that you want to create.
|
String |
toString()
Returns a string representation of this object.
|
CreateInsightRequest |
withFilters(AwsSecurityFindingFilters filters)
A collection of attributes that are applied to all active Security Hub-aggregated findings and that result in a
subset of findings that are included in this insight.
|
CreateInsightRequest |
withGroupByAttribute(String groupByAttribute)
The attribute by which the insight's findings are grouped.
|
CreateInsightRequest |
withName(String name)
The user-defined name that identifies the insight that you want to create.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setName(String name)
The user-defined name that identifies the insight that you want to create.
name
- The user-defined name that identifies the insight that you want to create.public String getName()
The user-defined name that identifies the insight that you want to create.
public CreateInsightRequest withName(String name)
The user-defined name that identifies the insight that you want to create.
name
- The user-defined name that identifies the insight that you want to create.public void setFilters(AwsSecurityFindingFilters filters)
A collection of attributes that are applied to all active Security Hub-aggregated findings and that result in a subset of findings that are included in this insight.
filters
- A collection of attributes that are applied to all active Security Hub-aggregated findings and that result
in a subset of findings that are included in this insight.public AwsSecurityFindingFilters getFilters()
A collection of attributes that are applied to all active Security Hub-aggregated findings and that result in a subset of findings that are included in this insight.
public CreateInsightRequest withFilters(AwsSecurityFindingFilters filters)
A collection of attributes that are applied to all active Security Hub-aggregated findings and that result in a subset of findings that are included in this insight.
filters
- A collection of attributes that are applied to all active Security Hub-aggregated findings and that result
in a subset of findings that are included in this insight.public void setGroupByAttribute(String groupByAttribute)
The attribute by which the insight's findings are grouped. This attribute is used as a findings aggregator for the purposes of viewing and managing multiple related findings under a single operand.
groupByAttribute
- The attribute by which the insight's findings are grouped. This attribute is used as a findings aggregator
for the purposes of viewing and managing multiple related findings under a single operand.public String getGroupByAttribute()
The attribute by which the insight's findings are grouped. This attribute is used as a findings aggregator for the purposes of viewing and managing multiple related findings under a single operand.
public CreateInsightRequest withGroupByAttribute(String groupByAttribute)
The attribute by which the insight's findings are grouped. This attribute is used as a findings aggregator for the purposes of viewing and managing multiple related findings under a single operand.
groupByAttribute
- The attribute by which the insight's findings are grouped. This attribute is used as a findings aggregator
for the purposes of viewing and managing multiple related findings under a single operand.public String toString()
toString
in class Object
Object.toString()
public CreateInsightRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.