@Generated(value="software.amazon.awssdk:codegen") public final class FilterCriterion extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FilterCriterion.Builder,FilterCriterion>
Represents a condition that when matched will be added to the response of the operation. Irrespective of using any filter criteria, an administrator account can view the scan entries for all of its member accounts. However, each member account can view the scan entries only for their own account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FilterCriterion.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FilterCriterion.Builder |
builder() |
CriterionKey |
criterionKey()
An enum value representing possible scan properties to match with given scan entries.
|
String |
criterionKeyAsString()
An enum value representing possible scan properties to match with given scan entries.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FilterCondition |
filterCondition()
Contains information about the condition.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FilterCriterion.Builder> |
serializableBuilderClass() |
FilterCriterion.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CriterionKey criterionKey()
An enum value representing possible scan properties to match with given scan entries.
If the service returns an enum value that is not available in the current SDK version, criterionKey will
return CriterionKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
criterionKeyAsString().
CriterionKeypublic final String criterionKeyAsString()
An enum value representing possible scan properties to match with given scan entries.
If the service returns an enum value that is not available in the current SDK version, criterionKey will
return CriterionKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
criterionKeyAsString().
CriterionKeypublic final FilterCondition filterCondition()
Contains information about the condition.
public FilterCriterion.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FilterCriterion.Builder,FilterCriterion>public static FilterCriterion.Builder builder()
public static Class<? extends FilterCriterion.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.