@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFindingsFilterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateFindingsFilterRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateFindingsFilterRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAction()
The action to perform on findings that match the filter criteria (findingCriteria).
|
String |
getClientToken()
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
|
String |
getDescription()
A custom description of the filter.
|
FindingCriteria |
getFindingCriteria()
The criteria to use to filter findings.
|
String |
getId()
The unique identifier for the Amazon Macie resource that the request applies to.
|
String |
getName()
A custom name for the filter.
|
Integer |
getPosition()
The position of the filter in the list of saved filters on the Amazon Macie console.
|
int |
hashCode() |
void |
setAction(String action)
The action to perform on findings that match the filter criteria (findingCriteria).
|
void |
setClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
|
void |
setDescription(String description)
A custom description of the filter.
|
void |
setFindingCriteria(FindingCriteria findingCriteria)
The criteria to use to filter findings.
|
void |
setId(String id)
The unique identifier for the Amazon Macie resource that the request applies to.
|
void |
setName(String name)
A custom name for the filter.
|
void |
setPosition(Integer position)
The position of the filter in the list of saved filters on the Amazon Macie console.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFindingsFilterRequest |
withAction(FindingsFilterAction action)
The action to perform on findings that match the filter criteria (findingCriteria).
|
UpdateFindingsFilterRequest |
withAction(String action)
The action to perform on findings that match the filter criteria (findingCriteria).
|
UpdateFindingsFilterRequest |
withClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
|
UpdateFindingsFilterRequest |
withDescription(String description)
A custom description of the filter.
|
UpdateFindingsFilterRequest |
withFindingCriteria(FindingCriteria findingCriteria)
The criteria to use to filter findings.
|
UpdateFindingsFilterRequest |
withId(String id)
The unique identifier for the Amazon Macie resource that the request applies to.
|
UpdateFindingsFilterRequest |
withName(String name)
A custom name for the filter.
|
UpdateFindingsFilterRequest |
withPosition(Integer position)
The position of the filter in the list of saved filters on the Amazon Macie console.
|
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 setAction(String action)
The action to perform on findings that match the filter criteria (findingCriteria). Valid values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.
action
- The action to perform on findings that match the filter criteria (findingCriteria). Valid values are:
ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the
findings.FindingsFilterAction
public String getAction()
The action to perform on findings that match the filter criteria (findingCriteria). Valid values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.
FindingsFilterAction
public UpdateFindingsFilterRequest withAction(String action)
The action to perform on findings that match the filter criteria (findingCriteria). Valid values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.
action
- The action to perform on findings that match the filter criteria (findingCriteria). Valid values are:
ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the
findings.FindingsFilterAction
public UpdateFindingsFilterRequest withAction(FindingsFilterAction action)
The action to perform on findings that match the filter criteria (findingCriteria). Valid values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.
action
- The action to perform on findings that match the filter criteria (findingCriteria). Valid values are:
ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the
findings.FindingsFilterAction
public void setClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive token that you provide to ensure the idempotency of the request.public String getClientToken()
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
public UpdateFindingsFilterRequest withClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive token that you provide to ensure the idempotency of the request.public void setDescription(String description)
A custom description of the filter. The description can contain as many as 512 characters.
We strongly recommend that you avoid including any sensitive data in the description of a filter. Other users of your account might be able to see this description, depending on the actions that they're allowed to perform in Amazon Macie.
description
- A custom description of the filter. The description can contain as many as 512 characters.
We strongly recommend that you avoid including any sensitive data in the description of a filter. Other users of your account might be able to see this description, depending on the actions that they're allowed to perform in Amazon Macie.
public String getDescription()
A custom description of the filter. The description can contain as many as 512 characters.
We strongly recommend that you avoid including any sensitive data in the description of a filter. Other users of your account might be able to see this description, depending on the actions that they're allowed to perform in Amazon Macie.
We strongly recommend that you avoid including any sensitive data in the description of a filter. Other users of your account might be able to see this description, depending on the actions that they're allowed to perform in Amazon Macie.
public UpdateFindingsFilterRequest withDescription(String description)
A custom description of the filter. The description can contain as many as 512 characters.
We strongly recommend that you avoid including any sensitive data in the description of a filter. Other users of your account might be able to see this description, depending on the actions that they're allowed to perform in Amazon Macie.
description
- A custom description of the filter. The description can contain as many as 512 characters.
We strongly recommend that you avoid including any sensitive data in the description of a filter. Other users of your account might be able to see this description, depending on the actions that they're allowed to perform in Amazon Macie.
public void setFindingCriteria(FindingCriteria findingCriteria)
The criteria to use to filter findings.
findingCriteria
- The criteria to use to filter findings.public FindingCriteria getFindingCriteria()
The criteria to use to filter findings.
public UpdateFindingsFilterRequest withFindingCriteria(FindingCriteria findingCriteria)
The criteria to use to filter findings.
findingCriteria
- The criteria to use to filter findings.public void setId(String id)
The unique identifier for the Amazon Macie resource that the request applies to.
id
- The unique identifier for the Amazon Macie resource that the request applies to.public String getId()
The unique identifier for the Amazon Macie resource that the request applies to.
public UpdateFindingsFilterRequest withId(String id)
The unique identifier for the Amazon Macie resource that the request applies to.
id
- The unique identifier for the Amazon Macie resource that the request applies to.public void setName(String name)
A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters.
We strongly recommend that you avoid including any sensitive data in the name of a filter. Other users of your account might be able to see this name, depending on the actions that they're allowed to perform in Amazon Macie.
name
- A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64
characters.
We strongly recommend that you avoid including any sensitive data in the name of a filter. Other users of your account might be able to see this name, depending on the actions that they're allowed to perform in Amazon Macie.
public String getName()
A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters.
We strongly recommend that you avoid including any sensitive data in the name of a filter. Other users of your account might be able to see this name, depending on the actions that they're allowed to perform in Amazon Macie.
We strongly recommend that you avoid including any sensitive data in the name of a filter. Other users of your account might be able to see this name, depending on the actions that they're allowed to perform in Amazon Macie.
public UpdateFindingsFilterRequest withName(String name)
A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters.
We strongly recommend that you avoid including any sensitive data in the name of a filter. Other users of your account might be able to see this name, depending on the actions that they're allowed to perform in Amazon Macie.
name
- A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64
characters.
We strongly recommend that you avoid including any sensitive data in the name of a filter. Other users of your account might be able to see this name, depending on the actions that they're allowed to perform in Amazon Macie.
public void setPosition(Integer position)
The position of the filter in the list of saved filters on the Amazon Macie console. This value also determines the order in which the filter is applied to findings, relative to other filters that are also applied to the findings.
position
- The position of the filter in the list of saved filters on the Amazon Macie console. This value also
determines the order in which the filter is applied to findings, relative to other filters that are also
applied to the findings.public Integer getPosition()
The position of the filter in the list of saved filters on the Amazon Macie console. This value also determines the order in which the filter is applied to findings, relative to other filters that are also applied to the findings.
public UpdateFindingsFilterRequest withPosition(Integer position)
The position of the filter in the list of saved filters on the Amazon Macie console. This value also determines the order in which the filter is applied to findings, relative to other filters that are also applied to the findings.
position
- The position of the filter in the list of saved filters on the Amazon Macie console. This value also
determines the order in which the filter is applied to findings, relative to other filters that are also
applied to the findings.public String toString()
toString
in class Object
Object.toString()
public UpdateFindingsFilterRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()