@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFilterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateFilterRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateFilterRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAction()
Specifies the action that is to be applied to the findings that match the filter.
|
String |
getDescription()
The description of the filter.
|
String |
getDetectorId()
The unique ID of the detector that specifies the GuardDuty service where you want to update a filter.
|
String |
getFilterName()
The name of the filter.
|
FindingCriteria |
getFindingCriteria()
Represents the criteria to be used in the filter for querying findings.
|
Integer |
getRank()
Specifies the position of the filter in the list of current filters.
|
int |
hashCode() |
void |
setAction(String action)
Specifies the action that is to be applied to the findings that match the filter.
|
void |
setDescription(String description)
The description of the filter.
|
void |
setDetectorId(String detectorId)
The unique ID of the detector that specifies the GuardDuty service where you want to update a filter.
|
void |
setFilterName(String filterName)
The name of the filter.
|
void |
setFindingCriteria(FindingCriteria findingCriteria)
Represents the criteria to be used in the filter for querying findings.
|
void |
setRank(Integer rank)
Specifies the position of the filter in the list of current filters.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateFilterRequest |
withAction(FilterAction action)
Specifies the action that is to be applied to the findings that match the filter.
|
UpdateFilterRequest |
withAction(String action)
Specifies the action that is to be applied to the findings that match the filter.
|
UpdateFilterRequest |
withDescription(String description)
The description of the filter.
|
UpdateFilterRequest |
withDetectorId(String detectorId)
The unique ID of the detector that specifies the GuardDuty service where you want to update a filter.
|
UpdateFilterRequest |
withFilterName(String filterName)
The name of the filter.
|
UpdateFilterRequest |
withFindingCriteria(FindingCriteria findingCriteria)
Represents the criteria to be used in the filter for querying findings.
|
UpdateFilterRequest |
withRank(Integer rank)
Specifies the position of the filter in the list of current filters.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setAction(String action)
action - Specifies the action that is to be applied to the findings that match the filter.FilterActionpublic String getAction()
FilterActionpublic UpdateFilterRequest withAction(String action)
action - Specifies the action that is to be applied to the findings that match the filter.FilterActionpublic UpdateFilterRequest withAction(FilterAction action)
action - Specifies the action that is to be applied to the findings that match the filter.FilterActionpublic void setDescription(String description)
description - The description of the filter.public String getDescription()
public UpdateFilterRequest withDescription(String description)
description - The description of the filter.public void setDetectorId(String detectorId)
detectorId - The unique ID of the detector that specifies the GuardDuty service where you want to update a filter.public String getDetectorId()
public UpdateFilterRequest withDetectorId(String detectorId)
detectorId - The unique ID of the detector that specifies the GuardDuty service where you want to update a filter.public void setFilterName(String filterName)
filterName - The name of the filter.public String getFilterName()
public UpdateFilterRequest withFilterName(String filterName)
filterName - The name of the filter.public void setFindingCriteria(FindingCriteria findingCriteria)
findingCriteria - Represents the criteria to be used in the filter for querying findings.public FindingCriteria getFindingCriteria()
public UpdateFilterRequest withFindingCriteria(FindingCriteria findingCriteria)
findingCriteria - Represents the criteria to be used in the filter for querying findings.public void setRank(Integer rank)
rank - Specifies the position of the filter in the list of current filters. Also specifies the order in which
this filter is applied to the findings.public Integer getRank()
public UpdateFilterRequest withRank(Integer rank)
rank - Specifies the position of the filter in the list of current filters. Also specifies the order in which
this filter is applied to the findings.public String toString()
toString in class ObjectObject.toString()public UpdateFilterRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.