@Generated(value="software.amazon.awssdk:codegen") public final class UpdateFilterRequest extends Inspector2Request implements ToCopyableBuilder<UpdateFilterRequest.Builder,UpdateFilterRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateFilterRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
FilterAction |
action()
Specifies the action that is to be applied to the findings that match the filter.
|
String |
actionAsString()
Specifies the action that is to be applied to the findings that match the filter.
|
static UpdateFilterRequest.Builder |
builder() |
String |
description()
A description of the filter.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
filterArn()
The Amazon Resource Number (ARN) of the filter to update.
|
FilterCriteria |
filterCriteria()
Defines the criteria to be update in the filter.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the filter.
|
String |
reason()
The reason the filter was updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateFilterRequest.Builder> |
serializableBuilderClass() |
UpdateFilterRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FilterAction action()
Specifies the action that is to be applied to the findings that match the filter.
If the service returns an enum value that is not available in the current SDK version, action will
return FilterAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
actionAsString().
FilterActionpublic final String actionAsString()
Specifies the action that is to be applied to the findings that match the filter.
If the service returns an enum value that is not available in the current SDK version, action will
return FilterAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
actionAsString().
FilterActionpublic final String description()
A description of the filter.
public final String filterArn()
The Amazon Resource Number (ARN) of the filter to update.
public final FilterCriteria filterCriteria()
Defines the criteria to be update in the filter.
public final String name()
The name of the filter.
public final String reason()
The reason the filter was updated.
public UpdateFilterRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateFilterRequest.Builder,UpdateFilterRequest>toBuilder in class Inspector2Requestpublic static UpdateFilterRequest.Builder builder()
public static Class<? extends UpdateFilterRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.