@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssessmentTargetFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static AssessmentTargetFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssessmentTargetFilter.Builder> |
serializableBuilderClass() |
AssessmentTargetFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
public AssessmentTargetFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssessmentTargetFilter.Builder,AssessmentTargetFilter>public static AssessmentTargetFilter.Builder builder()
public static Class<? extends AssessmentTargetFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.