Class AssessmentTargetFilter
- java.lang.Object
-
- software.amazon.awssdk.services.inspector.model.AssessmentTargetFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AssessmentTargetFilter.Builder,AssessmentTargetFilter>
@Generated("software.amazon.awssdk:codegen") public final class AssessmentTargetFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssessmentTargetFilter.Builder,AssessmentTargetFilter>
Used as the request parameter in the ListAssessmentTargets action.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssessmentTargetFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassessmentTargetNamePattern()For a record to match a filter, an explicit value or a string that contains a wildcard that is specified for this data type property must match the value of the assessmentTargetName property of the AssessmentTarget data type.static AssessmentTargetFilter.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AssessmentTargetFilter.Builder>serializableBuilderClass()AssessmentTargetFilter.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
assessmentTargetNamePattern
public final String assessmentTargetNamePattern()
For a record to match a filter, an explicit value or a string that contains a wildcard that is specified for this data type property must match the value of the assessmentTargetName property of the AssessmentTarget data type.
- Returns:
- For a record to match a filter, an explicit value or a string that contains a wildcard that is specified for this data type property must match the value of the assessmentTargetName property of the AssessmentTarget data type.
-
toBuilder
public AssessmentTargetFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssessmentTargetFilter.Builder,AssessmentTargetFilter>
-
builder
public static AssessmentTargetFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssessmentTargetFilter.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-